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 v0.1.0-alpha.10 #276

Merged
merged 29 commits into from
Mar 6, 2023
Merged

build: release v0.1.0-alpha.10 #276

merged 29 commits into from
Mar 6, 2023

Conversation

karrui
Copy link
Collaborator

@karrui karrui commented Mar 6, 2023

Release v0.1.0-alpha.10

Features

  • feat: export Single/MultiSelect subcomponents #267
  • feat(FormControl): update styling and fix focus on some inputs when clicked #260
  • feat(Tag): add xs size and styles #243
  • feat(theme): add default body text, bg, borderColor semantic tokens #239
  • feat: add theme generation to prebuild, update storybook version, pin #268
  • fix: add outline offset to default link styles #242
  • feat: add new Toolbar component #236
  • chore(deps-dev): bump vite from 4.1.1 to 4.1.4 in /react #266
  • fix(MultiSelect): set input to readonly if isSearchable is false #257
  • feat: update design tokens (add CalSG, theme changes for others) #255
  • fix: upgrade downshift from 6.1.12 to 7.2.0, a11y fixes for single select and multiselect #252
  • feat: add onChange prop to searchbar to enable dynamic search #218

Deps

  • fix(deps): bump react-virtuoso from 4.0.1 to 4.1.0 in /react #273
  • chore(deps-dev): bump @storybook/client-api in /react #272
  • chore(deps-dev): bump @storybook/react-vite in /react #271
  • chore(deps-dev): bump typescript from 4.9.4 to 4.9.5 in /react #270
  • fix(deps): bump @floating-ui/react from 0.17.0 to 0.20.1 in /react #269
  • fix(deps): bump rooks from 7.4.3 to 7.4.4 in /react #265
  • chore(deps-dev): bump @types/react-dom from 18.0.10 to 18.0.11 in /react #264
  • chore(deps-dev): bump storybook in /react #263
  • chore(deps-dev): bump eslint-plugin-storybook in /react #262
  • fix(deps): bump downshift from 7.2.0 to 7.2.1 in /react #254
  • chore(deps-dev): bump @storybook/addons in /react #249
  • chore(deps-dev): bump @typescript-eslint/eslint-plugin in /react #248
  • chore(deps-dev): bump @storybook/addon-essentials in /react #247
  • chore(deps-dev): bump @storybook/addon-links in /react #246
  • chore(deps-dev): bump @storybook/react in /react #245

New Contributors

@justynoh made their first contribution in #218

Full Changelog: v0.1.0-alpha.9...v0.1.0-alpha.10

dependabot bot and others added 29 commits February 19, 2023 18:04
Bumps [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/app/react) from 7.0.0-beta.31 to 7.0.0-beta.50.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.0.0-beta.50/app/react)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/addons/links) from 7.0.0-beta.31 to 7.0.0-beta.50.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.0.0-beta.50/addons/links)

---
updated-dependencies:
- dependency-name: "@storybook/addon-links"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/addons/essentials) from 7.0.0-beta.43 to 7.0.0-beta.50.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.0.0-beta.50/addons/essentials)

