Skip to content

Releases: pierreb-devkit/Vue

v1.5.0

01 Apr 09:57

Choose a tag to compare

1.5.0 (2026-04-01)

Bug Fixes

  • analytics: PostHog api_host bug + identify/group on login (#3772) (534fdf3), closes #3753 #3766 #3769 #3771
  • auth,admin: move mailer warning to admin page, fix verify-email routing, align invite button (0d195c4)
  • auth: add missing $route.query mock in verifyEmail tests (b2732f6)
  • auth: address CodeRabbit review feedback (1d14b06)
  • auth: address review feedback from pass 1 (bd27d2f)
  • auth: address review feedback from pass 1 (a87fdb1)
  • auth: address review feedback from pass 2 — prevent form flash on load (a6afeca)
  • auth: fix runtime deprecation warnings and add auth view unit tests (1901dad), closes #3592
  • auth: persist snackbar dismissal on implicit close (5e464c3)
  • auth: resolve lint errors and update test mocks for fetchServerConfig (a642001)
  • billing: add store unit tests and fix view import paths (e370272)
  • billing: address CodeRabbit review — guards, tests, JSDoc, price fallback (f0f6657)
  • billing: address CodeRabbit review feedback (b195d2d)
  • billing: address CodeRabbit review feedback (8435d1c)
  • billing: address CodeRabbit review feedback (4187771)
  • billing: address review — tier comparison, graceful failure, tests, naming (7b00b91)
  • billing: address review feedback — pricing card, fetch guard, router tests (34cbda9)
  • billing: address UI review findings (b281a8a)
  • billing: address UI review findings (ead3eb0)
  • billing: address UI review findings (b2d3897)
  • billing: address UI review findings (a756cd9)
  • billing: align CASL guard subject with backend policy (7e8287b)
  • billing: align CASL guard subject with backend policy (8e9b768)
  • billing: correct plan field name, add enterprise badge, store cleanup (#3733) (9b6e30d), closes #3729 #3730 #3731 #3732 #3729 #3730 #3731 #3732
  • billing: correct test URL assertions to match store checkout URLs (cd64628)
  • billing: correct view import paths to match lowercase filenames (e2646dd)
  • billing: default free plan display + E2E security tests (#3751) (025534a)
  • billing: fix branch coverage and E2E auth guard test (2864cf7)
  • billing: fix branch coverage and harden E2E auth test (7b91edb)
  • billing: fix error-handling tests and restore CASL guard on /billing route (bcb15a6)
  • billing: fix plan merge — match by planId/name and build price objects (1c1c765)
  • billing: gate fetchSubscription behind org check and add missing @returns JSDoc (9dd15a7)
  • billing: harden URL validation, test assertions, and error handling (44d9cc2)
  • billing: include canceled query param in checkout cancel URL (9e28636)
  • billing: propagate errors, add CASL route metadata, rename views (39343ba)
  • billing: remove duplicate import in E2E test (02576f5)
  • billing: rename views, fix test assertions, address review feedback (cb72130)
  • billing: separate checkout error from fetch error in pricing view (78db8b1)
  • billing: update store cancel URL to include canceled query param (ca5f1a3)
  • billing: validate portal URL and catch fetchSubscription rejection (7534b6c)
  • ci: ensure coverage thresholds pass with all modules (8e0c970), closes #3710
  • ci: remove ARC-specific conditionals from CI.yml (#3806) (48747f3), closes #3805
  • config: add missing api section to config.test.js (#3679) (fff9ffc), closes #3676
  • config: address review — use lodash-es, drop glob dep, add env warning (1ec84fa)
  • config: address review feedback from pass 1 (3336f09)
  • config: align app_title default between Dockerfile and hooks/build (b08dbf3)
  • config: backward-compat fallback for sucessColor and improve warning (1965557)
  • config: fail fast when config is missing in production builds (#3671) (c660ba4), closes #3669
  • config: generateConfig ignores module env-specific configs (#3827) (1ffd80e), closes #3826
  • config: remove @desc tag from deepMerge JSDoc (7c4b613)
  • config: remove duplicate vuetify.theme block from app config merge ([5a583a7](https://github.com/pierreb-de...
Read more

v1.4.0

01 Mar 09:18

Choose a tag to compare

1.4.0 (2026-03-01)

Bug Fixes

  • apply Copilot feedback from rebrand PR (6450969)
  • claude: add CHECKS_FOUND guard to monitoring.md retry loop (437fdee)
  • claude: add YAML frontmatter to all skills for proper triggering (#3512) (05432c0)
  • claude: address pass-2 review feedback - watch guard, $PR placeholder, jq line field (348c7a3)
  • claude: address review feedback - stale refs, retry loop, jq pagination, variables (56fab55)
  • datatable: register lodash as 'lodash' on globalProperties, not '_' (24b68d2)
  • errors: align ERRORS.md JSDoc rule with guardrail nuance (non-void + async) (568f2b3)
  • guardrails: add backticks to @param and @return in ERRORS.md for consistent Markdown rendering (f92224a)
  • guardrails: apply Copilot feedback — use @return, clarify async rule, sync copilot-instructions (26cc510)
  • home: featuretabs image 🐛 (#3498) (67bbde3)
  • jsdoc: align ERRORS.md wording with guardrail (new or modified functions) (5db5e65)
  • jsdoc: fix JSDoc accuracy and remove stray /pr reference (22f8f48)
  • jsdoc: fix pageRequest @returns description to match actual return value (ed8bc1d)
  • jsdoc: standardize on @returns (canonical JSDoc tag) across docs and src (1876e49)
  • pr-skill: add git push -f deny pattern and fix bug report placeholder (8dffffa)
  • pr-skill: add text language tag to pseudocode fence (MD040) (77e06ba)
  • pr-skill: address bot review feedback on pr skill (8e03358)
  • pr-skill: address Copilot review pass 2 (57a5941)
  • pr-skill: clarify draft PR scope — bots trigger only after gh pr ready (a7cbb3c)
  • release: move ci flag to release-it config, add .release-it.json (2895d7d)
  • remove duplicate test script, delete orphaned .release-it.json (ec7d0ab)
  • seo: address Copilot review feedback on seoInjectPlugin (ad71ae2)
  • seo: address second round of Copilot feedback (c676a14)
  • seo: make meta tags conditional and harden head injection (5ac2518)
  • settings: deny git switch to main/master branches (03ab597)
  • theme: isDark accepts boolean and string, fix regression for isDark(true) (8fb05f8)
  • theme: isDark accepts only string, light by default, remove boolean legacy (6599c76)
  • theme: isDark now returns false for 'light', aligns logic with JSDoc (df69430)

Features

  • app,core,config: header option and design adjustments ✨ (#3485) (819aa1d)
  • core,home,helpers,config: refresh style and homegeise strucutres ✨ (2974ff3)
  • core,home,helpers,config: refresh style and homegeise strucutres ✨ (#3486) (925ad88)
  • home,config: handle overloap of hereo with every component ✨ (#3488) (c38e2f6)
  • home: rework components ✨ (a452f02)
  • pr-skill: make monitoring loop explicitly autonomous with polling (b9b8373)
  • seo: add full SEO support configurable per project (2bc7796)
  • tooling: add /pr skill with full PR lifecycle (d5fefde)

v1.3.1

01 Jan 09:15

Choose a tag to compare

1.3.1 (2026-01-01)

Bug Fixes

v1.3.0

22 Nov 15:16

Choose a tag to compare

1.3.0 (2025-11-22)

Bug Fixes

Features

v1.2.0

28 May 08:40

Choose a tag to compare

1.2.0 (2022-05-28)

Migration to vue 3 documentation, beta

Bug Fixes

Features

  • auth, home, tasks, users: footer enabled from router ✨ (#1750) (976a6e4)
  • lib, app, home: add vue 3 meta example ✨ (#1755) (f7f3132)

v1.1.1

24 May 20:13

Choose a tag to compare

v1.1.1 Pre-release
Pre-release

1.1.1 (2022-05-24)

Features

Migration to vue 3, old stack on vue 2 migration tutorial in WIP

Bug Fixes

v1.1.0

30 Apr 13:22

Choose a tag to compare

1.1.0 (2021-04-30)

Bug Fixes

  • _app: home 🐛 (5d502f0)
  • app: fix padding adjustment on mobile 🐛 (576ff32)
  • auth: fix wrong redirections 🐛 (5ff9074)
  • auth: sign in up redirection 🐛 (4f5925d)
  • dependencies: adjustment on versions 🐛 (01cbddb)
  • dependencies: downgrade sass & webpack 🐛 (#1109) (17bd2ac)
  • dependencies: merge 🐛 (ac5941f)
  • dependencies: temp downgrade sass-loader, vue comp 🐛 (19b2c9f)
  • eslint: fix eslint / prettier compatibilites 🐛 (3c3c008)
  • eslint: indent 🐛 (80522b1)
  • home: article example config 🐛 (8a35f60)
  • home: banner button 🐛 (0b021ec)
  • home: fix slideshow font size on mobile 🐛 (c0c585d)
  • home: fix status display on safari by simplifying it 🐛 (467badc)
  • home: invert animation, not on text, only on cards 🐛 (23a5e78)
  • home: page subscription button 🐛 (#1110) (139e806)
  • home: wrong merge 🐛 (caa1b0d)
  • home, subscriptions: remove subscriptions, lite code, ghost blog switch 🐛 (9bf6778)
  • homes: fix pages colors 🐛 (ccac6cd)
  • lib: matomo fix indent 🐛 (fe1e921)
  • prettier: fix prettier config 🐛 (51df161)
  • tasks: speed dial vuetify bug 🐛 (f974092)
  • users: avatar gravatar wrong margin 🐛 (d585ab9)
  • users: avatars margin 🐛 (7d241c6)
  • users: pagination example double call 🐛 (b2501d2)
  • users: roles update fix 🐛 (8b39c00)
  • package.json & package-lock.json to reduce vulnerabilities (f94b0c4)

Features

  • app: auto define tab title from routes name ✨ (b68bc03)
  • auth: init apple oAuth option ✨ (a9837ae)
  • auth: init google oAuth option ✨ (d0aab7a)
  • auth: password reset ✨ (2278a27)
  • auth, config: sign in/up redirect option ✨ (fa06db0)
  • config: upgrade temporal background example to big sur ✨ (be9ff59)
  • config, auth: handling oauth error on client side ✨ (0ea6d65)
  • config, docker: switch auth preset to conf only ✨ (92315ff)
  • config, home: add slideshow component ✨ (5cb019d)
  • config, plugins, app, home: init meta example ✨ (11016de)
  • core, global: add colors option for nav button, and order by roles ✨ (ca2765a)
  • docker: add oauth activation option ✨ (e66ac32)
  • global: add apple touch icon ✨ (46b2129)
  • global: mobile width optimizaiton ✨ (c9215c4)
  • global: style review ✨ (332da3d)
  • home: abouts width config ✨ (4e17f7e)
  • home: add colors option for phone slideshow ✨ (e914d59)
  • home: add comoponent and docs every component with ex ✨ (a9b136a)
  • home: add interval option to carousel ✨ (5fd45d7)
  • home: add pages reader example, cgu & legals ✨ (d1bb2b5)
  • home: add status option next to logo ✨ (05d34be)
  • home: add title color option for slideshow ✨ (2f479e7)
  • home: clean changelog display ✨ (8e5622a)
  • home: features color option ✨ (e3708b9)
  • home: improve slideshow component (dark/light/fulltext) ✨ (8b729e0)
  • home: page ✨ (ffed30c)
  • home: set app name for home tab title ✨ (b08c9c6)
  • home, config: fix eslint & changelog ✨ (8603e86)
  • public: set waos favicon ✨ (7f4c7c5)
  • subscriptions: add admin panel ✨ (8541fc6)
  • subscriptions: switch new to checkbox ✨ (d44bd48)
  • users: add example of upload code in comment ✨ (2428893)
  • users: user list pagination example ✨ (e848ab5)
  • users, global: add user roles mngt & user admin section ✨ (10fb83b), closes #155 #609
  • users, home: init team page members ✨ (72954cf)

v1.0.0

25 Jul 14:33

Choose a tag to compare

1.0.0 (2020-07-25)

Bug Fixes

  • app: fix interceptors to redirect if 401 🐛 (98357b6)
  • build: config 🐛 (a48f514)
  • build: fix no console error on build (disable for the moment) 🐛 (baa5c8a)
  • config, core: fix design colors 🐛 (309675e)
  • core: fix navigation duplicate$ 🐛 (3d4779f)
  • core: signin disapear 🐛 (68a2a00)
  • core, app: signin failed notif, signout hide button 🐛 (a26edc9)
  • core, home, config: fix home page displays 🐛 (64f584b)
  • dependencies: fix package lock 🐛 (b84db5c)
  • docker: fix docker hook 🐛 (429e55a)
  • docker: fix hook 🐛 (76af2ab)
  • docker: fix NODE ENV on build 🐛 (09fc80c)
  • docker: hook adjust args 🐛 (a99979f)
  • gitignore: ignore generated conf 🐛 (4be0db9)
  • global: delete useless files 🐛 (4dfede1)
  • global: fix Readme 🐛 (a93aa9f)
  • global: refactor new lint rules 🐛 (be4cd31)
  • home: backgorund max height limited 🐛 (97fe2ac)
  • home: dark light theme fix 🐛 (5eb4d17)
  • home: dynamic background 🐛 (7ea0f75)
  • home: fix background image in homepage 🐛 (6c70079)
  • home: fix critical erros 🐛 (379dfea)
  • home: fix end links 🐛 (ff78859)
  • home: fix releases calc & features centering 🐛 (1dbf416)
  • home: line break line space in contact mail 🐛 (13b5ea4)
  • home: logo aspect ratio review 🐛 (b000e16)
  • home: style fix 🐛 (706f1ca)
  • hook fix: fix docker hook for docker hub 🐛 (17f6e59)
  • release: url 🐛 (d920bc3)
  • package.json & package-lock.json to reduce vulnerabilities (a11f1b5)
  • package.json, package-lock.json & .snyk to reduce vulnerabilities (0265838)
  • package.json, package-lock.json & .snyk to reduce vulnerabilities (8f924f6)
  • package.json, package-lock.json & .snyk to reduce vulnerabilities (e96ff6e)
  • tasks: fix length test 🐛 (6a6a3dc)
  • tasks: fix merge 🐛 (e3eeefa)
  • tasks: fix missing mapGetters 🐛 (326f851)
  • tasks: fix switch from create to edit mode 🐛 (6ac7000)
  • tasks: fix update 🐛 (01da760)
  • tasks: remove old console log 🐛 (b1aeb58)
  • tasks: remove useless code 🐛 (a28704b)
  • tasks: warning router 🐛 (ee6a455)
  • package.json & package-lock.json to reduce vulnerabilities (4eecc65)
  • package.json, package-lock.json & .snyk to reduce vulnerabilities (e5b7bf8)

Features

  • all: init ✨ (8e1e976)
  • app: add notifications based on request status ✨ (4f91b52)
  • auth: add signup ✨ (0b0b6b2)
  • auth: imrpove auth rules ✨ (44bc194)
  • config: add api in configuration ✨ (3884fea)
  • config: add port management for dev env ✨ (b18712e)
  • config, helpers, core, app: auto theme dark light ✨ (a280655)
  • config, plugins: init matomo example for analytics ✨ (51ba7cb)
  • core: add custom top menu & tooltips ✨ (3e493ef)
  • core: add left top menu ✨ (8a9c3e4)
  • core: add option to display nav or not only if user is logged ✨ (ec9b0ab)
  • core: manage dropdown menu for social links on phone ✨ (f55d78b)
  • core, auth: add sign in up display option ✨ (6a539e2)
  • dependencies: fix package lock ✨ (53da080)
  • deps: clean deps package ✨ (ea18144)
  • docker: init examples ✨ (dd88eea)
  • global: add demo ✨ (92c9940)
  • global: add home page example ✨ (1fdd24d)
  • global: upgrade all dependencies :D ✨ (60826e6)
  • global: upgrade eslint ✨ (266098e)
  • home: add blog link ✨ (4b99849)
  • home: add links ✨ (7607910)
  • home: add logo img config option ✨ (e76423b)
  • home: add releases changelogs & page content mngt ✨ (8823c7a)
  • home: add stats example ✨ (4fc06ae)
  • home: adjust home indent ✨ (f7b767e)
  • home: auto reset contact form ✨ (c7a8a6d)
  • home: init markdown for texts ✨ ([af71a50](https...
Read more

0.1.0

14 May 16:29
504bb41

Choose a tag to compare

chore(release): 0.1.0 : Changelog