Skip to content

Releases: FirebaseGoodies/firestore-manager

v1.4.2

30 Nov 23:44
Compare
Choose a tag to compare
  • Fixed collections drag & drop
  • Disabled collections drag & drop on delete mode
  • Minor css fixes

v1.4.1

13 Nov 22:22
Compare
Choose a tag to compare
  • 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

01 Nov 09:30
Compare
Choose a tag to compare
  • 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

11 Oct 12:54
Compare
Choose a tag to compare
  • 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

04 Oct 11:18
Compare
Choose a tag to compare
  • 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

04 Sep 19:48
Compare
Choose a tag to compare
  • Updated Angular to version 9.
  • Added Array to filter value types.
  • Fixed bugs related to changes done on the previous release.

v1.3.1

15 Aug 13:33
Compare
Choose a tag to compare
  • 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

31 May 17:20
Compare
Choose a tag to compare
  • Improved collections filter
  • Added version next to logo (web app only)
  • Some style fixes

v1.2.1

03 Apr 19:00
Compare
Choose a tag to compare
  • Fixed changes detection issue (due to modifications on the previous release)
  • Added dismiss button to unsaved changes alert

v1.2.0

29 Mar 15:31
Compare
Choose a tag to compare
  • 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