Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: release v1.10.0 #564

Merged
merged 18 commits into from
Nov 22, 2023
Merged

build: release v1.10.0 #564

merged 18 commits into from
Nov 22, 2023

Conversation

karrui
Copy link
Collaborator

@karrui karrui commented Nov 22, 2023

Release v1.10.0

What's Changed

  • feat: rename Tooltip to TouchableTooltip by @karrui in #558
  • feat(FormLabel): allow ReactNode instead of string by @karrui in #560
  • feat(calendar/datepicker): add shouldSetDateOnTodayButtonClick prop to select date on today click by @karrui in #557
  • feat: update Multiselect padding, add xs sizing by @karrui in #561
  • fix: set standard banner padding regardless of viewport, add sm size by @karrui in #559
  • feat: allow custom input element override for DatePicker by @karrui in #562

Dependency changes

  • fix(deps): bump @floating-ui/react from 0.26.1 to 0.26.2 in /react by @dependabot in #550
  • fix(deps): bump nanoid from 5.0.2 to 5.0.3 in /react by @dependabot in #553
  • fix(deps): bump @swc/core-linux-x64-gnu from 1.3.95 to 1.3.96 in /react by @dependabot in #554
  • chore(deps-dev): bump eslint-plugin-testing-library from 6.0.1 to 6.1.2 in /react by @dependabot in #547
  • chore(deps-dev): bump @typescript-eslint/eslint-plugin from 6.7.4 to 6.10.0 in /react by @dependabot in #548
  • chore(deps-dev): bump @vitejs/plugin-react from 4.1.0 to 4.1.1 in /react by @dependabot in #549
  • chore(deps-dev): bump eslint from 8.53.0 to 8.54.0 in /react by @dependabot in #552
  • chore(deps-dev): bump esbuild from 0.19.5 to 0.19.6 in /react by @dependabot in #555
  • chore(deps-dev): bump @types/country-flag-icons from 1.2.1 to 1.2.2 in /react by @dependabot in #556

Docs

  • fix(storybook): remove unnecessary imports by @karrui in #563

Full Changelog: v1.9.0...v1.10.0

karrui and others added 18 commits November 10, 2023 12:53
merge v1.9.0 back to main
Bumps [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library) from 6.0.1 to 6.1.2.
- [Release notes](https://github.com/testing-library/eslint-plugin-testing-library/releases)
- [Changelog](https://github.com/testing-library/eslint-plugin-testing-library/blob/main/.releaserc.json)
- [Commits](testing-library/eslint-plugin-testing-library@v6.0.1...v6.1.2)

---
updated-dependencies:
- dependency-name: eslint-plugin-testing-library
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
)

Bumps [@floating-ui/react](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react) from 0.26.1 to 0.26.2.
- [Release notes](https://github.com/floating-ui/floating-ui/releases)
- [Changelog](https://github.com/floating-ui/floating-ui/blob/master/packages/react/CHANGELOG.md)
- [Commits](https://github.com/floating-ui/floating-ui/commits/@floating-ui/react@0.26.2/packages/react)

---
updated-dependencies:
- dependency-name: "@floating-ui/react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.7.4 to 6.10.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.10.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…act (#549)

Bumps [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/v4.1.1/packages/plugin-react)

---
updated-dependencies:
- dependency-name: "@vitejs/plugin-react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [eslint](https://github.com/eslint/eslint) from 8.53.0 to 8.54.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.53.0...v8.54.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [nanoid](https://github.com/ai/nanoid) from 5.0.2 to 5.0.3.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](ai/nanoid@5.0.2...5.0.3)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.19.5 to 0.19.6.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](evanw/esbuild@v0.19.5...v0.19.6)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ct (#554)

Bumps [@swc/core-linux-x64-gnu](https://github.com/swc-project/swc) from 1.3.95 to 1.3.96.
- [Release notes](https://github.com/swc-project/swc/releases)
- [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md)
- [Commits](swc-project/swc@v1.3.95...v1.3.96)

---
updated-dependencies:
- dependency-name: "@swc/core-linux-x64-gnu"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@types/country-flag-icons](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/country-flag-icons) from 1.2.1 to 1.2.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/country-flag-icons)

---
updated-dependencies:
- dependency-name: "@types/country-flag-icons"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tooltip has been kept as an alias and marked as deprecated
… to select date on today click (#557)

* feat: allow selection of today's date when clicked on calendar

* feat(storybook): move calendar and rangecalendar into top level

* feat: allow datepicker components to select date on today btn click

* fix: be explicit with useFormControlProps

was passing in extra props for some reason >:(
* fix(MultiSelect): use flex gap over margins

* feat(MultiSelect): update sm and md padding to design sysem

* fix: run npm i

* feat(MultiSelect): add xs sizing variant

* feat(MultiSelect): add `isStretchLayout` prop to follow Figma

* fix: set focus to false when blur

* feat: correct padding on multiselect input field

* feat: revert blur on input blur

* fix: remove input width when unfocused and in stretch mode
…559)

* fix: set standard banner padding regardless of viewport

* feat(Banner): add sm size

* feat(banner): add stories for mobile viewport

* feat: update padding for small banner

* fix: use default variant from Banner theme if available
* feat: allow custom input element override for DatePicker

allows for users to trigger the calendar without using the default input

* feat: add better docs on custom input usage
@karrui karrui merged commit 81fd7f1 into latest Nov 22, 2023
7 checks passed
@karrui karrui deleted the release-v1.10.0 branch November 22, 2023 08:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant