Releases: nuxtify-dev/app
Releases · nuxtify-dev/app
v0.3.4
- 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
- refactor: firebase list table, add itemsPerPage prop
- fix(ui): quick search items now wrap on mobile
v0.3.2
- 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
v0.3.1
- 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
🚨 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
- ui: add time to user fields
v0.2.1
🚨 BREAKING CHANGES
- Use useFirebaseStorageURL instead of usePublicStorageUrl.
Full changelog
- refactor!: usePublicStorageUrl to useFirebaseStorageURL
- refactor: signout logic
v0.2.0
Add Firebase 12 support.
🚨 BREAKING CHANGES
- change
/newURL 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
- fix: timestampToString to formatDate