Skip to content

Commit

Permalink
Merge pull request #565 from opengovsg/latest
Browse files Browse the repository at this point in the history
chore: merge v1.10.0 back to main
  • Loading branch information
karrui authored Nov 22, 2023
2 parents cf1fc26 + 81fd7f1 commit b731505
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
24 changes: 24 additions & 0 deletions react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,31 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v1.10.0](https://github.com/opengovsg/design-system/compare/v1.9.0...v1.10.0)

- fix(storybook): remove unnecessary imports [`#563`](https://github.com/opengovsg/design-system/pull/563)
- feat: allow custom input element override for DatePicker [`#562`](https://github.com/opengovsg/design-system/pull/562)
- fix: set standard banner padding regardless of viewport, add sm size [`#559`](https://github.com/opengovsg/design-system/pull/559)
- feat: update Multiselect padding, add xs sizing [`#561`](https://github.com/opengovsg/design-system/pull/561)
- feat(calendar/datepicker): add `shouldSetDateOnTodayButtonClick` prop to select date on today click [`#557`](https://github.com/opengovsg/design-system/pull/557)
- feat(FormLabel): allow ReactNode instead of string [`#560`](https://github.com/opengovsg/design-system/pull/560)
- feat: rename Tooltip to TouchableTooltip [`#558`](https://github.com/opengovsg/design-system/pull/558)
- chore(deps-dev): bump @types/country-flag-icons in /react [`#556`](https://github.com/opengovsg/design-system/pull/556)
- fix(deps): bump @swc/core-linux-x64-gnu from 1.3.95 to 1.3.96 in /react [`#554`](https://github.com/opengovsg/design-system/pull/554)
- chore(deps-dev): bump esbuild from 0.19.5 to 0.19.6 in /react [`#555`](https://github.com/opengovsg/design-system/pull/555)
- fix(deps): bump nanoid from 5.0.2 to 5.0.3 in /react [`#553`](https://github.com/opengovsg/design-system/pull/553)
- chore(deps-dev): bump eslint from 8.53.0 to 8.54.0 in /react [`#552`](https://github.com/opengovsg/design-system/pull/552)
- chore(deps-dev): bump @vitejs/plugin-react from 4.1.0 to 4.1.1 in /react [`#549`](https://github.com/opengovsg/design-system/pull/549)
- chore(deps-dev): bump @typescript-eslint/eslint-plugin in /react [`#548`](https://github.com/opengovsg/design-system/pull/548)
- fix(deps): bump @floating-ui/react from 0.26.1 to 0.26.2 in /react [`#550`](https://github.com/opengovsg/design-system/pull/550)
- chore(deps-dev): bump eslint-plugin-testing-library in /react [`#547`](https://github.com/opengovsg/design-system/pull/547)
- merge v1.9.0 back to main [`#545`](https://github.com/opengovsg/design-system/pull/545)
- build: release v1.9.0 [`#544`](https://github.com/opengovsg/design-system/pull/544)

#### [v1.9.0](https://github.com/opengovsg/design-system/compare/v1.8.0...v1.9.0)

> 10 November 2023
- fix: remove `pattern` prop on datepickers, add `experimental_forceIosNumberKeyboard` prop to trigger it instead [`#543`](https://github.com/opengovsg/design-system/pull/543)
- fix: type button and refactor SectionWrapper [`#518`](https://github.com/opengovsg/design-system/pull/518)
- chore(react-readme): point to updated Storybook URL [`#542`](https://github.com/opengovsg/design-system/pull/542)
Expand Down Expand Up @@ -54,6 +77,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
- fix(deps): bump @floating-ui/react from 0.25.2 to 0.25.4 in /react [`#490`](https://github.com/opengovsg/design-system/pull/490)
- chore(deps-dev): bump eslint from 8.48.0 to 8.49.0 in /react [`#492`](https://github.com/opengovsg/design-system/pull/492)
- build: release v1.8.0 [`#488`](https://github.com/opengovsg/design-system/pull/488)
- build: release v1.9.0 [`34e73ac`](https://github.com/opengovsg/design-system/commit/34e73ac77a89183267da38608a9b0a73a8b5349b)

#### [v1.8.0](https://github.com/opengovsg/design-system/compare/v1.7.0...v1.8.0)

Expand Down
4 changes: 2 additions & 2 deletions react/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opengovsg/design-system-react",
"version": "1.9.0",
"version": "1.10.0",
"description": "React components",
"homepage": "https://github.com/opengovsg/design-system/react#readme",
"bugs": "https://github.com/opengovsg/design-system/issues",
Expand Down

0 comments on commit b731505

Please sign in to comment.