Releases: petalframework/petal_components
Releases · petalframework/petal_components
1.9.1
- Fix modal class
- Removes scale classes on sm size and up for slideover
v1.9.0
- <.vertical_menu> - add support for liveview JS (thanks to @mrdotb)
- <.table> - now supports dynamic data and col slots
v1.8.0
- Updated deps
- Use new PhoenixHTMLHelpers lib
- Fix bug where the close_modal event gets sent twice to the LiveView if you push_patch from the close_modal handle_event in the LiveView - thanks @axelclark
v1.7.1
- Fix form_field switch class bug [#275]
- Vertical menu items no longer require an icon
v1.7.0
- Added close_on_click_away to
<.slide_over>
(thx @samuelpordeus)
- Added close_on_escape to
<.slide_over>
(thx @samuelpordeus)
- Added fade in transition to
<.slide_over>
- Cleaned up classes in codebase (deprecated build_class)
1.6.2
- Default loading spinner to shrink-0 to enforce its size
1.6.1
- Add pagination attribute allowing always shown prev and next buttons
- Pagination support encoded path
- icon-support-to-breadcrumb-link
v1.6.0
- Fix: <.button disabled> where link_type not "button" now shows proper cursor and isn't clickable
- Fix: <.a> now uses <.link> underneath to avoid warnings with live_view 0.20.0
- Update: live_view bumped to 0.20.0
1.5.5
- adds an attribute to
hide_close_button
in the modal header
1.5.4
Changed modal close icon svg to Heroicons