Skip to content

v0.34.0

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Oct 21:30

⚠️ Breaking Changes

  • Merge CSS helpers and utilities into single SCSS endpoint to make their use easier (PR #161)
  • Drop Login compositions (#157) (PR #158)
  • Drop the MultipleSelectField component due to bad UX (#150) (PR #153)
  • Rename LayoutCenter to Center and CardList to Grid (PR #146)
  • Split Card types and variants in separate props and add more variants (PR #142)
  • Make List RTL ready (#84) (PR #147)
  • Rename offset to a more common spacing (#136) (PR #145)
  • Drop the Row layout component since it's possible to do the same with Toolbar (PR #144)

🌟 Features

  • Introduce autoWidth option of FormLayout (PR #167)
  • Extend display utilities (PR #155)
  • Implement auto scroll into ScrollView (#60) (PR #118)
  • Split Card types and variants in separate props and add more variants (PR #142)
  • Make Alert's font weight and stripe customisable (PR #141)
  • Enable FormLayoutCustomField to be full-width (PR #134)

🐞 Bug Fixes

  • Adjust the size of number-type TextField according to the max attribute (PR #152)
  • Don't render Modal footer when no actions and no close handler are provided (PR #148)
  • Don't let form fields' text alignment be affected by a parent (PR #140)
  • Fix icon-only buttons in loading state (PR #139)

♻️ Refactoring

  • Make auto and limited label widths of horizontal FormLayout work in all browsers (#135) (PR #165)

📖 Documentation

  • Create shiny new documentation 🍾 (PR #80)

🔧 Maintenance

  • Automate releasing and publishing to npm (PR #160)