Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Archmonger committed Oct 11, 2024
1 parent 98ac776 commit 9fc92ce
Showing 1 changed file with 24 additions and 1 deletion.
25 changes: 24 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,30 @@ Using the following categories, list your changes in this order:

## [Unreleased]

- Nothing (yet)!
### Changed

- Bump GitHub workflows
- Rename `use_query` to `use_search_params`.
- Rename `simple.router` to `browser_router`.
- Rename `SimpleResolver` to `StarletteResolver`.
- Rename `CONVERSION_TYPES` to `CONVERTERS`.
- Change "Match Any" syntax from a star `*` to `{name:any}`.
- Rewrite `reactpy_router.link` to be a server-side component.
- Simplified top-level exports within `reactpy_router`.

### Added

- New error for ReactPy router elements being used outside router context.
- Configurable/inheritable `Resolver` base class.
- Add debug log message for when there are no router matches.
- Add slug as a supported type.

### Fixed

- Fix bug where changing routes could cause render failure due to key identity.
- Fix bug where "Match Any" pattern wouldn't work when used in complex or nested paths.
- Fix bug where `link` elements could not have `@component` type children.
- Fixed flakey tests being flakey on GitHub CI by adding click delays.

## [0.1.1] - 2023-12-13

Expand Down

0 comments on commit 9fc92ce

Please sign in to comment.