Skip to content

Commit

Permalink
#89 v1.4.0 Changelog (#90)
Browse files Browse the repository at this point in the history
* #89 Add v1.4.0 Release Notes

* #89 Improve release notes styling

---------

Co-authored-by: Felix Beceic <[email protected]>
  • Loading branch information
fbeceic and Felix Beceic authored Mar 20, 2023
1 parent 7a34e43 commit 0cd9ca9
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 20 deletions.
2 changes: 1 addition & 1 deletion libs/theme/src/preset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down
64 changes: 45 additions & 19 deletions storybook/src/base-documentation/ReleaseNotes.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,37 @@ import { Meta } from "@storybook/addon-docs";
}}
/>

# Release Notes
# 📝 Release Notes

## **1.3.1 - latest** <span>_(Mar 17th 2023)_</span>
## **1.4.0 - latest** <span>_(Mar 20th 2023)_</span>

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

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

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

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

**<h4>🎨 Design System Improvements</h4>**

- 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

<div className="h-1" />

- 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 <span>_(Mar 17th 2023)_</span>

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

- `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))
Expand All @@ -30,11 +56,11 @@ import { Meta } from "@storybook/addon-docs";

## 1.3.0 <span>_(Mar 1st 2023)_</span>

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

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

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

- `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))
Expand All @@ -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:**
**<h4>🎨 Design System Improvements</h4>**

- useful date/time utilities are now importable from Date module (see JSDocs of each utility for more information):
- `getDateFormatByLang`
Expand All @@ -65,17 +91,17 @@ import { Meta } from "@storybook/addon-docs";

## 1.2.0 <span>_(Feb 13th 2023)_</span>

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

- `Input`: fixed _onReset_ prop not functional
- fixed _className_ not passing onto some components correctly

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

- `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))
**<h4>🚀 Storybook Improvements ([#40](https://github.com/croz-ltd/tiller/issues/40))</h4>**

- 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
Expand All @@ -87,51 +113,51 @@ import { Meta } from "@storybook/addon-docs";

## 1.1.0 <span>_(Feb 6th 2023)_</span>

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

- 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**
**<h4>⚡ Component Improvements</h4>**

- 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))
- added className to `PageHeading` ([#32](https://github.com/croz-ltd/tiller/issues/32))
- `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:**
**<h4>🚀 Storybook Improvements</h4>**

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

**Design System Improvements:**
**<h4>🎨 Design System Improvements</h4>**

- 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:**
**<h4>📚 Docs Improvements</h4>**

- improved documentation for SelectField, Intl, Login, TopNavigation & SidebarNavigation Components ([#32](https://github.com/croz-ltd/tiller/issues/32))

## 1.0.2 <span>_(Jan 23th 2023)_</span>

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

- 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:**
**<h4>🚀 Storybook Improvements</h4>**

- 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:**
**<h4>🎨 Design System Improvements</h4>**

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

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

- 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))
Expand All @@ -140,4 +166,4 @@ import { Meta } from "@storybook/addon-docs";

## 1.0.1 <span>_(Jan 5th 2023)_</span>

- initial version
- initial release

0 comments on commit 0cd9ca9

Please sign in to comment.