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

Release packages (dev) #1324

Merged
merged 1 commit into from
Jun 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,24 @@
"vite-playground": "0.0.0"
},
"changesets": [
"beige-suits-jam",
"big-ducks-confess",
"calm-owls-shout",
"gorgeous-boxes-smell",
"happy-walls-nail",
"late-tips-beam",
"loud-adults-deny",
"many-actors-tell",
"ninety-keys-double",
"ninety-phones-deny",
"quick-dodos-hang",
"real-wombats-fly",
"rotten-buckets-leave",
"rude-timers-lick",
"silver-coats-eat",
"smart-guests-play",
"thirty-lemons-tie",
"twelve-olives-roll",
"young-beds-matter"
]
}
4 changes: 2 additions & 2 deletions apps/portal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"clean": "rimraf .turbo && rimraf node_modules && rimraf dist"
},
"dependencies": {
"@itwin/itwinui-css": "2.0.0-dev.0",
"@itwin/itwinui-variables": "*",
"@itwin/itwinui-css": "2.0.0-dev.1",
"@itwin/itwinui-variables": "2.1.0-dev.0",
"astro": "2"
}
}
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.0",
"@itwin/itwinui-react": "3.0.0-dev.1",
"@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 @@ -16,7 +16,7 @@
"@astrojs/sitemap": "^1.0.1",
"@fontsource/noto-sans": "^4.5.11",
"@fontsource/noto-sans-mono": "^4.5.11",
"@itwin/itwinui-react": "3.0.0-dev.0",
"@itwin/itwinui-react": "3.0.0-dev.1",
"@jsdevtools/rehype-toc": "3.0.2",
"@tippyjs/react": "4.2.6",
"@types/react": "^18.0.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/itwinui-css/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 2.0.0-dev.1

### Major Changes

- [#1322](https://github.com/iTwin/iTwinUI/pull/1322): Removed input-container code from `utils.css` in favor of `input-container.css`.
- [#1302](https://github.com/iTwin/iTwinUI/pull/1302): `border-box` will now be set for _all_ elements under `iui-root`.

### Minor Changes

- [#1073](https://github.com/iTwin/iTwinUI/pull/1073): Added new `TransferList` component which is used to move one or more items between lists. Added the following subcomponents: `TransferList.ListWrapper`, `TransferList.ListboxWrapper`, `TransferList.ListboxLabel`, `TransferList.Listbox`, `TransferList.Item`, and `TransferList.Toolbar`

## 2.0.0-dev.0

### 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.0",
"version": "2.0.0-dev.1",
"author": "Bentley Systems",
"license": "MIT",
"main": "css/all.css",
Expand Down
14 changes: 14 additions & 0 deletions packages/itwinui-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 3.0.0-dev.1

### Major Changes

- [#1302](https://github.com/iTwin/iTwinUI/pull/1302): The dependencies on `@itwin/itwinui-css` and `@itwin/itwinui-variable` have been removed. This means `@itwin/itwinui-react` will bring its own stylesheet.
- [#1322](https://github.com/iTwin/iTwinUI/pull/1322): All css imports within components have been removed. `@itwin/itwinui-react/styles.css` must now be manually imported at the entrypoint.
- [#1302](https://github.com/iTwin/iTwinUI/pull/1302): All elements have had their class names changed to prevent conflict with older versions. It is strongly recommended to switch these internal classes with your own classes or data attributes.

### Minor Changes

- [#1321](https://github.com/iTwin/iTwinUI/pull/1321): Added `disabled` prop to ExpandableBlock component. When activated, it triggers the "disabled" CSS styling for the ExpandableBlock and disables user interaction with it.
- [#1073](https://github.com/iTwin/iTwinUI/pull/1073): Added new `TransferList` component which is used to move one or more items between lists. Added the following subcomponents: `TransferList.ListWrapper`, `TransferList.ListboxWrapper`, `TransferList.ListboxLabel`, `TransferList.Listbox`, `TransferList.Item`, and `TransferList.Toolbar`
- [#1323](https://github.com/iTwin/iTwinUI/pull/1323): Added `placement` prop to `Dialog` to allow placing it at one of the corners.

## 3.0.0-dev.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 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.0",
"version": "3.0.0-dev.1",
"author": "Bentley Systems",
"license": "MIT",
"main": "cjs/index.js",
Expand Down Expand Up @@ -82,8 +82,8 @@
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@itwin/itwinui-css": "^2.0.0-dev.0",
"@itwin/itwinui-variables": "*",
"@itwin/itwinui-css": "^2.0.0-dev.1",
"@itwin/itwinui-variables": "2.1.0-dev.0",
"@swc/cli": "^0.1.57",
"@swc/core": "^1.3.21",
"@testing-library/jest-dom": "^5.16.4",
Expand Down
6 changes: 6 additions & 0 deletions packages/itwinui-variables/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @itwin/itwinui-variables

## 2.1.0-dev.0

### Minor Changes

- [#1302](https://github.com/iTwin/iTwinUI/pull/1302): All selectors have been wrapped with `:where` to nullify specificity.

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/itwinui-variables/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@itwin/itwinui-variables",
"version": "2.0.0",
"version": "2.1.0-dev.0",
"author": "Bentley Systems",
"license": "MIT",
"main": "index.css",
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.0",
"@itwin/itwinui-react": "3.0.0-dev.1",
"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.0",
"@itwin/itwinui-react": "3.0.0-dev.1",
"@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.0",
"@itwin/itwinui-react": "3.0.0-dev.1",
"@itwin/itwinui-icons-react": "2",
"react": "^18.0.0",
"react-dom": "^18.0.0"
Expand Down