Skip to content

Releases: NoRedInk/noredink-ui

14.2.1

12 Oct 17:56
b2b155c
Compare
Choose a tag to compare

Includes openQuotationMark and closeQuotationMark icons (#742)

14.2.0

05 Oct 23:34
a2286b7
Compare
Choose a tag to compare

Includes changes to messages and modal styling, mainly on mobile.

Also now has Nri.Ui.MediaQuery, gifted from the monolith.

Change `Page` api to make the recovery button more customizable

15 May 21:07
c0c4fb3
Compare
Choose a tag to compare

release Ui.Button.V3

22 Aug 18:58
Compare
Choose a tag to compare

adds a [new button, Ui.Button.V3](from #101) which

  • Uses Html.Styled
  • Removes buttonDeprecated
  • Removes Tiny size
  • Removes one-off Active hack
  • Removes "submit" button - we just used that for forms that were partially in Elm

5.9.1

04 Aug 02:24
405fef4
Compare
Choose a tag to compare
  • Performance improvement for Nri.Ui.styled
  • Reverts TextArea.V3 to use a text child node to render its value instead of the defaultValue attribute

5.5.3

18 Jun 23:46
Compare
Choose a tag to compare

Adds aria-invalid to text inputs to represent error state, for screen readers and specs.

Fix Nri.Styled.styled api to accomodate Accessible Html

29 Mar 22:57
8b860cc
Compare
Choose a tag to compare
Merge pull request #18 from NoRedInk/accessibility-compatible-styled

make Nri.Ui.styled compatible with Accessibility.Styled