Releases: becem-gharbi/nuxt-starter
Releases · becem-gharbi/nuxt-starter
v3.0.1
🔥 Performance
- Upgrade
nuxt-naiveui
to V2 (7ffa3b7)
💅 Refactors
- Remove extra
auth
on page meta (f2e6c79)
❤️ Contributors
- Becem-gharbi becem.gharbi@live.com
v3.0.0
🚀 Enhancements
🏡 Chore
- lint: Migrate to
@nuxt/eslint
(43a3f67)
⚠️ Breaking Changes
⚠️ Upgradenuxt-auth
to v3 (e921dae)
❤️ Contributors
- Becem-gharbi becem.gharbi@live.com
v2.2.3
🩹 Fixes
- registration: Resend email verification when account not verified (54f1428)
💅 Refactors
- Reduce Result title font size (a9d80fd)
📖 Documentation
- Remove Nuxt version specification (06cc312)
🏡 Chore
- Replace
nuxt-s3
with@bg-dev/nuxt-s3
(67f44f9)
❤️ Contributors
- Becem-gharbi becem.gharbi@live.com
v2.2.2
🔥 Performance
- Use web safe font (d9345fa)
💅 Refactors
🏡 Chore
- Add prisma migrations to gitignore (5895b27)
❤️ Contributors
- Becem becem.gharbi@live.com
v2.2.1
🔥 Performance
📖 Documentation
- Change font family (ea5f729)
🏡 Chore
- Add
typecheck
script (1090cbb) - Respect deprecation of MenuLinkRoute (5554529)
- Run prisma generate later on postinstall (9bcb15e)
❤️ Contributors
- Becem-gharbi becem.gharbi@live.com
v2.2.0
🚀 Enhancements
- Use
@nuxt/fonts
for font download (7a8fefe)
🩹 Fixes
- Use custom naiveui theme on error page (e6dbabb)
🏡 Chore
❤️ Contributors
- Becem-gharbi (@becem-gharbi)
v2.1.6
🩹 Fixes
- Solve blocking navigation (>vue@3.4.8) (d3dbe0f)
💅 Refactors
- Move naive themeConfig to app.config (2351b73)
🏡 Chore
- Enable icons download (3484e22)
❤️ Contributors
- Becem-gharbi becem.gharbi@live.com
v2.1.5
💅 Refactors
- Change login form layout (9a8fdf4)
🏡 Chore
- Use matching env variables (ee92bf3)
- Add
process.env
for Cloudflare deployment (a3e924b) - Update example.env (e4ff950)
❤️ Contributors
- Becem-gharbi becem.gharbi@live.com
v2.1.4
About
This release introduced new changes
- Authentication: the access token is stored in memory instead of a non http-only cookie. check nuxt-auth.
- Object storage: custom metadata can be set on upload which allows storing user related info for authorization. check nuxt-s3.
- UI: use
naive-layout-navbar
as root the component for thedefault
layout. check nuxt-naiveui.
💅 Refactors
❤️ Contributors
- Becem-gharbi becem.gharbi@live.com
v2.1.3
💅 Refactors
- auth layout: Minor refactoring (98d1a3a)
- AccountSessions: Minor refactoring (4fe27da)
- default layout: Always display Navbar (1f5065d)
🏡 Chore
- deps-dev: Bump vite from 4.4.9 to 4.5.1 in /docs (7659e21)
- deps-dev: Bump vite from 4.5.0 to 4.5.1 (60c85b2)
❤️ Contributors
- Becem-gharbi becem.gharbi@live.com