Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuess committed Oct 25, 2024
1 parent 6c00924 commit f7555e0
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 11 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Changelog

<!-- You should *NOT* be adding new change log entries to this file.
You should create a file in the news directory instead.
For helpful instructions, please see:
https://6.docs.plone.org/volto/developer-guidelines/contributing.html#create-a-pull-request
-->

<!-- towncrier release notes start -->

## 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)
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down Expand Up @@ -42,4 +42,4 @@
"mrs-developer": "^2.2.0"
},
"packageManager": "[email protected]"
}
}
15 changes: 15 additions & 0 deletions packages/volto-slate-glossary/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,18 @@
-->

<!-- towncrier release notes start -->

## 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)
6 changes: 0 additions & 6 deletions packages/volto-slate-glossary/news/10.internal

This file was deleted.

1 change: 0 additions & 1 deletion packages/volto-slate-glossary/news/5.feature

This file was deleted.

2 changes: 1 addition & 1 deletion packages/volto-slate-glossary/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit f7555e0

Please sign in to comment.