Releases: prescottprue/generator-react-firebase
Releases · prescottprue/generator-react-firebase
v2.0.7
- fix(functionGenerator): remove unnecessary await from firestore event function tests
- fix(routeGenerator): enhancer grabs from correct section of state when using firestore
- fix(generator): cleanup of styling of brand on
Navbar
when usingmaterial-ui
v1 - fix(examples):
redux-firestore
example updated
v2.0.6
- fix(functions): set engines parameter within
functions/package.json
to node 6 (node 8 coming inv2.1.0
) - fix(functions): fix typo in functions test commands
- feat(functions): update functions dependencies
- fix(functions): function tests are placed within
test/unit
folder instead of directly intest
v2.0.5
- feat(component generator): question added for localized MUI theming support (
styles.js
file) - #110 - feat(component generator): remove "Using Firestore" question (unnecessary when listeners are not in enhancer)
- feat(function generator): improve name support for HTTPS function test (camel case is used to match function name)
v2.0.4
- feat(component sub-generator):
PropTypes
only imported fromprop-types
if it exists within project's package file - #105 - feat(sub-generators):
component
,enhancer
, andfunction
sub generators support airbnb linting style - #105
v2.0.3
- fix(app): fix prop warning on button within
LoginForm
- feat(app): travis now uses yarn to install
firebase-tools
(no longer global to improve caching) - feat(app): switch project route param to
:projectId
- feat(app): use lodash's
get
instead ofgetVal
fromreact-redux-firebase
v2.0.2
- feat(core): add node 10 to build matrix
- feat(core): deployment of
generator-react-firebase
now happens from node 10 built (previous node 9) - feat(app): added
no-return-await
eslint rule - fix(app): removed unnecessary loader config for octicons
- feat(app): update
@material-ui/core
to^1.2.1
@material-ui/icons
to^1.1.0
- fix(app):
@material-ui/core
and@material-ui/icons
included in vendor bundle if using material-ui v1
v2.0.1
v2.0.0
- feat(app): major dependency updates including
react
^16.3.0
,material-ui
^1.0.0
, andfirebase
^5.0.2
- feat(app): point to engines parameter to node
>=v6.14.0
to match functions runtime - feat(app): option to include tests and blueprints (both not enabled by default)
- feat(examples): material example updated with new output (tests no longer included since they are not included by default)
v2.0.0-rc.10
- feat(core): add prettier with
prettier
config foreslint
- fix(form): add missing
import
ofreduxForm
in enhancer - #98 - fix(form):
scss
file import fixed (removed extra "Form") - #97 - feat(corer): add the
npm run build
script to functions predeploy - feat(core): add
npm deploy
to travis config for deploys when merging to master
v2.0.0-rc.9
- fix(test): fix npm run test script - #94
- fix(examples): remove extra files from react-firebase-redux example (so that example application tests pass)