Skip to content

Releases: prescottprue/fireadmin

v0.10.2

16 Aug 20:41
Compare
Choose a tag to compare
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

27 Jul 01:38
Compare
Choose a tag to compare
v0.10.1

v0.10.0

27 Jul 00:51
d372b4a
Compare
Choose a tag to compare
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

26 Jul 22:02
dd681d3
Compare
Choose a tag to compare
chore(ci): add ability to skip recording to Cypress Dashboard (#127)

v0.9.10

21 Jul 00:01
Compare
Choose a tag to compare
* fix(ci): use correct databaseURL config in CI workflows

v0.9.7

19 Jun 02:16
Compare
Choose a tag to compare
* fix(functions):  typo in step runner

v0.9.6

06 Jun 05:01
4c6e214
Compare
Choose a tag to compare
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

30 May 04:14
Compare
Choose a tag to compare
* 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

28 May 19:10
Compare
Choose a tag to compare
* 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

28 May 05:57
Compare
Choose a tag to compare
* fix(app): add createdBy editing of roles and environments (will be removed when projects are created with correct roles by default)