Releases: petalframework/petal_components
Releases · petalframework/petal_components
v1.0.5
- New: <.rating> component
- Fixed: error was showing prematurely on forms
v1.0.4
- 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
- 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
- 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
- Fixed issue "The
invalid-feedback
class does not exist" #141
v1.0.0
- 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
- Fixed: support button attrs: 'value', 'name'
- Fixed: support form element attr: 'accept'
- Fixed: support link attr: 'download'
v0.19.9
- Fix: <.th> can now accept colspan and rowspan
v0.19.6
- New:
<.hidden_input>
form element
- Added "list" attr warning for inputs
- Added "for" attr warning for label