Skip to content

Commit

Permalink
Update Changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
futursolo committed Aug 2, 2021
1 parent 5f64126 commit cfc14d2
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# Changelog

##v0.6
## v0.6

### Breaking Changes:
- `style.get_class_name()` no longer consumes the style and returns a `&str`
instead of an owned string.
- Seed Integration is Removed.

### Other Changes:
- Added `Style::new` which does not require a component name.
- Aesthetically pleasing Class Name.
- Replaced `lazy_static` with `once_cell`.
- Updated nom to `v6.2.1`.
- Update Yew to `v0.18`.
- Updated nom to `v6`.
- Updated Yew to `v0.18`.
- Removed Unnecessary Clones
- Optimised for Performance

0 comments on commit cfc14d2

Please sign in to comment.