Skip to content

Releases: AoD-Technologies/react-redux-ui-tools

v1.0.11

31 May 18:13
Compare
Choose a tag to compare
  • Use babel-preset-env and update babel-cli (thanks @krzysiek1507)
  • Update dependencies.

v1.0.10

26 Apr 17:51
Compare
Choose a tag to compare

v1.0.9

20 Mar 21:38
Compare
Choose a tag to compare
  • Add package-lock.json to version control.
  • Move Redux and React-Redux out of dependencies to devDependencies and peerDependencies.

v1.0.8

20 Mar 21:17
Compare
Choose a tag to compare
  • Update README.md to reference the new repository owner in the CircleCI status badge.
  • Move React back out of dependencies to devDependencies and peerDependencies (thanks @krzysiek1507)

v1.0.7

09 Feb 21:53
Compare
Choose a tag to compare
  • Fix Immutable.JS example in README.md (add missing import { Map } from 'immutable' statement).
  • Fix README.md grammar (remove extra period).
  • Change github.com references in package.json to reflect the transfer of repository ownership to the AoD Technologies organization.

v1.0.6

09 Feb 21:53
Compare
Choose a tag to compare
  • Fix #1 - Add transform-runtime plugin to .babelrc.
  • Further .babelrc cleanup:
    • Remove babel-preset-stage-0 preset.
    • Add transform-object-rest-spread plugin.
    • Add transform-function-bind plugin.
    • Add transform-class-properties plugin.
  • Remove React warning regarding requestAnimationFrame polyfill during unit test execution.

v1.0.5

09 Feb 21:52
Compare
Choose a tag to compare
  • Update README.md to reference the new repository name in the CircleCI status badge.

v1.0.4

09 Feb 21:52
Compare
Choose a tag to compare
  • Version bump to sync github and npm releases.

v1.0.3

09 Feb 21:52
Compare
Choose a tag to compare
  • Update package.json with the new repository, etc. URLs.

v1.0.2

09 Feb 21:52
Compare
Choose a tag to compare
  • Fix a few references to the old package name.
  • Export the MASS_UPDATE_UI_STATE, UPDATE_UI_STATE, and SET_DEFAULT_UI_STATE action types from the main library entry point.