From 0cd9ca92c734b802c38e7201cadccf134c11c8a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Be=C4=8Dei=C4=87?= <44879477+fbeceic@users.noreply.github.com> Date: Mon, 20 Mar 2023 16:17:12 +0100 Subject: [PATCH] #89 v1.4.0 Changelog (#90) * #89 Add v1.4.0 Release Notes * #89 Improve release notes styling --------- Co-authored-by: Felix Beceic --- libs/theme/src/preset.ts | 2 +- .../ReleaseNotes.stories.mdx | 64 +++++++++++++------ 2 files changed, 46 insertions(+), 20 deletions(-) diff --git a/libs/theme/src/preset.ts b/libs/theme/src/preset.ts index 321f3b3..4e94c96 100644 --- a/libs/theme/src/preset.ts +++ b/libs/theme/src/preset.ts @@ -52,8 +52,8 @@ const preset = { base: colors.slate["200"], }, fontSize: { - base: font("sm", "5", "normal"), small: font("sm"), + base: font("sm", "5", "normal"), normal: font("base", "6", "normal"), title: font("lg", "6", "medium"), subtitle: font("sm", "4", "normal"), diff --git a/storybook/src/base-documentation/ReleaseNotes.stories.mdx b/storybook/src/base-documentation/ReleaseNotes.stories.mdx index fb91c9d..dbd4747 100644 --- a/storybook/src/base-documentation/ReleaseNotes.stories.mdx +++ b/storybook/src/base-documentation/ReleaseNotes.stories.mdx @@ -16,11 +16,37 @@ import { Meta } from "@storybook/addon-docs"; }} /> -# Release Notes +# 📝 Release Notes -## **1.3.1 - latest** _(Mar 17th 2023)_ +## **1.4.0 - latest** _(Mar 20th 2023)_ -**Bug fixes:** +**

🐛 Bug Fixes

