Releases: prescottprue/generator-react-firebase
Releases · prescottprue/generator-react-firebase
Version v1.0.3
.babelrc
added (to solve global .babelrc)- Location action synced with browser history
react
,react-dom
, andreact-addons-test-utils
locked 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
auth
used in place ofaccount
inNavbar
- 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 ofkoa
andbabel-node
) material-ui
updated tov0.16.0
react-redux-firebase
used to replaceredux-firebasev3
- NewProjectModal using
redux-form
when 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
LoginForm
andSignupForm
- Formatting of
SignupContainer
andLoginContainer
- 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-firebasev3
updated to v0.1.6- coverage being sent to Codecov
- Outputted
README.md
matches new application format - Deploy section of outputted
README.md
matches 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.yml
to 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.md
added- redux-example updated and now includes
yarn.lock
file
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 (
@UserIsAuthenticated
and@UserIsNotAuthenticated
redux-auth-wrapper HOCs) LoadingSpinner
component added (centeredCircularProgress
)- form names moved to constants
create-config
script improveddeploy
script removed (in favor of firebase-ci)Contributing.md
added
Component
- Updated with css modules and fixed formatting
Container
- Container generator updated with css modules and fixed formatting