Skip to content

Releases: petalframework/petal_components

v1.2.12

26 Jun 23:26
Compare
Choose a tag to compare
  • Improvement: file input looks better in dark mode

v1.2.11

07 Jun 00:19
Compare
Choose a tag to compare
  • Fix: allow checkbox/radio labels to support links. eg. <.field type="checkbox" field={@form[:checkbox]} label={raw(~s|Please accept these <a href="#" class="text-blue-500">Terms and Conditions</a> before continuing|)} />

v1.2.10

05 Jun 02:16
Compare
Choose a tag to compare
  • Bumped phoenix_live_view dep to 0.19

v1.2.9

01 Jun 02:36
Compare
Choose a tag to compare
  • Updated: add empty_message attr to <.field> (<.field type="checkbox-group|radio_group" empty_message="No options">)
  • Fixed: <.field type="switch"> not providing a false value when unchecked

v1.2.7

27 May 03:35
Compare
Choose a tag to compare
  • Fixed radio-group value not being checked for integers

v1.2.6

26 May 01:46
Compare
Choose a tag to compare
  • Fix radio-group checked options for <.field>
  • Fix select selected options

v1.2.5

20 May 00:36
Compare
Choose a tag to compare
  • Fix: <.field type="textarea" rows="1"> - rows for textarea are now overridable

v1.2.4

17 May 04:39
Compare
Choose a tag to compare
  • Fixed button with icon (reverted tooltip)

v1.2.3

17 May 03:54
Compare
Choose a tag to compare
  • Updated: Move custom css classes to last so they can potentially override default ones (button, loading)
  • Added: tooltip option to <.button>

v1.2.2

17 May 02:36
Compare
Choose a tag to compare
  • Updated: checkbox_group now supports disabled_options attr