diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..bdff6b6 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,24 @@ +# Changelog + + + + + +## 2.0.0 (2024-10-25) + +### Feature + +- New option 'show tooltips only on first occurrences on a page' @ksuess [#5](https://github.com/ksuess/volto-slate-glossary/issue/5) + +### Internal + +- Refactor package to cookieplone template. @ksuess + + Add backend with collective.glossary. @ksuess + + New concept: Instead of generating the tooltip enhanced markup in each Slate leaf, + we generate all tooltip enhanced leaf texts on route change, store them with jotai atom and use the appropriate ones in the leafs. @ksuess [#10](https://github.com/ksuess/volto-slate-glossary/issue/10) diff --git a/package.json b/package.json index d5bba7c..8690235 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "@rohberg/volto-slate-glossary-dev", - "version": "1.0.3", + "version": "2.0.0", "description": "Add tooltips for glossary terms", - "author": "Katja Süss", + "author": "Katja S\u00fcss", "homepage": "https://github.com/ksuess/volto-slate-glossary", "license": "MIT", "keywords": [ @@ -42,4 +42,4 @@ "mrs-developer": "^2.2.0" }, "packageManager": "pnpm@9.1.1" -} +} \ No newline at end of file diff --git a/packages/volto-slate-glossary/CHANGELOG.md b/packages/volto-slate-glossary/CHANGELOG.md index e24f3a8..bdff6b6 100644 --- a/packages/volto-slate-glossary/CHANGELOG.md +++ b/packages/volto-slate-glossary/CHANGELOG.md @@ -7,3 +7,18 @@ --> + +## 2.0.0 (2024-10-25) + +### Feature + +- New option 'show tooltips only on first occurrences on a page' @ksuess [#5](https://github.com/ksuess/volto-slate-glossary/issue/5) + +### Internal + +- Refactor package to cookieplone template. @ksuess + + Add backend with collective.glossary. @ksuess + + New concept: Instead of generating the tooltip enhanced markup in each Slate leaf, + we generate all tooltip enhanced leaf texts on route change, store them with jotai atom and use the appropriate ones in the leafs. @ksuess [#10](https://github.com/ksuess/volto-slate-glossary/issue/10) diff --git a/packages/volto-slate-glossary/news/10.internal b/packages/volto-slate-glossary/news/10.internal deleted file mode 100644 index df435e7..0000000 --- a/packages/volto-slate-glossary/news/10.internal +++ /dev/null @@ -1,6 +0,0 @@ -Refactor package to cookieplone template. @ksuess - -Add backend with collective.glossary. @ksuess - -New concept: Instead of generating the tooltip enhanced markup in each Slate leaf, -we generate all tooltip enhanced leaf texts on route change, store them with jotai atom and use the appropriate ones in the leafs. @ksuess \ No newline at end of file diff --git a/packages/volto-slate-glossary/news/5.feature b/packages/volto-slate-glossary/news/5.feature deleted file mode 100644 index 78f5651..0000000 --- a/packages/volto-slate-glossary/news/5.feature +++ /dev/null @@ -1 +0,0 @@ -New option 'show tooltips only on first occurrences on a page' @ksuess \ No newline at end of file diff --git a/packages/volto-slate-glossary/package.json b/packages/volto-slate-glossary/package.json index 503275b..733fc78 100644 --- a/packages/volto-slate-glossary/package.json +++ b/packages/volto-slate-glossary/package.json @@ -1,6 +1,6 @@ { "name": "@rohberg/volto-slate-glossary", - "version": "1.0.3", + "version": "2.0.0", "description": "Add tooltips for glossary terms", "main": "src/index.js", "license": "MIT",