Releases: FirebaseGoodies/firestore-manager
Releases · FirebaseGoodies/firestore-manager
v1.4.2
- Fixed collections drag & drop
- Disabled collections drag & drop on delete mode
- Minor css fixes
v1.4.1
- Fixed disabled save button bug on config add/edit
- Disallow adding the same database config
- Auto close cache status alert when cache diff is empty
- Fixed style issues on delete mode
- Refactored code
v1.4.0
- Added quick backup feature
- Added auto backup feature (webextension only)
- Refactored routing & guards
- Fixed ng-zorro components translation
- Fixed display issues on safari browser #9
- Other minor fixes
v1.3.4
- Added cache status alert (will notify you when database data get changed by a third party)
- Added possibility to undo changes after a reload
- Refactored cache diff component
- Added slide in/out animation to sticky alerts
- Few style fixes
- Added github deploy & release actions
v1.3.3
- Fixed fields order on cache diff
- Added possibility to undo last saved changes using undo button of the json editor
- Improved changes save
- Added collection delete option under collection nodes context menu
- Fixed some style issues on small screens
- Changed favicon
v1.3.2
- Updated Angular to version 9.
- Added
Array
to filter value types.
- Fixed bugs related to changes done on the previous release.
v1.3.1
- Fixed translations load issue on web app (due to wrong lang value) 024d978
- Fixed changes tracking 5aee207
- Always show collection reload option a13f094
- Fixed data display & save for
Date
& Reference
field types.
v1.3.0
- Improved collections filter
- Added version next to logo (web app only)
- Some style fixes
v1.2.1
- Fixed changes detection issue (due to modifications on the previous release)
- Added dismiss button to unsaved changes alert
v1.2.0
- Improved collections filter
- Added possibility to export solo collection (from context menu)
- Added settings & go back buttons to the webextension navbar
- Code base & error handling improvements
- Fixed #23