Releases: prescottprue/generator-react-firebase
Releases · prescottprue/generator-react-firebase
Version v1.0.3
.babelrcadded (to solve global .babelrc)- Location action synced with browser history
react,react-dom, andreact-addons-test-utilslocked tov15.3.2(current fix for #24)- Some dev dependencies updated (better-npm-run, fs-extra, yargs, eslint-plugin-babel)
Version v1.0.2
- Fixes lodash plugin and favicon not found issues mentioned in #22
- Default application name changed
- Adds Unit tests for all components
- Path constants used in
Navbar authused in place ofaccountinNavbar- Travis config updated to include caching
node_modules
Version v1.0.1
- Fix email signup in redux example
- Fix deploy to Firebase Errors
- Build folders removed from
gitignore - New project dialog fixed in redux example
- Empty user image included
Version v1.0.0
- Server now only uses
express(instead ofkoaandbabel-node) material-uiupdated tov0.16.0react-redux-firebaseused to replaceredux-firebasev3- NewProjectModal using
redux-formwhen opting forredux - Styles fixed to use extended classes, and mixins in place of media queries
- lint removed
Version v0.1.8
- Fixed #17: incorrect imports of
LoginFormandSignupForm - Formatting of
SignupContainerandLoginContainer - npm version being passed to
window - redux-firebasev3 updated to
v0.1.8 - other dependencies updated
Version v0.1.7
- Switch to Fractal pattern with CSS modules based on redux-starter-kit
redux-firebasev3updated to v0.1.6- coverage being sent to Codecov
- Outputted
README.mdmatches new application format - Deploy section of outputted
README.mdmatches choice - Tests updated to match new format
Version v0.1.6
Version v0.1.5
- Includes #10 which fixes firebase variable name
- Adds Husky to allow for prepush hook
- Adds
.istanbul.ymlto fix warning that shows up when runningnpm run test:cov
Version v0.1.4
- redux-firebasev3 implemented
- Bug fixed when selecting redux option
v.1.2: Version v0.1.2
Generator
- Generator updated to using new v2 yeoman syntax
Contributing.mdadded- redux-example updated and now includes
yarn.lockfile
Templates
App
- Dependency updates
- react and react-dom updated to
v15.4.2 - material-ui updated to
v0.17.0(fixes #27) - redux-form updated to
v6.6.0 - react-redux-firebase updated to
^v1.3.4(helpers at top level)
- react and react-dom updated to
- Route decorators used for authenticated/unauthenticated redirecting (
@UserIsAuthenticatedand@UserIsNotAuthenticatedredux-auth-wrapper HOCs) LoadingSpinnercomponent added (centeredCircularProgress)- form names moved to constants
create-configscript improveddeployscript removed (in favor of firebase-ci)Contributing.mdadded
Component
- Updated with css modules and fixed formatting
Container
- Container generator updated with css modules and fixed formatting