Skip to content

Vulk Changelog
Latest versionv2.0.1

We try to keep Vulk dependencies and best practices up to date. We also take care of user requests, either by implementing requested features, fixing bugs or improving the documentation.

Feel free to join us on discord. You can also have access to the private github repository, so you can view the source code history and submit issues.

2.0.1 (2023-10-31)

Bug Fixes

  • add seo meta examples (e8e31c9)
  • node engine, charset and seo image size (53652d7)
  • optional image and url config + expose VITE_APP_URL env variable (fd827f5)
  • update vite 5 beta + update packages + build issue (90ae9da)

2.0.0 (2023-09-21)

⚠ BREAKING CHANGES

  • ActionLink: remove default label value + add icon property + allow using default slot
  • DarkImage: remove darkmode store usage to let css display images
  • create app.config.ts file, remove useLayout, replace darkmode cookie with localstorage

Features

  • ActionLink: remove default label value + add icon property + allow using default slot (29d2688)
  • allow to change logo in app.config.ts (46cfc68)
  • CenterdMedia: add default slot (77893f0), closes #42
  • CompanyGrid: add subtitle property (7eb37be), closes #47
  • create app.config.ts file, remove useLayout, replace darkmode cookie with localstorage (cc0b77d)
  • DarkImage: remove darkmode store usage to let css display images (6f1f417)
  • demo: add intermediate pages listing (eaaa58b)
  • improve ssr + expose h3 event to ssr context (4adeb3e), closes #37 #35 #36
  • Placeholder: allow using slots (7724fc4)
  • PlaceholderSection: allow using slots (6c24aec)
  • Subtitle: add text property + use dynamic component (c4286c3), closes #55
  • Title: add text property + use dynamic component (a815da2), closes #54 #55
  • use variable fonts from fontsources (93bab45)

Bug Fixes

  • add SSR comment in dockerfile (000606e)
  • ContentBlockB: tooltip border (7cb500f)
  • eslint: parse ts files (2e7f54a), closes #62
  • minify html output on ssr/ssg (4776898)
  • Modal: make title props optional (06759ac)
  • move gtm id to env (572f9fc), closes #53
  • replace .env with .env.example (e22a460)
  • Tag: make label props optional (4894e2e)
  • ThemeToggle: initial dark mode state (f55bfa6)

1.4.0 (2023-08-04)

Features

  • improve SSR and PWA (341eafe)
  • replace @vueuse/head with unhead (0a171a9)
  • upgrade dependencies - replace vite-plugin-fonts with unplugin-fonts (7f46d7e)
  • upgrade prettier and linter configuration (682f075)

1.3.1 (2023-06-26)

Bug Fixes

  • Footer: use raw router links in column (cad4d6c)
  • improve navbar keyboard navigation (5cbfa32)
  • mobile megamenu (01696d5)
  • ssg: transorm windows paths for fast-glob (96553d0)

1.3.0 (2023-02-21)

Features

  • add SSG build option + define package as module (10f353f)
  • ssr: improve perfs with optional shared cache (27253a3)
  • update discord url (80fb173)
  • update to vite 4 and improve accessibility (705f10b)

1.2.0 (2022-10-09)

Features

  • add router scrollBehavior (3990cdd)
  • add ssr as an optional feature (5dcaba6)
  • add vite auto-import plugin (589829f)
  • pre-optimize assets script, remove vite imagemin plugin (20ede43)
  • ssr: use compatibility events from h3 (00166d4)
  • upgrade to vite 3 (71dd8ec)

Bug Fixes

  • checkbox: allow to use any value (6195315)
  • gallery a default item size (aca2c9b)

1.1.0 (2022-05-15)

View CHANGELOG.md for details

1.0.0 (2022-03-09)

Features

Bug Fixes

All Rights Reserved