Skip to content

Releases: nuxtify-dev/app

v0.1.13

22 Aug 17:32
Compare
Choose a tag to compare
  • fix: timestampToString to formatDate

v0.1.12

22 Aug 17:32
Compare
Choose a tag to compare

Warning

This version introduced a bug. Please use v0.1.13.

🚨 BREAKING CHANGES

Use formatDate(yourTimestamp.toDate()) instead of timestampToString(yourTimestamp).

  • remove!: timestampToString in favor of formatDate
  • chore(deps): update nuxtify core

v0.1.11

04 Aug 14:44
Compare
Choose a tag to compare
  • fix: merge, don't replace vuetify options

v0.1.10

04 Aug 14:04
Compare
Choose a tag to compare
  • feat: allow overriding vuetify config
  • ui: allow customizing delete button variant
  • fix: show admin menu on mobile
  • fix: make all /account routes require a login

v0.1.9

01 Jul 19:28
Compare
Choose a tag to compare
  • fix: generalize Firestore delete field name
  • refactor: use AppError component
  • chore(deps): update nuxtify core

v0.1.8

20 Jun 20:42
Compare
Choose a tag to compare
  • refactor: remove file-saver dependency

v0.1.7

20 Jun 18:53
Compare
Choose a tag to compare
  • fix: saveAs import error

v0.1.6

20 Jun 18:19
Compare
Choose a tag to compare
  • refactor: replace papaparse with csv-stringify due to lack of ESM support

v0.1.5

20 Jun 17:44
Compare
Choose a tag to compare
  • feat: add quick search to list view
  • fix: papaparse import
  • ui: make button bigger
  • playground: add auth domain example

v0.1.4

20 Jun 01:45
Compare
Choose a tag to compare
  • feat(ui): ability to customize upload button variant
  • playground: add firebase page