Skip to content

Releases: madmax983/lightning-redux

Version 3.1.1

30 Aug 19:07
9359d66
Compare
Choose a tag to compare

Regenerated mdapi source format for changes from 3.1.0

Version 3.1.0

30 Aug 17:57
2df0ef5
Compare
Choose a tag to compare

Fixes #17

Component subscribe method will also now return the subscribe properly, in case someone wants to implement that.

Connect won't call a function twice now.

Fixed an issue with the reducerRegistry on init.

Version 3.0.0

27 Aug 18:52
e226333
Compare
Choose a tag to compare

Release Notes:

Lightning-Redux now supports generating multiple stores in the Lightning Experience container. Use the name atttribute on the Redux component to specify the name of the store.

This shouldn't break any existing functionality because the name defaults, but updating as a major number as it is a new attribute that can be specified.

Version 2.3.0

24 Oct 23:35
Compare
Choose a tag to compare

Release Notes:

Changes for Winter '18 release.

Changed attributes with object types to Maps (see this tweet: https://twitter.com/GrayJustise/status/912739993008738304).

Winter '18 gives the ability for component methods to return a value! Subsequently, getState has become an official part of the component api, instead of an expando. Yay!

Also cleaned up doc references, and now there is an actual auradoc component or Redux.

Lightning Redux without Examples: https://login.salesforce.com/packaging/installPackage.apexp?p0=04t50000000M7R0

Lightning Redux with Examples: https://login.salesforce.com/packaging/installPackage.apexp?p0=04t50000000M7RA

Version 2.1.0

30 Jun 15:11
Compare
Choose a tag to compare

Release Notes:

Reversed the order in which state and component are fed to the callback function in mapStateToAttributes. This makes lightning-redux compat with Reselect, which is awesome.

Lightning Redux without Examples: https://login.salesforce.com/packaging/installPackage.apexp?p0=04t50000000M7PY

Lightning Redux with Examples: https://login.salesforce.com/packaging/installPackage.apexp?p0=04t50000000M7R5

Version 2.0.0

27 Jun 05:28
Compare
Choose a tag to compare

Technically this should be 1.0.0, but I never did an "Official release" at Dreamforce '16, so we'll just call this 2.0.0 from here.