Releases: ralliejs/rallie
Releases · ralliejs/rallie
v0.13.0
0.13.0 (2023-02-21)
Features
- core: remove activate parameters (c767592)
- core: remove the lifecycle
onBootstrap
, onDestroy
(e95d0d3)
v0.12.0
0.12.0 (2023-02-13)
Features
- block: move the method
initState
and export
from CreatedBlock to RegisteredBlock (2169e20)
v0.11.0
0.11.0 (2022-10-24)
Features
- block: rename
rallie
to @rallie/block
(dd5a967)
v0.10.0
0.10.0 (2022-10-23)
Features
- core: remove
socket.waitState
(29c4e86)
v0.9.2
0.9.2 (2022-10-21)
Performance Improvements
- cache connected block to avoid memory leak (28109b9)
v0.9.1
Changed
- change the generic parameter of
block.connect
v0.9.0
Added
- add
CreatedBlock.export()
and ConnectedBlock.import()
v0.8.0
Changed
- replace the concept 'App' with 'Block'
v0.7.1
Changed
- add the parameter to declare dependencies for react hooks