Skip to content

Commit

Permalink
Final v0.2.0 release (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja authored May 1, 2024
1 parent 9a52f69 commit e57d6b7
Show file tree
Hide file tree
Showing 4 changed files with 243 additions and 466 deletions.
16 changes: 6 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,12 @@
# Changelog

## Unreleased - 0.2.0-alpha.2
## _April 18th, 2024_ - 0.2.0

### Breaking changes

- Remove `prelude` module.
- Internal modules are no longer public.
- Remove `prelude` module.
- Make ref nodes listen to `keydown` Keyboard events.

## _March 21th, 2024_ - 0.2.0-alpha.1

### Breaking changes

- Remove uneeded features `csr` and `hydrate`.

### Enhancements
Expand All @@ -20,15 +15,16 @@
- Do not depend on `log` if `debug` feature is not enabled.
- Relax dependency versions.
- Add compatibility with Leptos stable.
- Use `code` instead of `key` property for `KeyboardEvent`.

## _February 27th, 2024_- 0.1.5


## _February 27th, 2024_ - 0.1.5
- Clean up macros

## _February 23th, 2024_ - 0.1.4

- Update README
- Add `debug` feature, which produces logs in your browser console upon hotkey fires and scope triggers.
- Add `debug` feature, which produces logs in your browser console upon hotkey fires and scope triggers.

## _February 12th, 2024_ - 0.1.3

Expand Down
Loading

0 comments on commit e57d6b7

Please sign in to comment.