Skip to content

release-v1.0.1

Latest
Compare
Choose a tag to compare
@JonatanSalas JonatanSalas released this 23 Apr 19:20
· 8 commits to master since this release

ChangeLog

BugFixes

  • #7 - Fixed issue with TabbedForm not passing basePath to CancelButton.
  • #4 - Fixed issue with Broken translations.

Improvements

  • #5 - Remove react-tap-event-plugin from library as recommended by ReactJS Team.
  • #6 - Refactored translatable components to depend on external module react-i18n-polyglot.
  • Folder refactoring for better organize of redux related code, moved actions, reducers, and sagas to redux folder.
  • Move from React.PropTypes to PropTypes external module in all components.
  • Updated dependencies of react, react-dom, react-router, react-redux, redux, redux-form, recompose and reselect.
  • Form Toolbar elements orientation to the right.
  • Externalize store creation and reducers creation from Admin component, also added defaultProps to it.