Skip to content

Releases: ralliejs/rallie

v0.13.0

21 Feb 03:55
Compare
Choose a tag to compare

0.13.0 (2023-02-21)

Features

  • core: remove activate parameters (c767592)
  • core: remove the lifecycle onBootstrap, onDestroy (e95d0d3)

v0.12.0

13 Feb 16:00
Compare
Choose a tag to compare

0.12.0 (2023-02-13)

Features

  • block: move the method initState and export from CreatedBlock to RegisteredBlock (2169e20)

v0.11.0

24 Oct 07:21
Compare
Choose a tag to compare

0.11.0 (2022-10-24)

Features

  • block: rename rallie to @rallie/block (dd5a967)

v0.10.0

23 Oct 03:03
Compare
Choose a tag to compare

0.10.0 (2022-10-23)

Features

  • core: remove socket.waitState (29c4e86)

v0.9.2

21 Oct 07:42
Compare
Choose a tag to compare

0.9.2 (2022-10-21)

Performance Improvements

  • cache connected block to avoid memory leak (28109b9)

v0.9.1

11 Jul 15:02
Compare
Choose a tag to compare

Changed

  • change the generic parameter of block.connect

v0.9.0

11 Jul 15:01
Compare
Choose a tag to compare

Added

  • add CreatedBlock.export() and ConnectedBlock.import()

v0.8.1

20 Apr 10:37
Compare
Choose a tag to compare

Fixed

  • fixed some bugs

v0.8.0

20 Apr 10:36
Compare
Choose a tag to compare

Changed

  • replace the concept 'App' with 'Block'

v0.7.1

19 Feb 16:56
Compare
Choose a tag to compare

Changed

  • add the parameter to declare dependencies for react hooks