Skip to content

Releases: nuxtify-dev/app

v0.4.1

Choose a tag to compare

@davidstackio davidstackio released this 25 Jun 22:03

compare changes

🩹 Fixes

  • Don't hard code policies (bd07a38)
  • ui: Sign in/up page layout and logo (8e6bdf5)

v0.4.0

Choose a tag to compare

@davidstackio davidstackio released this 24 Jun 22:53

Requires Nuxt 4.

compare changes

🚀 Enhancements

  • types: Export module types (4b2158a)
  • playground: Add stackblitz start command (e0d9161)

🩹 Fixes

  • playground: Nuxt 4 dependency (d2123ea)
  • ui: Link hover class (f421c48)

💅 Refactors

  • ⚠️ Use module dependencies (43f100d)
  • Use useRouteParam (b2eaae6)

🏡 Chore

⚠️ Breaking Changes

  • ⚠️ Use module dependencies (43f100d)
  • deps: ⚠️ Upgrade to nuxt 4 (271f394)

v0.3.5

Choose a tag to compare

@davidstackio davidstackio released this 24 Jun 20:13

compare changes

🚀 Enhancements

  • Firebase table create slug overriding (05bf6b1)
  • playground: Add polished demos (852b00a)

🩹 Fixes

  • types: Duplicate type import (e256dc5)
  • ui: Alignment issue (9a5c3d9)
  • Make metadata update optional on file upload (71b3b76)

📖 Documentation

🏡 Chore

v0.3.4

Choose a tag to compare

@davidstackio davidstackio released this 14 Apr 20:31
  • security: lock down all routes by default
  • fix: query redirect param
  • fix: use saveBlobAsFile
  • fix(types): define slots in firebase file upload dialog
  • ui: make links in admin user list secondary color
  • refactor(playground): use app.config
  • refactor: move signup legal text to component
  • chore(deps): update firebase

v0.3.3

Choose a tag to compare

@davidstackio davidstackio released this 04 Apr 05:59
  • refactor: firebase list table, add itemsPerPage prop
  • fix(ui): quick search items now wrap on mobile

v0.3.2

Choose a tag to compare

@davidstackio davidstackio released this 04 Apr 02:27
  • feat: dynamically pass slots to firebase list (dee760f)
  • ui: wrap user menu in a div to allow for classes
  • ui: update Google logo
  • chore(deps): update firebase
  • chore(deps): update csv-stringify

compare changes

v0.3.1

Choose a tag to compare

@davidstackio davidstackio released this 02 Dec 02:56
  • ui: allow QuickSearch to be hidden by default
  • ui: add margin below logo on sign in/up
  • a11y: add aria label to help menu

Full Changelog: v0.3.0...v0.3.1

v0.3.0

Choose a tag to compare

@davidstackio davidstackio released this 11 Oct 19:05

🚨 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

Choose a tag to compare

@davidstackio davidstackio released this 26 Sep 21:59
  • ui: add time to user fields

v0.2.1

Choose a tag to compare

@davidstackio davidstackio released this 13 Sep 21:46

🚨 BREAKING CHANGES

  • Use useFirebaseStorageURL instead of usePublicStorageUrl.

Full changelog

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