All Versions
57
Latest Version
Avg Release Cycle
10 days
Latest Release
710 days ago
Changelog History
Page 1
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
toHeroiconsV1
-
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