All Versions
57
Latest Version
Avg Release Cycle
10 days
Latest Release
710 days ago

Changelog History
Page 1

  • v0.18.5 Changes

    October 06, 2022
    • ๐Ÿ›  Fix compilation error on form.ex
  • v0.18.4 Changes

    October 06, 2022
    • ๐Ÿ›  Fixed compilation errors in accordion
  • v0.18.3 Changes

    September 28, 2022
    • ๐Ÿ›  Fix accordion icon not animating when opening
  • v0.18.2 Changes

    September 28, 2022
    • โž• Add disabled classes for checkbox
  • v0.18.1 Changes

    September 27, 2022
    • 0๏ธโƒฃ HeroiconsV1 do not have default classes anymore
    • ๐Ÿ›  Fix issue where .icon_button svg icons were not the correct size
  • v0.18.0 Changes

    September 25, 2022
    • ๐Ÿš€ Sorry, the last release was meant to be minor, not patch
  • v0.17.8 Changes

    September 25, 2022
    • โšก๏ธ Updated to work with Live View 0.18 - see UPGRADE_GUIDE.md
    • ๐Ÿ›  Disabled fields fixed in dark mode - thanks @moogle19
    • Pagination component can receive a function as a parameter that will define the path of the page - thanks @Wigny

    ๐Ÿ’ฅ Breaking changes

    • <.link> was renamed to <.a>.
    • ๐Ÿ“‡ Renamed Heroicons to HeroiconsV1
  • v0.17.7 Changes

    August 10, 2022
    • ๐Ÿ›  Fix 'modal' IDs used at SlideOver component
    • ๐Ÿ‘‰ Make accordion items dynamic
    • โž• Add coveralls + dependabot
    • โœ‚ Remove credo from ci
    • โž• Add codecov token
    • โž• Add mix audit alias
    • โž• Add codecov badge
    • ๐Ÿ‘‰ Use string.replace to allow "-"
    • ๐Ÿ‘‰ Make borders for radio and checkbox consistent with other inputs
    • Fixed pagination control if users set sibling_count to less than 1 or boundary_count less than 1
    • Moved Pagination.get_items to PaginationInternal.get_pagination_items so we can get at it in the unit tests
  • v0.17.6 Changes

    July 20, 2022
    • ๐Ÿ›  Fixed issue where closing modal/slideover caused two events to be fired
  • v0.17.5 Changes

    July 15, 2022
    • ๐Ÿšš Move card bg colors to the parent div