Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanceras committed Aug 15, 2021
1 parent 09d8d12 commit 1974279
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## Unreleased
- Improve `sauron-node-macro` performance by resolving the values of `namespace` and `self_closing` tags at compile time, rather than at runtime.
- Add plugin capability of `sauron-markdown` to easily hook user define functions such as code-highlighting.
- Modify `Window::scroll_to_top` to return it as wrapped in `Cmd` to be used after an `update` call in a `Component`
- Add `popstate` to `events` module.
- Make `sauron::jss!` macro to create the css without the use of indents and new lines by default.
Expand Down

0 comments on commit 1974279

Please sign in to comment.