File tree Expand file tree Collapse file tree 6 files changed +55
-2
lines changed
Expand file tree Collapse file tree 6 files changed +55
-2
lines changed Original file line number Diff line number Diff line change 77 },
88 "changesets" : [
99 " better-cities-relate" ,
10+ " slimy-rings-love" ,
1011 " stale-bananas-strive"
1112 ]
1213}
Original file line number Diff line number Diff line change 1+ ---
2+ ' @quantajs/core ' : major
3+ ' @quantajs/react ' : major
4+ ---
5+
6+ feat(core): add method to store for restoring initial state
7+
8+ - Introduced initialStateMap to track original state for each store
9+ - Implemented method on the store instance to restore the state
10+ - Triggered reactivity manually for both updated and deleted properties
11+ - Extended Store and StoreInstance types to include
12+
13+ refactor(react): support multiple stores in QuantaProvider and useStore hook
14+
15+ - Updated QuantaProvider to accept a object instead of a single
16+ - Modified QuantaContext to expose all stores by name
17+ - Updated hook to require store name and handle missing stores
Original file line number Diff line number Diff line change 11# @quantajs/core
22
3+ ## 2.0.0-beta.2
4+
5+ ### Major Changes
6+
7+ - feat(core): add method to store for restoring initial state
8+ - Introduced initialStateMap to track original state for each store
9+ - Implemented method on the store instance to restore the state
10+ - Triggered reactivity manually for both updated and deleted properties
11+ - Extended Store and StoreInstance types to include
12+
13+ refactor(react): support multiple stores in QuantaProvider and useStore hook
14+ - Updated QuantaProvider to accept a object instead of a single
15+ - Modified QuantaContext to expose all stores by name
16+ - Updated hook to require store name and handle missing stores
17+
318## 2.0.0-beta.1
419
520### Major Changes
Original file line number Diff line number Diff line change 2020 "url" : " https://github.com/quanta-js/quanta/issues"
2121 },
2222 "homepage" : " https://quantajs.com" ,
23- "version" : " 2.0.0-beta.1 " ,
23+ "version" : " 2.0.0-beta.2 " ,
2424 "type" : " module" ,
2525 "license" : " MIT" ,
2626 "scripts" : {
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 2.0.0-beta.2
4+
5+ ### Major Changes
6+
7+ - feat(core): add method to store for restoring initial state
8+ - Introduced initialStateMap to track original state for each store
9+ - Implemented method on the store instance to restore the state
10+ - Triggered reactivity manually for both updated and deleted properties
11+ - Extended Store and StoreInstance types to include
12+
13+ refactor(react): support multiple stores in QuantaProvider and useStore hook
14+ - Updated QuantaProvider to accept a object instead of a single
15+ - Modified QuantaContext to expose all stores by name
16+ - Updated hook to require store name and handle missing stores
17+
18+ ### Patch Changes
19+
20+ - Updated dependencies
21+ - @quantajs/core @2.0.0-beta.2
22+
323## 2.0.0-beta.1
424
525### Major Changes
Original file line number Diff line number Diff line change 2222 "url" : " https://github.com/quanta-js/quanta/issues"
2323 },
2424 "homepage" : " https://quantajs.com" ,
25- "version" : " 2.0.0-beta.1 " ,
25+ "version" : " 2.0.0-beta.2 " ,
2626 "type" : " module" ,
2727 "license" : " MIT" ,
2828 "scripts" : {
You can’t perform that action at this time.
0 commit comments