---
updated-dependencies:
- dependency-name: "@storybook/addon-essentials"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
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 5.48.2 to 5.52.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/v5.52.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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@storybook/addons](https://github.com/storybookjs/storybook/tree/HEAD/lib/addons) from 7.0.0-beta.36 to 7.0.0-beta.50.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.0.0-beta.50/lib/addons)

---
updated-dependencies:
- dependency-name: "@storybook/addons"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…lect and multiselect (#252)

* fix: upgrade downshift, a11y fixes

* fix: use ToggleButtonClick state change type to trigger menu toggle

* chore: remove data-active from MultiDropdownItem
Bumps [downshift](https://github.com/downshift-js/downshift) from 7.2.0 to 7.2.1.
- [Release notes](https://github.com/downshift-js/downshift/releases)
- [Changelog](https://github.com/downshift-js/downshift/blob/master/CHANGELOG.md)
- [Commits](downshift-js/downshift@v7.2.0...v7.2.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [eslint-plugin-storybook](https://github.com/storybookjs/eslint-plugin-storybook) from 0.6.10 to 0.6.11.
- [Release notes](https://github.com/storybookjs/eslint-plugin-storybook/releases)
- [Changelog](https://github.com/storybookjs/eslint-plugin-storybook/blob/main/CHANGELOG.md)
- [Commits](storybookjs/eslint-plugin-storybook@v0.6.10...v0.6.11)

---
updated-dependencies:
- dependency-name: eslint-plugin-storybook
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [storybook](https://github.com/storybookjs/storybook/tree/HEAD/lib/cli) from 7.0.0-beta.43 to 7.0.0-beta.54.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.0.0-beta.54/lib/cli)

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

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

Bumps [@types/react-dom](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react-dom) from 18.0.10 to 18.0.11.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react-dom)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [rooks](https://github.com/imbhargav5/rooks) from 7.4.3 to 7.4.4.
- [Release notes](https://github.com/imbhargav5/rooks/releases)
- [Commits](https://github.com/imbhargav5/rooks/compare/[email protected]@7.4.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.1.1 to 4.1.4.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.1.4/packages/vite)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat: add initial Toolbar and subcomponent declarations

* feat: add initial Toolbar styles structure

* feat: add getContrastColor util fn to simplify setting colours

* feat: add Toolbar container styles

* fix: correct fontSizes of Buttons at various sizes

* feat: add ToolbarButton component and styles

* feat: add ToolbarGroup component and styles

* feat: pass colorScheme in context instead of theme

* feat: map ToolbarIcon size depending on size prop passed into Toolbar

* feat: add ToolbarIconButton component

* feat: update Toolbar stories

* fix: add Button stories for sizing
when removing focus on links, there would be a wonky focus ring expansion animation due to outline offset changing from 0 to 2px. Setting the offset on the root style stops that from happening
…#268)

* feat: add theme generation to prebuild, update storybook version, pin

* feat: pin types

* feat: update theme generation script to build prefix

* feat: add swc as optional dependency for chakra theme generation in GA
)

Bumps [@floating-ui/react](https://github.com/floating-ui/floating-ui/tree/HEAD/packages/react) from 0.17.0 to 0.20.1.
- [Release notes](https://github.com/floating-ui/floating-ui/releases)
- [Commits](https://github.com/floating-ui/floating-ui/commits/@floating-ui/[email protected]/packages/react)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.4 to 4.9.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v4.9.4...v4.9.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@storybook/react-vite](https://github.com/storybookjs/storybook/tree/HEAD/frameworks/react-vite) from 7.0.0-beta.55 to 7.0.0-beta.61.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.0.0-beta.61/frameworks/react-vite)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@storybook/client-api](https://github.com/storybookjs/storybook/tree/HEAD/lib/client-api) from 7.0.0-beta.55 to 7.0.0-beta.61.
- [Release notes](https://github.com/storybookjs/storybook/releases)
- [Commits](https://github.com/storybookjs/storybook/commits/v7.0.0-beta.61/lib/client-api)

---
updated-dependencies:
- dependency-name: "@storybook/client-api"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [react-virtuoso](https://github.com/petyosi/react-virtuoso) from 4.0.1 to 4.1.0.
- [Release notes](https://github.com/petyosi/react-virtuoso/releases)
- [Commits](petyosi/react-virtuoso@v4.0.1...v4.1.0)

---
updated-dependencies:
- dependency-name: react-virtuoso
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* feat(Tag): add xs size and styles

* feat(Tag): update icon sizing
…licked (#260)

* fix: add displayName to FormLabel component for FormControl synergy

* feat(FormLabel): add sizing, updated styling

* feat: update storybook to v7.0.0-beta.53

* feat: add Form Input stories for Single/MultiSelect and NumberInput

* fix: correctly applying color styles to cssVars

* fix: align icons in form helper texts

* fix: add back margin bottom, remove marginInlineEnd setting
feat: merge v0.1.0-alpha.9 back to main
So other components can be created with combobox input, select menu, menu items etc.
@karrui karrui merged commit da1c773 into alpha Mar 6, 2023
@karrui karrui deleted the release-0.1.0-alpha.10 branch March 6, 2023 08:03
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.

2 participants