Skip to content

Releases: petalframework/petal_components

v2.1.0

02 Oct 03:16
Compare
Choose a tag to compare

What's Changed

  • Adds new ghost table variant for extremely clean look
  • Add ID to table row containing empty state slot by @dgigafox in #350

New Contributors

Full Changelog: v2.0.6...v2.1.0

v2.0.6

26 Sep 04:24
Compare
Choose a tag to compare

What's Changed

  • Items center correctly for the Icon Button by @mitkins in #352

Full Changelog: v2.0.5...v2.0.6

v2.0.5

25 Sep 23:46
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.4...v2.0.5

v2.0.4

23 Sep 04:33
Compare
Choose a tag to compare
  • Add skeleton css classes to default css to allow for configurability

Full Changelog: v2.0.3...v2.0.4

v2.0.3

21 Sep 00:09
Compare
Choose a tag to compare

What's Changed

  • Addresses positioning and dark mode for avatar by @mitkins in #349

Full Changelog: v2.0.2...v2.0.3

v2.0.2

20 Sep 04:08
Compare
Choose a tag to compare
  • Fixed: heroicon pattern matching is based on deps folder - rather than dependencies listed for petal_components
  • Improved error messages for incorrect heroicon names

v2.0.1

20 Sep 01:50
Compare
Choose a tag to compare

What's Changed

  • Ensure css transitions don't cause flaky tests by @tylerbarker in #347
  • Remove text placeholder from image skeleton to match video skeleton
    Full Changelog: v2.0.0...v2.0.1

v2.0.0

20 Sep 03:50
Compare
Choose a tag to compare

1.9.3

27 May 04:04
Compare
Choose a tag to compare
  • Rounds the width of the progress component to 2 decimal places

1.9.2

13 Feb 02:53
Compare
Choose a tag to compare
  • Adds optional empty states for tables.
  • named slot :empty_state
  • always rendered at the top of the table into a cell that spans the whole width (the width is derived from the number of :col slots supplied)
  • the row that holds the cell has hidden only:table-row Tailwind classes so it's only visible if it's the only row
  • the slot takes row_class that is then forwarded to the cell
  • renders multiple cells if more than one :empty_state slot is given