Skip to content

v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Apr 13:22
· 576 commits to main since this release

3.0.0 (2024-04-20)

Bug Fixes

  • components: added WeakHardwareOverlay (43f255e)
  • components: replace ticks (50c9150)
  • composable: fix ´addImports´ path (71db6ce)
  • entry: prepare entry for vite and webpack (04ee52e)
  • eslint: remove eslint dep (85753a7)
  • font: fix missing fontaine fallback family (c793fd5)
  • font: update fallback font (b49fa7c)
  • head: fix noscript content attribute (e580fe2)
  • head: minify tags (7f870f5)
  • image: added load trigger for mounted with complete (dc5bfd5)
  • jsconfig: nuxt inherit -> working autosuggest (9953a9e)
  • lint: resolve warnings (42907b9)
  • module: added deprecation notifications (41b1108)
  • module: fix missing mjs files (7ed3467)
  • module: fix missing var (0bf9cf0)
  • module: fix missing warn (eb1602d)
  • module: fix noscript style (9ce619a)
  • module: fix preloads (91e6897)
  • module: improve critters handling (315e2fe)
  • module: improve templates… (87206fc)
  • module: remove alias workaround (417d554)
  • module: remove js extensions (605e778)
  • module: remove unnecessary templates (a205139)
  • module: removed @nuxt/critters (be9f3e6)
  • next: prepare for next (31a32d2)
  • nitro: fix asset path (a325b7f)
  • options: added missing default options (1b5a56c)
  • package: fix missing dep @nuxtjs/fontaine (163c86e)
  • package: update package-lock (a31c821)
  • pkg: fix docs files (ab8aa75)
  • pkg: remove unused deps; clean (90e903e)
  • pkg: rename mjs to js; added type module (5072a98)
  • pkg: rename prettier.mjs (0ec1ef8)
  • pkg: update package-lock (7a5b262)
  • plugin: improve image size fetch (546bae1)
  • plugin: speedkit provide completed (963fb44)
  • preload: fix invalid css url paths and … (961c4b2)
  • preload: ignore other urls (8d65f2f)
  • preload: ignore url link tags (3188864)
  • publish: added overrides (6fed38c)
  • publish: remove prepare task (53c9791)
  • publish: remove stylelint (cac41fb)
  • publish: test 1 (34a9360)
  • publish: test 2 (ddb9c8d)
  • publish: test 3 (93410f8)
  • publish: update package-lock (344bb8f)
  • setup: fix await call (f0a9e86)
  • source-list: added workaround for create-sort (899d971)
  • source-list: fix missing import (7ab32cf)
  • source: @nuxt/image densities definition (8adfa89)
  • source: added densities option (c8a5c55)
  • source: fix invalid hash ssr/client (5ba987c)
  • source: remove S char (72c1fb2)
  • speedkit-picture: added main changes (70bdf60)
  • ssr: added style embed in prerenderer (5abdc58)
  • update: added components & improvements (d0d8426)
  • update: composable and directive (ea7ea8e)
  • update: fix createSort import by external use (afa335d)
  • update: fix missing imports by external use (a29e4af)
  • update: improved playground (5507418)
  • update: improvements (096a93d)
  • update: prepare 1 (5632c68)
  • update: replaced path with pathe (a9755eb)
  • update: update (c0fe916)
  • update: update components & pages (27daf75)
  • update: update preload optimization (f384973)
  • v-font: fix missing font-active class (a16c688)
  • v-font: ignore empty v-font (c55adab)
  • v-font: ignore missing props (561b271)
  • webpack: added workaround for ssr styles (663318d)

chore

BREAKING CHANGES

  • v3: - Full Nuxt 3 support
  • readme: version change for nuxt3