Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,32 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.13.0](https://github.com/vidhanio/hypertext/compare/hypertext-v0.12.1...hypertext-v0.13.0) - 2026-06-02

### Added

- opengraph property (closes #196)
- huge refactor

### Fixed

- allow slash in class/id shorthand values (closes #190)
- re-add @youwen5 site
- docs
- ci

### Other

- typo 'overriden' -> 'overridden' in docs ([#217](https://github.com/vidhanio/hypertext/pull/217))
- svg ([#187](https://github.com/vidhanio/hypertext/pull/187))
- Update projects list in README.md
- alias rsx*! macros to html*! macros and add file support ([#185](https://github.com/vidhanio/hypertext/pull/185))
- Using builder for component instantiation ([#183](https://github.com/vidhanio/hypertext/pull/183))
- optional attrs (closes #182)
- Add HTMX attributes for SSE and WS extensions ([#177](https://github.com/vidhanio/hypertext/pull/177))
- fmt
- Add my website to "Projects using hypertext" ([#161](https://github.com/vidhanio/hypertext/pull/161))

## [0.12.1](https://github.com/vidhanio/hypertext/compare/hypertext-v0.12.0...hypertext-v0.12.1) - 2025-08-09

### Other
Expand Down
Loading