Releases: purescript-react/purescript-lumi-components
Releases · purescript-react/purescript-lumi-components
v3.0.3
Pill
text has non breaking white space
v3.0.2
Modal
internal-scrolling variant bug fix to reinstate internal scrolling behavior
v3.0.1
force InputGroup
secondary buttons to be transparent
v3.0.0
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
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
- Esc to close Modal
v1.2.0
v1.1.0
v1.0.1
- Fix
LabeledField
not styled correctly on mobile.
v1.0.0
Major changes
- Bump
react-basic
dependency to13.0.0
- Add missing
S40
constructor toSpace
Minor changes
- Introduced experimental modules:
Lumi.Components
-- types and functions for creating and renderingLumiComponent
s, an abstraction overReactComponent
Lumi.Styles.*
-- composable style-only component definitionsLumi.Components.*
-- components build from the above modules which support style overrides viaPropsModifier
composition