From 1a609ad160c0b205108904d5e9f89ebd1c33004c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Be=C4=8Dei=C4=87?= <44879477+fbeceic@users.noreply.github.com> Date: Thu, 10 Oct 2024 15:57:11 +0200 Subject: [PATCH] v1.15.0 Changelog (#281) * Add v1.15.0 release notes * Update package.json --------- Co-authored-by: Felix Beceic --- package.json | 6 ++--- .../ReleaseNotes.stories.mdx | 25 +++++++++++++++++-- yarn.lock | 21 ++++++++++------ 3 files changed, 40 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index a9cf5d1..2be1f94 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/storybook/src/base-documentation/ReleaseNotes.stories.mdx b/storybook/src/base-documentation/ReleaseNotes.stories.mdx index 0c69be5..ba14271 100644 --- a/storybook/src/base-documentation/ReleaseNotes.stories.mdx +++ b/storybook/src/base-documentation/ReleaseNotes.stories.mdx @@ -18,7 +18,28 @@ import { Meta } from "@storybook/addon-docs"; # 📝 Release Notes -## **1.14.2 - latest** _(June 19th 2024)_ +## **1.15.0 - latest** _(Oct 10th 2024)_ + +**

🐛 Bug Fixes

** + +- 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)) + +**

⚡ Component Improvements

** + +- 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)) + +**

📚 Docs Improvements

** + +- 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 _(June 19th 2024)_ **

🐛 Bug Fixes

** @@ -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** _(June 5th 2024)_ +## 1.14.0 _(June 5th 2024)_ **

🐛 Bug Fixes

** diff --git a/yarn.lock b/yarn.lock index 623dff2..c569e9f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: @@ -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