Skip to content

Latest commit

 

History

History
78 lines (45 loc) · 4.88 KB

CHANGELOG.md

File metadata and controls

78 lines (45 loc) · 4.88 KB

Adoption Changelog

1.4.0 (2021-05-11)

Features

  • currencyswap: implements flexible swap settings feature (df0cc68)

1.3.3 (2021-04-05)

Bug Fixes

  • currencyswap: [a11y] swap button focus color feedback (2c11e7a)
  • currencyswap: added missing hover color for swapbutton (ea08902)
  • paymentrequest: [a11y] cancel button focus color feedback (7a70a56)
  • paymentrequest: [a11y] pressing the Enter key in an input will now trigger the swap, if possible (bbe07f8)
  • protocolselector: [a11y] fix keyboard protocol selection (2cd91b8)

1.3.2 (2021-03-26)

Bug Fixes

  • protocolselector: WCAG2AA - Elements with scrollable content must be keyboard accessible (3bed194)
  • theme: WCAG2AA conformance - date has insufficient color contrast (aa47ec1)

1.3.1 (2021-03-24)

Bug Fixes

  • themeprovider: wait for custom themes to load before applying user pref (385703a)

1.3.0 (2021-03-20)

Features

  • localizationprovider: added localizationWrapper (2b7fe38)
  • localizationprovider: initial implementation (beecaa5)

1.2.0 (2021-03-19)

Features

  • currencyswap: initial implementation (c904cc7)
  • input: initial implementation (91a4e98)
  • input: initial implementation, with floating label feature (4c78cf3)
  • protocolselector: initial implementation (fe78505)
  • themeprovider: added new colors to the palettes (fa9c953)

1.1.0 (2021-03-06)

Features

  • themablecomponents: initial implementation (23a7866)
  • themeprovider: initial implementation (b7e647e)

Reverts

  • jest: remove --silent parameter (00745b8)

1.0.2 (2021-03-04)

Bug Fixes

  • README: project logo: use absolute path for npm (eb8f4dd)
  • README: update logo's absolute path, adds production-use disclaimer (40a7fdd)

1.0.1 (2021-03-04)

Bug Fixes

  • release: add README & CHANGELOG to the release bundle. (dc6aab9)

1.0.0 (2021-03-04)

Features

  • First automated release attempt, packing #2 and updated package.json dependencies. (7a89da9)