Skip to content

Latest commit

 

History

History
65 lines (35 loc) · 3.17 KB

CHANGELOG.md

File metadata and controls

65 lines (35 loc) · 3.17 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.0.0 (2024-08-08)

Features

1.0.0-beta.6 (2022-10-13)

Bug Fixes

  • npm: correct element & array of elements typing for theme switching (59d2aeb)

1.0.0-beta.5 (2021-10-21)

⚠ BREAKING CHANGES

  • neutral-700 to neutral-200 have been renamed one digit down
  • neutral-700 has been introduced as a new token in place of the old one

Affected users: Only those using palette tokens, theme token users are unaffected

Migration path:

  1. search neutral-700 to neutral-200 and replace with one digit lower
  • e.g. neutral-700 -> neutral-600
  1. (optional) visually review all neutral-600 and neutral-800
  • potentially use neutral-700 instead

Features

  • introduce new color-neutral token (#245) (011a866)
  • update night theme's background-action-subtle opacity (#243) (ba23a48)
  • android: exclude base tokens from "night" mode values (#95) (20e0377)

1.0.0-beta.4 (2021-06-10)

Features

  • android: add initial implementation (#58) (654b663)
  • add progress (content, background) colors (#69) (90145d8)

1.0.0-beta.3 (2021-05-18)

Features

  • npm: add types and sass variables (#22) (3f6ea6e)

1.0.0-beta.2 (2021-05-10)

Features

1.0.0-beta.1 (2021-05-07)

Initial release.