Skip to content

Releases: prescottprue/generator-react-firebase

v2.0.7

10 Aug 09:54
50b8e15
Compare
Choose a tag to compare
  • 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 using material-ui v1
  • fix(examples): redux-firestore example updated

v2.0.6

04 Aug 00:39
a2cf861
Compare
Choose a tag to compare
  • fix(functions): set engines parameter within functions/package.json to node 6 (node 8 coming in v2.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 in test

v2.0.5

02 Jul 07:01
076f6b9
Compare
Choose a tag to compare
  • 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

28 Jun 17:17
24991dd
Compare
Choose a tag to compare
  • feat(component sub-generator): PropTypes only imported from prop-types if it exists within project's package file - #105
  • feat(sub-generators): component, enhancer, and function sub generators support airbnb linting style - #105

v2.0.3

27 Jun 01:21
21b1d85
Compare
Choose a tag to compare
  • 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 of getVal from react-redux-firebase

v2.0.2

27 Jun 01:25
e7bc1c7
Compare
Choose a tag to compare
  • 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

09 Jun 19:13
31e8370
Compare
Choose a tag to compare
  • fix(tests): fix tests to work for react ^16.3 (including correcting dependencies) - #101
  • feat(questions): clarify projectId question wording - #102
  • feat(deps): update mocha (fixes dependency security warning from node-growl ^1.9.2)
  • feat(deps): update yeoman-generator version to ^2.0.5

v2.0.0

09 Jun 19:12
cbab772
Compare
Choose a tag to compare
  • feat(app): major dependency updates including react ^16.3.0, material-ui ^1.0.0, and firebase ^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

20 Apr 08:18
b463d67
Compare
Choose a tag to compare
v2.0.0-rc.10 Pre-release
Pre-release
  • feat(core): add prettier with prettier config for eslint
  • fix(form): add missing import of reduxForm 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

11 Apr 07:24
34b3d2d
Compare
Choose a tag to compare
v2.0.0-rc.9 Pre-release
Pre-release
  • fix(test): fix npm run test script - #94
  • fix(examples): remove extra files from react-firebase-redux example (so that example application tests pass)