Skip to content

Releases: rebelstackio/metaflux

Patch storeEvents

15 Dec 00:48

Choose a tag to compare

Patch error with storeEvents

  • Fix error with ghost listeners in the function components.
  • Fix error with ghost listeners in the class components.
    check #48 and #46

Metaflux 2.0.1

03 Sep 00:28
8e520fe

Choose a tag to compare

Mayor changes

This version includes new functions like Div, Span, Table than can be chained:

Div().Div().Span({}, "Hello") == <div><div><span>Hello<span/><div/><div/>

Please read the docs for more examples.

Second release of Metaflux package

26 Sep 21:39
6063de3

Choose a tag to compare

Release Notes:

  • Supports Electron and Browsers with WebComponents enabled
  • MetaComponents
  • MetaContainers
  • MetaShadowComponents
  • Metaflux Store integrated with MetaComponents

Metaflux 1.0.0

11 Jul 21:11
a84a2c9

Choose a tag to compare

Metaflux 1.0.0 Pre-release
Pre-release

The first instance of metaflux library (Simplifying flux/redux pattern for vanilla (es6) javascript ).