Skip to content

Releases: AustP/react-flux

v1.0.6

01 Jul 23:17
Compare
Choose a tag to compare

Make the dev distribution work.

v1.0.5

01 Jul 22:51
Compare
Choose a tag to compare

Add minified bundle to the dist folder.

v1.0.4

20 Jun 21:42
Compare
Choose a tag to compare
  • Allow modifying the Flux interface for stronger typing when accessing stores using dot notation: flux.namespace
  • Rely on Store's state type for typing information for selectState and useState.
    • Ideally we would allow custom overriding like we do in the state manager. However, we need to wait for: microsoft/TypeScript#26349 before we can implement it correctly.
    • Once that is merged in, we can also update our ObjectPropertyType to allow a ReturnType.

v1.0.3

17 Jun 20:29
Compare
Choose a tag to compare

Small tweak to test publishing

v1.0.2

17 Jun 20:20
Compare
Choose a tag to compare

Fixed the main and typings paths.