Commits on Source (19)
-
Bruno Boiget authored934e6312
-
Bruno Boiget authored2c4011d7
-
Bruno Boiget authored
Resolve "Intégration du client Matomo" Closes #48 See merge request !62
1a5fe65f -
Lionel Morin authored
Create a new testing See merge request !65
c4316b2f -
semantic-release-bot authored
## [1.9.0-testing.1](https://gitlab.mim-libre.fr/alphabet/laboite-blog-front/compare/release/1.8.1...release/1.9.0-testing.1) (2023-10-12) ### Features * **matomo:** change matomo integration method ([2c4011d7](2c4011d7)) * **matomo:** integrate Matomo client ([934e6312](934e6312))
4d0c0b66 -
Bruno Boiget authored192ed9a8
-
Lionel Morin authoredc7fa86dc
-
Lionel Morin authored89a25133
-
Lionel Morin authorede0f0623b
-
Lionel Morin authoredbeb870b8
-
Lionel Morin authored4e975f33
-
Joël Cuissinat authored
Resolve "La recherche par tag ne fonctionne plus en tapant le nom d'un tag" See merge request !66
81240e49 -
semantic-release-bot authored
## [1.9.0-testing.2](https://gitlab.mim-libre.fr/alphabet/laboite-blog-front/compare/release/1.9.0-testing.1...release/1.9.0-testing.2) (2023-11-06) ### Bug Fixes * **articles:** fix tag search in articles tab ([89a25133](89a25133)) * **articles:** no empty tag filter ([4e975f33](4e975f33)) * **articles:** prevent same tag to be add ([beb870b8](beb870b8)) * **articles:** search by tag with enter key ([e0f0623b](e0f0623b)) * **gitignore:** add new ignored folder ([c7fa86dc](c7fa86dc)) * **tags:** fix active tags not updating when selecting a tag ([192ed9a8](192ed9a8))
9cd477c2 -
Bruno Boiget authored509a6207
-
Bruno Boiget authoredbe960346
-
Joël Cuissinat authored
Resolve "Mise à jour Babel en 7.23.2" See merge request !67
21fa8ea1 -
semantic-release-bot authored
## [1.9.0-testing.3](https://gitlab.mim-libre.fr/alphabet/laboite-blog-front/compare/release/1.9.0-testing.2...release/1.9.0-testing.3) (2023-11-07) ### Bug Fixes * **audit:** update critically vulnerable libraries ([509a6207](509a6207)) * **library:** upgrade svelte-i18n to non broken version ([be960346](be960346))
897f6236 -
Lionel Morin authored
Create new stable See merge request !68
bcdf07a5 -
semantic-release-bot authored
## [1.9.0](https://gitlab.mim-libre.fr/alphabet/laboite-blog-front/compare/release/1.8.1...release/1.9.0) (2023-11-07) ### Features * **matomo:** change matomo integration method ([2c4011d7](2c4011d7)) * **matomo:** integrate Matomo client ([934e6312](934e6312)) ### Bug Fixes * **articles:** fix tag search in articles tab ([89a25133](89a25133)) * **articles:** no empty tag filter ([4e975f33](4e975f33)) * **articles:** prevent same tag to be add ([beb870b8](beb870b8)) * **articles:** search by tag with enter key ([e0f0623b](e0f0623b)) * **audit:** update critically vulnerable libraries ([509a6207](509a6207)) * **gitignore:** add new ignored folder ([c7fa86dc](c7fa86dc)) * **library:** upgrade svelte-i18n to non broken version ([be960346](be960346)) * **tags:** fix active tags not updating when selecting a tag ([192ed9a8](192ed9a8))
{ | ||
"name": "laboite-blog-front", | ||
"description": "laboite blog service frontend", | ||
"version": "1.8.1", | ||
"version": "1.9.0", | ||
"license": "EUPL-1.2", | ||
"author": "EOLE/PCLL <team@eole.education> - DINUM", | ||
"type": "module", | ||
... | ... | @@ -30,7 +30,8 @@ |
"prettier": "^2.7.1", | ||
"prettier-plugin-svelte": "^2.7.0", | ||
"sanitize-html": "^2.10.0", | ||
"svelte-i18n": "^3.4.0", | ||
"semver": "^7.5.2", | ||
"svelte-i18n": "4.0.0", | ||
"vite": "^4.3.9" | ||
}, | ||
"devDependencies": { | ||
... | ... |
src/components/matomo/Matomo.svelte
0 → 100644
src/components/matomo/MatomoTracker.svelte
0 → 100644
This diff is collapsed.