You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Renamed component .icon to .heroicon to make it explicit that it's rendering Heroicons and also to avoid future conflicts
Require minimum Gettext v0.26 to use the new backend module
Default :sort option value in Content.list_pages/2 changed from :title to :path
Fixes
[Components] Bring back the .icon (heroicon) component using https://hex.pm/packages/heroicons instead of a Tailwind plugin that depends on the unavailable fs API
[Media Library] Guard against invalid values for :sort option in MediaLibrary.list_assets/2
[Content] Guard against invalid values for :sort option in Content.list_layouts/2
[Content] Guard against invalid values for :sort option in Content.list_pages/2
[HEEx Decoder] Handle attr values with nil values, for example the defer in script tags
Documentation
Updated Heroicons recipes to reflect changes on configuration and naming