All Versions
57
Latest Version
Avg Release Cycle
10 days
Latest Release
936 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