Skip to content

Commit

Permalink
publish: prepare for a minor release 0.60.1 in sauron-core
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanceras committed Aug 18, 2023
1 parent c900ae0 commit ef5f0a5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
30 changes: 15 additions & 15 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
# Changelog

## Unreleased
- sauron@771b393 feat: add lazy_view_if function to lazily evaluate the node function only when the flag is true
- 881dc46 fix: web_component, use Program clone for attribute_change
- ea69b90 fix: Program has to be wrap with ManuallyDrop so as not to drop it at the start function
- f95c7a1 fix: Cmd should use Program instead of WeakProgram
- cccc18c feat: **breaking** all references to Program is now Weak and will go out of scope, and so an AppLoader is needed
- 0b28843 fix: test, use update_dom_with_vdom instead of just setting the current vdom using set_current_dom function
- 3958310 fix: remove set_current_dom function which has a different functionality with app_context.set_current_dom
- 0386767 use mutable methods in app_context
- 0405544 docs: add a Note on why the function update_dom_with_vdom is not unified into update_dom
- c56057d refactor: use mutable function when applicable
- ead0f15 fix: progressive rendering example
- c3e924d refactor: make dispatching messages and updating dom mutable
- 8aae08e feat: include strong_count and weak_count to the measurements
- 655e7d9 add a test-case for issue#75
## 0.60.1
- feat: add lazy_view_if function to lazily evaluate the node function only when the flag is true
- fix: web_component, use Program clone for attribute_change
- fix: Program has to be wrap with ManuallyDrop so as not to drop it at the start function
- feat: **breaking** all references to Program is now Weak and will go out of scope, and so an AppLoader is needed
- Fixed with using `ManuallyDrop`.
- fix: test, use update_dom_with_vdom instead of just setting the current vdom using set_current_dom function
- fix: remove set_current_dom function which has a different functionality with app_context.set_current_dom
- use mutable methods in app_context
- docs: add a Note on why the function update_dom_with_vdom is not unified into update_dom
- refactor: use mutable function when applicable
- fix: progressive rendering example
- refactor: make dispatching messages and updating dom mutable
- feat: include strong_count and weak_count to the measurements
- add a test-case for issue#75

## 0.60.0
fix: remove the auto-implementation fo `Container+WebComponent` as it conflicts with other usage
Expand Down
2 changes: 1 addition & 1 deletion crates/sauron-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sauron-core"
version = "0.60.0"
version = "0.60.1"
authors = [ "Jovansonlee Cesar <[email protected]>" ]
license = "MIT"
description = "An html library for building client side webapps"
Expand Down

0 comments on commit ef5f0a5

Please sign in to comment.