Skip to content

Releases: purescript-react/purescript-lumi-components

v3.0.3

11 Feb 22:24
Compare
Choose a tag to compare

Pill text has non breaking white space

v3.0.2

11 Feb 22:18
Compare
Choose a tag to compare

Modal internal-scrolling variant bug fix to reinstate internal scrolling behavior

v3.0.1

11 Feb 22:14
Compare
Choose a tag to compare

force InputGroup secondary buttons to be transparent

v3.0.0

07 Feb 19:50
Compare
Choose a tag to compare

Modal updates

!!! Breaking changes

  • Add an ExtraExtraLarge size variant
  • Update modal title to accept JSX over String
  • Remove rounded borders on full width/height mobile modals

v2.2.0

07 Feb 19:22
Compare
Choose a tag to compare

Dropdown button updates

  • Secondary button style should always be white (not transparent)
  • Dropdown menu content should have a minWidth of the parent dropdown button

v2.1.0

14 Jan 22:15
Compare
Choose a tag to compare
  • Esc to close Modal

v1.2.0

02 Jan 22:49
5ecdaf8
Compare
Choose a tag to compare
  • Add Clip component for copying text on click
  • Expose the previously internal ScrollObserver hook and component

v1.1.0

18 Dec 01:00
b0fddd1
Compare
Choose a tag to compare

Minor changes

  • Add centered full width layout

v1.0.1

06 Dec 19:59
Compare
Choose a tag to compare
  • Fix LabeledField not styled correctly on mobile.

v1.0.0

04 Dec 04:05
62fffcd
Compare
Choose a tag to compare

Major changes

  • Bump react-basic dependency to 13.0.0
  • Add missing S40 constructor to Space

Minor changes

  • Introduced experimental modules:
    • Lumi.Components -- types and functions for creating and rendering LumiComponents, an abstraction over ReactComponent
    • Lumi.Styles.* -- composable style-only component definitions
    • Lumi.Components.* -- components build from the above modules which support style overrides via PropsModifier composition