Skip to content

Releases: purescript-halogen/purescript-halogen

v5.0.0

01 Jun 01:26
Compare
Choose a tag to compare

This is the official release of Halogen 5 after several release candidates.

Halogen 5 introduces many improvements to Halogen's performance and usability. To see all changes, please review:

v5.0.0-rc.9

15 Apr 14:41
4e67ad0
Compare
Choose a tag to compare
v5.0.0-rc.9 Pre-release
Pre-release

Removes an instance of possibility partiality in the driver. (@srghma)

Note: This is technically a breaking change due to the type of input in ComponentSlotSpec changing, but is unlikely to affect many users as that record is unlikely to have been constructed or manipulated outside of the library internals.

v5.0.0-rc.8

04 Apr 00:02
bb715fe
Compare
Choose a tag to compare
v5.0.0-rc.8 Pre-release
Pre-release

lazy, lazy2, lazy3 are now exported from Halogen.HTML

v5.0.0-rc.7

14 Sep 02:19
Compare
Choose a tag to compare
v5.0.0-rc.7 Pre-release
Pre-release

v5.0.0-rc.6

02 Aug 13:47
c7583fe
Compare
Choose a tag to compare
v5.0.0-rc.6 Pre-release
Pre-release
  • Further fix for memory leak on repeated re-rendering (@acple)

v5.0.0-rc.5

30 Jun 21:39
eb65d04
Compare
Choose a tag to compare
v5.0.0-rc.5 Pre-release
Pre-release
  • Finalizers will run when the top level component is disposed of now
  • Added selectedIndex property (@JDurstberger)
  • Included workaround for memory leak due to compiler optimisation causing variable capture (@acple, @kirill-gavrilyuk)

v5.0.0-rc.4

22 Mar 13:01
0143582
Compare
Choose a tag to compare
v5.0.0-rc.4 Pre-release
Pre-release
  • The slot function in Halogen.HTML.Core has been renamed to widget, as it has no relation to component slots and instead populates "widgets" in the underlying VDom. The normal slot function remains in Halogen.HTML so this should have minimal impact.
  • Added a renderWidget function for substituting widgets for other HTML

v5.0.0-rc.3

11 Mar 01:05
1612b8b
Compare
Choose a tag to compare
v5.0.0-rc.3 Pre-release
Pre-release
  • Updated dependencies
  • Added expand for IProp

v5.0.0-rc.2

01 Mar 16:05
78a4771
Compare
Choose a tag to compare
v5.0.0-rc.2 Pre-release
Pre-release
  • Dropped Functor constraint from HalogenQ instances
  • Added Functor instance for ComponentSlot

v5.0.0-rc.1

26 Feb 01:15
d5fac63
Compare
Choose a tag to compare
v5.0.0-rc.1 Pre-release
Pre-release

Initial release for Halogen 5