Releases: prescottprue/fireadmin
Releases · prescottprue/fireadmin
v0.10.2
v0.10.2 (#130) * fix(roles): fix an issue preventing creation of new roles * chore(deps): update date-fns from v1 to v2 * chore(deps): update react-instantsearch from v4 to v6 * chore(deps): add dependabot settings for automatic dep update PRs * build(deps-ci): update github action step versions * build(deps-dev): update dev dependencies including eslint * chore(deps): update mocha from v7 to v8 in functions * chore(deps): update algoliasearch from v4.3.0 to v4.4.0 in functions
v0.10.1
v0.10.1
v0.10.0
v0.10.0 (#128) * feat(core): update to node 12 * feat(app): add adornments to `databaseURL` fields so only database name needs to be entered in forms * chore(deps): update docs dev dependencies * chore(ci): add timeouts to workflows
v0.9.11
chore(ci): add ability to skip recording to Cypress Dashboard (#127)
v0.9.10
* fix(ci): use correct databaseURL config in CI workflows
v0.9.7
* fix(functions): typo in step runner
v0.9.6
v0.9.6 (#114) * fix(app): correctly update project permissions on member delete * chore(app): update firestore indexes to new syntax * chore(app): switch to constant for displayNames path * chore: cleanup file descriptions in README * chore(functions): replace a few instances of `get` with destructuring * chore(functions): cleanup unused functions code
v0.9.5
* fix(app): fix error caused from onClick not being passed to SplitButton * fix(app): pass user info to error handler * fix(app): switch start_url in manifest.json ot ./ (in attempt to fix invalid loading of manifest)
v0.9.4
* fix(app): add back logic for adding account on first login * chore(app): prevent infinite reloading on local when version is changed
v0.9.3
* fix(app): add createdBy editing of roles and environments (will be removed when projects are created with correct roles by default)