Releases: ralliejs/rallie
Releases · ralliejs/rallie
v0.16.2
0.16.2 (2023-08-30)
Bug Fixes
- @rallie/react: fix the bug that the state doesn't update when the dependencies change (828243a), closes #47
v0.16.1
0.16.1 (2023-08-12)
Note: Version bump only for package ralliejs
v0.16.0
0.16.0 (2023-03-08)
Features
- @rallie/load-html: add the config
filter
to filter the element you do not want (bbe5b18)
v0.15.1
0.15.1 (2023-03-07)
Note: Version bump only for package ralliejs
v0.15.0
0.15.0 (2023-03-04)
Features
- @rallie/block: bind the trigger name of event and methods on the
this
object of the listener (4957c54)
v0.14.2
0.14.2 (2023-03-04)
Bug Fixes
- @rallie/block: remove the ability to get the trigger of event or methods (718ff08)
v0.14.1
0.14.1 (2023-03-03)
Bug Fixes
- @rallie/block: method and event listener can get the trigger name by the last argument (b4de50b)
v0.14.0
0.14.0 (2023-02-25)
Features
- @rallie/block: remove the method
registerBlock
(92e4ff0)
v0.13.1
0.13.1 (2023-02-22)
Bug Fixes
- @rallie/react: fix the bug of function state(#46) (45433cf)