Skip to content

Releases: petalframework/petal_components

v1.0.7

11 May 10:23
Compare
Choose a tag to compare
  • Fixed checkbox group giving an empty string instead of a list when submitted
  • Added transitions to the icon button tooltip

v1.0.6

11 May 10:23
Compare
Choose a tag to compare
  • New: Add separator_class option to <.breadcrumb>
  • New: Add tooltip option to <.icon_button>

v1.0.5

11 May 10:23
Compare
Choose a tag to compare
  • New: <.rating> component
  • Fixed: error was showing prematurely on forms

v1.0.4

28 Feb 03:59
Compare
Choose a tag to compare
  • Updated: Slideover now accepts a close target for when it is in a live_component
  • Fixed: Disabled buttons and links should not do anything when clicked

v1.0.3

26 Feb 03:49
Compare
Choose a tag to compare
  • Fixed: hidden_input not working correctly in form_field. Thanks @BobbieBarker!
  • Fixed: disabled attribute wasn't working on non-button buttons (eg. a live_redirect)
  • Fixed: Added alpine JS x-cloak hidden in CSS to avoid flash of unstyled content

v1.0.2

23 Feb 11:27
Compare
Choose a tag to compare
  • Fixed: fixed an issue where phx-feedback-for was not being properly included inside of the form_field component (thanks @BobbieBarker)
  • Update: Make paragraph text easier to read

v1.0.1

20 Feb 05:39
Compare
Choose a tag to compare
  • Fixed issue "The invalid-feedback class does not exist" #141

v1.0.0

20 Feb 05:38
Compare
Choose a tag to compare
  • Extracted classnames for each component into a CSS file using BEM naming convention. This allows for more flexibility in styling and theming.

v0.19.10

14 Jan 09:26
Compare
Choose a tag to compare
  • Fixed: support button attrs: 'value', 'name'
  • Fixed: support form element attr: 'accept'
  • Fixed: support link attr: 'download'

v0.19.9

12 Jan 22:42
Compare
Choose a tag to compare
  • Fix: <.th> can now accept colspan and rowspan