** + +- fixed `Autocomplete` and `Select` mobile issues on CRA ([#87](https://github.com/croz-ltd/tiller/issues/87)) + +**

⚡ Component Improvements

** + +- `ProgressBar`: added _separator_ prop for adding a custom separator between steps ([#80](https://github.com/croz-ltd/tiller/issues/80)) + +**

🎨 Design System Improvements

** + +- improved theme styles for various components ([#51](https://github.com/croz-ltd/tiller/issues/51)) + + - `PageHeading`: moved more classes to tokens + - `ProgressBar`: improved tokens + - `Toggle`: moved icon classes to tokens, improved icon margins + - `DropdownMenu`: removed duplicated wrapper if _className_ is passed + +
+ +- adjusted text styles for a more customizable experience ([#51](https://github.com/croz-ltd/tiller/issues/51)) + + - improved `preset` text colors and font sizes + - labels now use appropriate classes for color (`text-body`/`text-body-light`/`text-heading`/...) and font size (`text-base`/`text-normal`/`text-title`/...) + +## 1.3.1 _(Mar 17th 2023)_ + +**

🐛 Bug Fixes

** - `Autocomplete`: fixed multiple Item selection on mobile ([#75](https://github.com/croz-ltd/tiller/issues/75)) - `Field`: extra verification step has been included to determine whether the error message received from Formik is a string or a React element ([#77](https://github.com/croz-ltd/tiller/issues/77)) @@ -30,11 +56,11 @@ import { Meta } from "@storybook/addon-docs"; ## 1.3.0 _(Mar 1st 2023)_ -**Bug fixes:** +**

🐛 Bug Fixes

** - `Autocomplete`: fixed inability to remove some tags on tagsContained variant ([#53](https://github.com/croz-ltd/tiller/issues/53)) -**Component Improvements:** +**

⚡ Component Improvements

** - `DateInput(Field)`, `DateRangeInput(Field)`, `DateTimeInput(Field)`, `TimeInput(Field)`: added **ability to type date/time values** inside inputs ([#45](https://github.com/croz-ltd/tiller/issues/45)) @@ -51,7 +77,7 @@ import { Meta } from "@storybook/addon-docs"; - if _allowMultiple_ is disabled -> value becomes **null** on reset - `FormLayout`: moved classes to tokens for more customizable experience ([#58](https://github.com/croz-ltd/tiller/issues/58)) -**Design System Improvements:** +**

🎨 Design System Improvements

** - useful date/time utilities are now importable from Date module (see JSDocs of each utility for more information): - `getDateFormatByLang` @@ -65,17 +91,17 @@ import { Meta } from "@storybook/addon-docs"; ## 1.2.0 _(Feb 13th 2023)_ -**Bug Fixes:** +**

🐛 Bug Fixes

** - `Input`: fixed _onReset_ prop not functional - fixed _className_ not passing onto some components correctly -**Component Improvements** +**

⚡ Component Improvements

** - `SidebarNavigation`: moved important classes to tokens configuration ([#46](https://github.com/croz-ltd/tiller/issues/46)) - `ProgressBar`: specifying _active_ prop is now not required for each step -**Storybook Improvements:** ([#40](https://github.com/croz-ltd/tiller/issues/40)) +**

🚀 Storybook Improvements ([#40](https://github.com/croz-ltd/tiller/issues/40))

** - improved [Introduction](https://croz-ltd.github.io/tiller/?path=/docs/introduction--page) and [Installation](https://croz-ltd.github.io/tiller/?path=/docs/installation-and-importing--page) pages @@ -87,12 +113,12 @@ import { Meta } from "@storybook/addon-docs"; ## 1.1.0 _(Feb 6th 2023)_ -**Bug Fixes:** +**

🐛 Bug Fixes

** - fixed className in `Typography` & `Toggle` ([#32](https://github.com/croz-ltd/tiller/issues/32)) - fixed `PasswordInputField` style when hovering over the icon ([#32](https://github.com/croz-ltd/tiller/issues/32)) -**Component Improvements** +**

⚡ Component Improvements

** - improved `TopNavigation` responsiveness ([#36](https://github.com/croz-ltd/tiller/issues/36)) - added `topRightAction` prop to the `TopNavigation` component to display custom DropdownMenu ([#36](https://github.com/croz-ltd/tiller/issues/36)) @@ -100,38 +126,38 @@ import { Meta } from "@storybook/addon-docs"; - `FormLayoutSection` title, subtitle & content styles moved outside the component to theme ([#32](https://github.com/croz-ltd/tiller/issues/32)) - `FormLayoutSection` actions styles moved outside the component to theme ([#32](https://github.com/croz-ltd/tiller/issues/32)) -**Storybook Improvements:** +**

🚀 Storybook Improvements

** - fixed inconsistent icons display in Storybook ([#38](https://github.com/croz-ltd/tiller/issues/38)) -**Design System Improvements:** +**

🎨 Design System Improvements

** - fixed Playroom snippets ([#33](https://github.com/croz-ltd/tiller/issues/33)) - improved refactor-dependecies script ([#30](https://github.com/croz-ltd/tiller/issues/30)) -**Docs Improvements:** +**

📚 Docs Improvements

** - improved documentation for SelectField, Intl, Login, TopNavigation & SidebarNavigation Components ([#32](https://github.com/croz-ltd/tiller/issues/32)) ## 1.0.2 _(Jan 23th 2023)_ -**Bug Fixes:** +**

🐛 Bug Fixes

** - fixed `@tiller-ds/icons` module to properly display icons ([#26](https://github.com/croz-ltd/tiller/issues/26)) - fixed `TopNavigation` mobile view Expander Icon ([#13](https://github.com/croz-ltd/tiller/issues/13)) - the focus doesn't shift to `Tabs` when clicking on a tab if scroll buttons are disabled ([#11](https://github.com/croz-ltd/tiller/issues/11)) - fixed `Autocomplete` error message - showing error beneath the tags ([#9](https://github.com/croz-ltd/tiller/issues/9)) -**Storybook Improvements:** +**

🚀 Storybook Improvements

** - fixed Figma URL when clicking Tiller Logo ([#4](https://github.com/croz-ltd/tiller/issues/4)) - fixed `FormLayout` import in Storybook ([#5](https://github.com/croz-ltd/tiller/issues/5)) -**Design System Improvements:** +**

🎨 Design System Improvements

** - fixed `example app` using `tiller-ds` v1.0.1 modules ([#17](https://github.com/croz-ltd/tiller/issues/17)) -**Docs Improvements:** +**

📚 Docs Improvements

** - improved documentation for various modules ([#20](https://github.com/croz-ltd/tiller/issues/20)) - fix `CRA command` in README.md & info update ([#4](https://github.com/croz-ltd/tiller/issues/4)) @@ -140,4 +166,4 @@ import { Meta } from "@storybook/addon-docs"; ## 1.0.1 _(Jan 5th 2023)_ -- initial version +- initial release