Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@Jeremy-Walton Jeremy-Walton released this 16 Dec 18:39
· 1 commit to main since this release
b834006

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.
  • 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)

New Contributors

Full Changelog: v1.0.0...v1.1.0