Skip to content

Version v1.4.0 Release Candidate 2

Pre-release
Pre-release

Choose a tag to compare

@prescottprue prescottprue released this 06 May 08:32
  • isLoaded now only returns true after data for populatedDataToJS data is fully populated - #121
  • React.PropTypes replaced with prop-types to fix depreciation warnings - #122
  • profileParamsToPopulate now works for $key: true lists (thanks @fej-snikduj)
  • noParse query param added (with accompanying docs, which will not be published to the website until v1.4.0 release)
  • Docs about equalTo updated with information about parsing
  • Support for provider.setCustomParameters on external auth providers
  • Updated Firebase to v3.9.0
  • Improvements to Material Example
    • Projects route is now protected (using UserIsAuthenticated HOC from utils/router)
    • Todos list only displays first 8 (first at the top) - shows using ordering query params
    • Most main routes are now sync (more simple)