- Upgrade LiveView version to 0.20.1
- Fixes Phoenix LiveView v0.18.16 form warnings
- Adds
progress
component w/radial
andlinear
variants - Improves
heroicon
sizing
- Adds
SelectFilter
and updates existingTextFilter
live component will now support the following scenarios:- When passed
uri
andparam
attrs, will automatically update query param in url on text change (Default) - When passed
on_change
anonymous function attr, will invoke function on text change - When passed
on_change
event name string attr, will trigger event at parent level upon text change
- When passed
- Adds
Phoenix.UI.Hooks
:assign_uri
helper for making URI available for every:handle_params
lifecycle event - Adds
Textarea
component
- Improves and adds error styles for select component.
- Improves TextFilter live component
- Button component compilation warning fixes
- Increased testing for the following
- button
- select
- text_field
- text_filter
- Improves and adds error styles for text_field component.
- Improves TextFilter live component
- text_field related components
- form_group
- label
- error_tag
- helper_text
- misc docs cleanup
- Adds attr color, name, variant, etc. compile-time warnings for the following components:
- avatar
- avatar_group
- backdrop
- button
- button_group
- card
- chip
- collapse
- container
- drawer
- heroicon
- paper
- typography
- Updates typography component to support bold and size attributes