Skip to content

Commit

Permalink
v1.15.0 Changelog (#281)
Browse files Browse the repository at this point in the history
* Add v1.15.0 release notes

* Update package.json

---------

Co-authored-by: Felix Beceic <[email protected]>
  • Loading branch information
fbeceic and Felix Beceic authored Oct 10, 2024
1 parent a7e21a6 commit 1a609ad
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 12 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@
},
"dependencies": {
"@datepicker-react/hooks": "2.3.1",
"@lexical/react": "^0.11.0",
"@lexical/html": "^0.11.0",
"@lexical/list": "^0.11.0",
"@lexical/link": "^0.11.0",
"@lexical/selection": "^0.11.0",
"@lexical/list": "^0.11.0",
"@lexical/react": "^0.11.0",
"@lexical/rich-text": "^0.11.0",
"@lexical/selection": "^0.11.0",
"@lexical/table": "^0.11.0",
"@lexical/utils": "^0.11.0",
"@reach/dialog": "^0.10.1",
Expand Down
25 changes: 23 additions & 2 deletions storybook/src/base-documentation/ReleaseNotes.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,28 @@ import { Meta } from "@storybook/addon-docs";

# 📝 Release Notes

## **1.14.2 - latest** <span>_(June 19th 2024)_</span>
## **1.15.0 - latest** <span>_(Oct 10th 2024)_</span>

**<h4>🐛 Bug Fixes</h4>**

- Fixed visual inconsistencies between disabled input components, specifically `Input` and `Select` ([#273](https://github.com/croz-ltd/tiller/issues/273))
- Fixed duplication of `RichTextEditor`'s `initialHtml` prop on dev environments ([#274](https://github.com/croz-ltd/tiller/issues/274))
- Fixed unresponsiveness of `RichTextEditor`'s table, link and list functionalities ([#277](https://github.com/croz-ltd/tiller/issues/277))

**<h4>⚡ Component Improvements</h4>**

- Added localization for all `RichTextEditor`'s text elements by adding new translations to the now-exported `defaultIntlDictionary` ([#236](https://github.com/croz-ltd/tiller/issues/236))
- to ensure translations are displayed correctly, the [necessary keys](https://github.com/croz-ltd/tiller/blob/a7e21a61dea4397c12105ffdad53e6c5671f8b28/libs/intl/src/intlDictionary.js#L96) must be included in the dictionary provided to the `IntlProvider`
(more info [here](https://croz-ltd.github.io/tiller/?path=/docs/component-library-intl-intl--basic#default-intl-dictionary))

**<h4>📚 Docs Improvements</h4>**

- Updated documentation for `Intl` ([docs](https://croz-ltd.github.io/tiller/?path=/docs/component-library-intl-intl--basic)) with newly-added
`RichTextEditor` translation keys ([#236](https://github.com/croz-ltd/tiller/issues/236))
- the [defaultIntlDictionary](https://github.com/croz-ltd/tiller/blob/master/libs/intl/src/intlDictionary.js) (with all required component translations)
can now be imported from the `@tiller-ds/intl` module for usage and/or merging with custom dictionaries

## 1.14.2 <span>_(June 19th 2024)_</span>

**<h4>🐛 Bug Fixes</h4>**

Expand All @@ -30,7 +51,7 @@ import { Meta } from "@storybook/addon-docs";

- Fixed `DataTable` crashing if rendered with one child in a row ([#266](https://github.com/croz-ltd/tiller/issues/266))

## **1.14.0** <span>_(June 5th 2024)_</span>
## 1.14.0 <span>_(June 5th 2024)_</span>

**<h4>🐛 Bug Fixes</h4>**

Expand Down
21 changes: 14 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5247,7 +5247,7 @@ __metadata:
languageName: node
linkType: hard

"@lexical/html@npm:0.11.3":
"@lexical/html@npm:0.11.3, @lexical/html@npm:^0.11.0":
version: 0.11.3
resolution: "@lexical/html@npm:0.11.3"
dependencies:
Expand All @@ -5258,7 +5258,7 @@ __metadata:
languageName: node
linkType: hard

"@lexical/link@npm:0.11.3":
"@lexical/link@npm:0.11.3, @lexical/link@npm:^0.11.0":
version: 0.11.3
resolution: "@lexical/link@npm:0.11.3"
dependencies:
Expand All @@ -5269,7 +5269,7 @@ __metadata:
languageName: node
linkType: hard

"@lexical/list@npm:0.11.3":
"@lexical/list@npm:0.11.3, @lexical/list@npm:^0.11.0":
version: 0.11.3
resolution: "@lexical/list@npm:0.11.3"
dependencies:
Expand Down Expand Up @@ -5367,7 +5367,7 @@ __metadata:
languageName: node
linkType: hard

"@lexical/rich-text@npm:0.11.3":
"@lexical/rich-text@npm:0.11.3, @lexical/rich-text@npm:^0.11.0":
version: 0.11.3
resolution: "@lexical/rich-text@npm:0.11.3"
peerDependencies:
Expand All @@ -5379,7 +5379,7 @@ __metadata:
languageName: node
linkType: hard

"@lexical/selection@npm:0.11.3":
"@lexical/selection@npm:0.11.3, @lexical/selection@npm:^0.11.0":
version: 0.11.3
resolution: "@lexical/selection@npm:0.11.3"
peerDependencies:
Expand All @@ -5388,7 +5388,7 @@ __metadata:
languageName: node
linkType: hard

"@lexical/table@npm:0.11.3":
"@lexical/table@npm:0.11.3, @lexical/table@npm:^0.11.0":
version: 0.11.3
resolution: "@lexical/table@npm:0.11.3"
dependencies:
Expand All @@ -5408,7 +5408,7 @@ __metadata:
languageName: node
linkType: hard

"@lexical/utils@npm:0.11.3":
"@lexical/utils@npm:0.11.3, @lexical/utils@npm:^0.11.0":
version: 0.11.3
resolution: "@lexical/utils@npm:0.11.3"
dependencies:
Expand Down Expand Up @@ -29365,7 +29365,14 @@ resolve@^2.0.0-next.3:
"@babel/preset-typescript": 7.12.13
"@datepicker-react/hooks": 2.3.1
"@fullhuman/postcss-purgecss": ^2.3.0
"@lexical/html": ^0.11.0
"@lexical/link": ^0.11.0
"@lexical/list": ^0.11.0
"@lexical/react": ^0.11.0
"@lexical/rich-text": ^0.11.0
"@lexical/selection": ^0.11.0
"@lexical/table": ^0.11.0
"@lexical/utils": ^0.11.0
"@nrwl/cli": 12.10.0
"@nrwl/cypress": 12.10.0
"@nrwl/eslint-plugin-nx": 12.10.0
Expand Down

0 comments on commit 1a609ad

Please sign in to comment.