What's Changed
Breaking Changes
--op-z-index-drawer
rename by @Jeremy-Walton in #234- The name of drawer was inaccurate since the token is meant to be used for the sidebar. This updates it to be clearer.
- This should be a simple find-and-replace situation to change from
--op-z-index-drawer
to--op-z-index-sidebar
Base Token Changes
- Update the font import to use newer syntax by @Jeremy-Walton in #235
--op-font-family-alt
was added to accompany the existing font options as an alternative option.
--op-z-index-drawer
rename by @Jeremy-Walton in #234--op-z-index-drawer
was renamed to--op-z-index-sidebar
(as noted in the breaking changes section)
Component Changes
- Improve icon font initial page load state by @Jeremy-Walton in #240
- Added the
display=block
option to the Material Icons font import to prevent the underlying text from showing while loading.
- Added the
- Use correct cursor for color input by @Jeremy-Walton in #233
- The color input did not have the correct cursor when hovering. This updated it to use the pointer cursor
Documentation Changes
- Fix tab link in docs by @Jeremy-Walton in #228
- Clicking on one of the example tab links caused the documentation site to throw an error
- cleanup documentation on Addons.mdx ScaleOverriding.mdx and Tokens.mdx by @yawnybear in #232
- Minor grammatical fixes
- Fix href Link on Avatar Component by @dominicmacaulay in #238
- Clicking on the example avatar caused the documentation site to throw an error
- Optics documentation fixes (GH-239) by @yawnybear in #239
- Grammatical fixes and rewording to add clarity.
- Variable Font Instructions by @Jeremy-Walton in #247
- Improving the font family documentation and adding instructions on how to better utilize variable fonts.
Dependencies (Documentation Site)
- Storybook upgrade by @Jeremy-Walton in #230
- Bump ws from 8.17.0 to 8.17.1 by @dependabot in #231
- Bump cross-spawn from 7.0.3 to 7.0.6 by @dependabot in #244
- Bump vite from 5.2.11 to 5.2.14 by @dependabot in #241
- Bump nanoid from 3.3.7 to 3.3.8 by @dependabot in #242
- Bump express from 4.19.2 to 4.21.2 by @dependabot in #245
- Bump micromatch from 4.0.6 to 4.0.8 by @dependabot in #246
New Contributors
- @yawnybear made their first contribution in #232
- @dominicmacaulay made their first contribution in #238
Full Changelog: v1.0.0...v1.1.0