Skip to content

Commit

Permalink
Release packages (dev)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 31, 2023
1 parent 67d2421 commit 832534b
Show file tree
Hide file tree
Showing 12 changed files with 79 additions and 10 deletions.
22 changes: 22 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,42 +22,59 @@
"bright-cats-reflect",
"calm-owls-shout",
"calm-scissors-smoke",
"chatty-peas-switch",
"chatty-years-compete",
"clean-buttons-remember",
"clean-paws-run",
"cold-needles-know",
"cool-gifts-dress",
"cyan-jars-perform",
"eighty-chefs-tan",
"empty-months-rest",
"empty-rockets-try",
"few-dogs-fold",
"few-ghosts-judge",
"few-news-rest",
"four-humans-wait",
"friendly-pigs-end",
"funny-horses-wash",
"gentle-baboons-eat",
"gorgeous-boxes-smell",
"happy-queens-refuse",
"happy-walls-nail",
"healthy-vans-behave",
"hip-comics-switch",
"hip-moose-flow",
"itchy-llamas-film",
"itchy-poems-shout",
"khaki-pears-flow",
"late-tips-beam",
"lazy-waves-walk",
"light-buses-swim",
"loud-adults-deny",
"loud-pants-vanish",
"lovely-trees-share",
"many-actors-tell",
"mighty-chefs-exist",
"mighty-fireants-check",
"moody-monkeys-compare",
"nasty-walls-juggle",
"nervous-birds-shake",
"nervous-kiwis-peel",
"nervous-lies-perform",
"new-carrots-double",
"new-wombats-draw",
"nice-crabs-explode",
"nine-clocks-compare",
"ninety-geckos-roll",
"ninety-keys-double",
"ninety-phones-deny",
"odd-crabs-approve",
"old-swans-love",
"orange-yaks-lay",
"pink-shirts-trade",
"plenty-eels-sort",
"polite-eels-unite",
"polite-walls-rush",
"quick-balloons-drum",
"quick-dodos-hang",
Expand All @@ -70,6 +87,7 @@
"shaggy-hornets-enjoy",
"sharp-oranges-kneel",
"sharp-pianos-destroy",
"silly-buttons-run",
"silly-roses-yell",
"silver-coats-eat",
"slimy-ladybugs-draw",
Expand All @@ -79,20 +97,24 @@
"soft-crabs-flow",
"spicy-houses-join",
"spicy-tools-tell",
"stale-bees-turn",
"stale-scissors-march",
"stale-seas-tap",
"strong-maps-explode",
"strong-parrots-pretend",
"tall-cups-refuse",
"ten-grapes-approve",
"ten-melons-help",
"thick-goats-work",
"thirty-lemons-tie",
"tidy-days-appear",
"tiny-stingrays-allow",
"tree-park-play",
"twelve-olives-roll",
"two-poems-sing",
"violet-laws-stare",
"wet-snakes-taste",
"yellow-shirts-fix",
"young-beds-matter"
]
}
2 changes: 1 addition & 1 deletion apps/portal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"clean": "rimraf .turbo && rimraf node_modules && rimraf dist"
},
"dependencies": {
"@itwin/itwinui-css": "2.0.0-dev.7",
"@itwin/itwinui-css": "2.0.0-dev.8",
"@itwin/itwinui-variables": "3.0.0-dev.1",
"astro": "2"
}
Expand Down
2 changes: 1 addition & 1 deletion apps/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"dependencies": {},
"devDependencies": {
"@itwin/itwinui-icons-react": "2",
"@itwin/itwinui-react": "3.0.0-dev.7",
"@itwin/itwinui-react": "3.0.0-dev.8",
"@storybook/addon-a11y": "~7.0.2",
"@storybook/addon-actions": "~7.0.2",
"@storybook/addon-essentials": "~7.0.2",
Expand Down
2 changes: 1 addition & 1 deletion apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@docsearch/js": "3",
"@fontsource/noto-sans": "^4.5.11",
"@fontsource/noto-sans-mono": "^4.5.11",
"@itwin/itwinui-react": "3.0.0-dev.7",
"@itwin/itwinui-react": "3.0.0-dev.8",
"@jsdevtools/rehype-toc": "3.0.2",
"@tippyjs/react": "4.2.6",
"@types/react": "^18.0.0",
Expand Down
16 changes: 16 additions & 0 deletions packages/itwinui-css/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## 2.0.0-dev.8

### Major Changes

- [#1355](https://github.com/iTwin/iTwinUI/pull/1355): `iui-transfer-list-listbox-label` and `iui-input-container` classes were removed.
- [#1529](https://github.com/iTwin/iTwinUI/pull/1529): Removed location-marker component.
- [#1523](https://github.com/iTwin/iTwinUI/pull/1523): Removed `iui-tooltip-container` and `iui-tooltip-visible` classes. The display is now toggled using the `hidden` HTML attribute, and the positioning should be managed using custom JS/CSS.

### Minor Changes

- [#1355](https://github.com/iTwin/iTwinUI/pull/1355): Added `iui-input-group-wrapper` class to allow inline labels for input groups.
- [#1355](https://github.com/iTwin/iTwinUI/pull/1355): Added `iui-input-grid` class for outer input styling.
- [#1355](https://github.com/iTwin/iTwinUI/pull/1355): Added status styling to `input` and `select`.
- [#1355](https://github.com/iTwin/iTwinUI/pull/1355): Added padded styling to Icon using `data-iui-padded` attribute.
- [#1355](https://github.com/iTwin/iTwinUI/pull/1355): Added `iui-status-message` class to wrap StatusMessage icon and content.

## 2.0.0-dev.7

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/itwinui-css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itwin/itwinui-css",
"version": "2.0.0-dev.7",
"version": "2.0.0-dev.8",
"author": "Bentley Systems",
"license": "MIT",
"main": "css/all.css",
Expand Down
31 changes: 31 additions & 0 deletions packages/itwinui-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# Changelog

## 3.0.0-dev.8

### Major Changes

- [#1355](https://github.com/iTwin/iTwinUI/pull/1355): Removed `inputStyle` and `inputClassName` props from `LabeledInput`; style and className props are being passed down to input. Added `wrapperProps`, `labelProps`, `messageProps`, `messageIconProps`, `inputWrapperProps` to pass props to sub elements.
- [#1355](https://github.com/iTwin/iTwinUI/pull/1355): Removed `selectStyle` and `selectClassName` props from `LabeledSelect`; style and className props are being passed down to textarea. Added `wrapperProps`, `labelProps`, `messageProps`, `messageIconProps` to pass props to sub elements.
- [#1355](https://github.com/iTwin/iTwinUI/pull/1355): Removed `textareaStyle` and `textareaClassName` props from `LabeledTextarea`; style and className props are being passed down to textarea. Added `wrapperProps`, `labelProps`, `messageProps`, `messageIconProps` to pass props to sub elements.

### Minor Changes

- [#1355](https://github.com/iTwin/iTwinUI/pull/1355): Added `status` prop to `Input`, `Textarea` and `Select`.
- [#1510](https://github.com/iTwin/iTwinUI/pull/1510): Added `domProps` to allow Toast's DOM customisation.
- [#1355](https://github.com/iTwin/iTwinUI/pull/1355): Added two new components for building complex input layouts.

- `InputGrid` for the "outer" layout (label, inputs and statusMessage)
- `InputWithDecorations` for the "inner" layout (start icon/button, end icon/button)

`LabeledInput`, `LabeledSelect`, `LabeledTextarea` and table `DatePickerInput` have been updated to make use of these new components internally.

- [#1531](https://github.com/iTwin/iTwinUI/pull/1531): Selected options in Select/ComboBox will now have a checkmark.
- [#1355](https://github.com/iTwin/iTwinUI/pull/1355): Added new `padded` prop to `Icon`.
- [#1466](https://github.com/iTwin/iTwinUI/pull/1466): Adding the ability for every DOM node inside DatePicker component to have a custom className passed to it.
- [#1523](https://github.com/iTwin/iTwinUI/pull/1523): Added `ariaStrategy` prop to Tooltip. Can be used to change how the tooltip is associated with the trigger element.

### Patch Changes

- [#1533](https://github.com/iTwin/iTwinUI/pull/1533): Fixed missing accessible name in SplitButton.
- [#1495](https://github.com/iTwin/iTwinUI/pull/1495): Added accessible name to dropdown menu button in HeaderSplitButton.
- [#1496](https://github.com/iTwin/iTwinUI/pull/1496): Added accessible button name to SideNavigation expand button.
- [#1505](https://github.com/iTwin/iTwinUI/pull/1505): Gave accessible label to the sub-row toggle in <Table>.

## 3.0.0-dev.7

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/itwinui-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itwin/itwinui-react",
"version": "3.0.0-dev.7",
"version": "3.0.0-dev.8",
"author": "Bentley Systems",
"license": "MIT",
"type": "module",
Expand Down Expand Up @@ -83,7 +83,7 @@
"tslib": "^2.6.0"
},
"devDependencies": {
"@itwin/itwinui-css": "^2.0.0-dev.7",
"@itwin/itwinui-css": "^2.0.0-dev.8",
"@itwin/itwinui-illustrations-react": "^2.1.0",
"@itwin/itwinui-variables": "3.0.0-dev.1",
"@swc/cli": "^0.1.62",
Expand Down
2 changes: 1 addition & 1 deletion playgrounds/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@astrojs/react": "^2.0.2",
"@itwin/itwinui-react": "3.0.0-dev.7",
"@itwin/itwinui-react": "3.0.0-dev.8",
"astro": "^2.0.13",
"react": "^18.2.0",
"react-dom": "^18.2.0"
Expand Down
2 changes: 1 addition & 1 deletion playgrounds/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"clean": "rimraf .turbo && rimraf node_modules && rimraf .next"
},
"dependencies": {
"@itwin/itwinui-react": "3.0.0-dev.7",
"@itwin/itwinui-react": "3.0.0-dev.8",
"@types/node": "^18.11.9",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.9",
Expand Down
2 changes: 1 addition & 1 deletion playgrounds/vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"clean": "rimraf .turbo && rimraf node_modules && rimraf dist"
},
"dependencies": {
"@itwin/itwinui-react": "3.0.0-dev.7",
"@itwin/itwinui-react": "3.0.0-dev.8",
"@itwin/itwinui-icons-react": "2",
"react": "^18.0.0",
"react-dom": "^18.0.0"
Expand Down
2 changes: 1 addition & 1 deletion testing/a11y/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"clean": "rimraf .turbo && rimraf node_modules"
},
"dependencies": {
"@itwin/itwinui-react": "3.0.0-dev.7",
"@itwin/itwinui-react": "3.0.0-dev.8",
"axe-core": "^4.7.2",
"cypress": "12.17.2",
"cypress-axe": "^1.4.0",
Expand Down

0 comments on commit 832534b

Please sign in to comment.