Commits on Source (11)
-
Vincent Fontesse authoredb25ad46f
-
Vincent Fontesse authorede17b345f
-
Vincent Fontesse authoredcaadafea
-
Vincent Fontesse authored280a26f3
-
Vincent Fontesse authored39f1b821
-
Vincent Fontesse authored02371a93
-
Bruno Boiget authorede1664a90
-
Lionel Morin authored
Resolve "Revoir l'affichage de la page des favoris" Closes #33 See merge request !49
00d33f7d -
Lionel Morin authored
Resolve "Article: assainir le contenu avant affichage" Closes #42 See merge request !51
f4ddd576 -
Lionel Morin authored
Generate new testing version See merge request !53
0a30ca9b -
semantic-release-bot authored
## [1.7.0-testing.1](https://gitlab.mim-libre.fr/alphabet/laboite-blog-front/compare/release/1.6.0...release/1.7.0-testing.1) (2023-04-18) ### Features * **favorite:** add count of favorite added ([e17b345f](e17b345f)) * **favorite:** change expend button style ([39f1b821](39f1b821)) * **favorite:** collapse fav group in favorite page ([b25ad46f](b25ad46f)) * **favorite:** factorise front html ([02371a93](02371a93)) * **favorites:** add i18n and some style ([caadafea](caadafea)) * **fevorites:** change divider position ([280a26f3](280a26f3)) ### Bug Fixes * **articles:** sanitize article content before displaying ([e1664a90](e1664a90))
{ | ||
"name": "laboite-blog-front", | ||
"description": "laboite blog service frontend", | ||
"version": "1.6.0", | ||
"version": "1.7.0-testing.1", | ||
"license": "EUPL-1.2", | ||
"author": "EOLE/PCLL <team@eole.education> - DINUM", | ||
"type": "module", | ||
... | ... | @@ -29,6 +29,7 @@ |
"npm-run-all": "^4.1.5", | ||
"prettier": "^2.7.1", | ||
"prettier-plugin-svelte": "^2.7.0", | ||
"sanitize-html": "^2.10.0", | ||
"svelte-i18n": "^3.4.0" | ||
}, | ||
"devDependencies": { | ||
... | ... |