Skip to content

Releases: nuxtify-dev/app

v0.3.0

11 Oct 19:05

Choose a tag to compare

🚨 BREAKING CHANGES

Use getFirestoreConsoleUrl instead of getFirebaseConsoleUrl (note new call signature).

Enhancements

  • feat: add getCloudStorageConsoleUrl to admin users

UI/UX

  • ui: admin search box polish
  • ui: sign in/up polish

SEO

  • seo: pages should only have one h1 tag
  • seo: use useSeoMeta

Refactors/DX

  • refactor!: rename getFirebaseConsoleUrl to getFirestoreConsoleUrl
  • refactor!: allow deep paths in console url
  • refactor: add AdminUsersList component
  • refactor: add AdminUsersDetail component
  • dx: use signInWithPopup in dev

Playground

  • playground: add quick search
  • playground: add app logo
  • playground: add help menu

v0.2.2

26 Sep 21:59

Choose a tag to compare

  • ui: add time to user fields

v0.2.1

13 Sep 21:46

Choose a tag to compare

🚨 BREAKING CHANGES

  • Use useFirebaseStorageURL instead of usePublicStorageUrl.

Full changelog

  • refactor!: usePublicStorageUrl to useFirebaseStorageURL
  • refactor: signout logic

v0.2.0

09 Sep 20:19

Choose a tag to compare

Add Firebase 12 support.

🚨 BREAKING CHANGES

  • change /new URL to /create

Full Changelog

  • chore(deps): update to firebase v12
  • chore(deps): update csv-stringify
  • refactor!: use /create instead of /new
  • dx: add eslint warn import order rule

v0.1.13

22 Aug 17:32

Choose a tag to compare

  • fix: timestampToString to formatDate

v0.1.12

22 Aug 17:32

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

Choose a tag to compare

  • fix: merge, don't replace vuetify options

v0.1.10

04 Aug 14:04

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

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

Choose a tag to compare

  • refactor: remove file-saver dependency