@itwin/itwinui-css 1.11.0 → 2.0.0-dev.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.0.0-dev.0
4
+
5
+ ### Major Changes
6
+
7
+ - [#1295](https://github.com/iTwin/iTwinUI/pull/1295): `iui-menu-item` and `iui-menu-description` classes were removed.
8
+ - [#1304](https://github.com/iTwin/iTwinUI/pull/1304): Instead of cloning passed icons to set classes on them, the classes will now be set on a wrapping element. Affected components: `Header`, `Select`, `MenuItem`, `RadioTile`, `Tabs`, `ToggleSwitch`, `TreeNode`, `InputContainer` (and all input variants).
9
+ - [#1269](https://github.com/iTwin/iTwinUI/pull/1269): All dialog variants have `flex` applied by default. This means the content should be wrapped with `Dialog.Content` or `ModalContent` for optimal layout.
10
+ - [#1270](https://github.com/iTwin/iTwinUI/pull/1270): Change `line-height` to use a unitless value.
11
+
12
+ ## 1.11.1
13
+
14
+ ### Patch Changes
15
+
16
+ - [#1288](https://github.com/iTwin/iTwinUI/pull/1288): Fixed hover styling for SearchBox.
17
+
3
18
  ## 1.11.0
4
19
 
5
20
  ### Minor Changes
package/README.md CHANGED
@@ -2,10 +2,10 @@
2
2
  <picture>
3
3
  <source
4
4
  media='(prefers-color-scheme: dark)'
5
- srcset='https://itwinplatformcdn.azureedge.net/iTwinUI/iTwinUI-new-dark-logo.png'
5
+ srcset='https://itwin.github.io/iTwinUI/dev/logo-dark.svg'
6
6
  />
7
7
  <img
8
- src='https://itwinplatformcdn.azureedge.net/iTwinUI/iTwinUI-new-logo.png'
8
+ src='https://itwin.github.io/iTwinUI/dev/logo.svg'
9
9
  alt='iTwinUI logo'
10
10
  />
11
11
  </picture>