Changes
- Implement Sidebar component
- Introduce
as_child
tag to merge multipleSaladUI
tag - Introduce
dynamic
tag which allow dynamic rendering a tag.
Breaking changes
- Replace
tails
bytw_merge
which extracted fromturboprop
. You have to addTwMerge.Cache
to children list in yourapplication.ex
Collapsible
component doesn't use builder anymore.
-
ashkan117: fix: Explicitly include the attributes to avoid lsp warning
-
selenil: feature: Add mix task for init & install salad_ui components
-
forest: fix input warning
-
bluzky: fix overriding input name/value not working
-
bluzky: feature: Add support for custom error translation function
- Add support Form.Field for all input components
Breaking changes This version introduce some change to unify interface and term for some components:
Toggle.toggle
changepressed
attribute ->value
Select
changeinstance
->builder
Tab.tab_trigger
changeroot
attribute ->builder
and required exposing builder from thetabs