Releases: vrimar/construct-ui
Releases · vrimar/construct-ui
v0.2.3
v0.2.2
v0.2.1
v0.2.0
v0.1.11
- [Button] fix
loading
style whenintent
set - [Input]: fix
basic
styling - [Popover]: fix
hasBackdrop=true
bug - [ControlGroup]: fix styling for
CustomSelect
- [CustomSelect]: add
size
attr - [List]: set
font-weight:normal
as default - [Table]: remove last row border
- [Input]: prevent lifecycle methods from being passed through to
input
el
v0.1.10
- [Popover] fix
onOpened
passing null container element - [Toast] pass through html attrs
- [Button] fix sublabel color when
outlined
andintent
is set - [FormGroup] wrap in a
Col
component - [Input] add
basic
attr - [Textarea] add
basic
attr - [Dialog] add
basic
attr, increase heading font-size - [Card] add
fluid
attr (#2)
v0.1.9
v0.1.8
- Update Feather icons
- Add TransitionManager
- Normalize CSS hover styles
- [FormGroup] set nested CustomSelect to fluid
- [Callout] add
onDismiss
icon - [EmptyState] allow arbitrary icons, center
content
text - [CustomSelect]
- change to
inline-block
style - handle keyboard navigation for disabled options
- change to
- [BaseControl] add optional
containerAttrs
attr - [Button] add
outlined
attr - [ButtonGroup] add
outlined
attr - [QueryList]
- prevent
onSelect
when item has disabled=true attrs - update empty list message styles
- remove bottom border from list items
- prevent
- [Toast]
- fix dismiss icon hover color
- pass through style attr to Overlay
- [Overlay] set
restoreFocus=false
by default, setshouldRender=false
inonremove
- [Tree] pass through html attrs
- [SelectList] pass through popover class
- [List] add
interactive
attr - [Tag]
- lighten default bg color and add border
- allow children to be passed to
label
attr
- [Icon] fix intent class specificity
- [TagInput] prevent tab focus when disabled
v0.1.7
- [Popover] pass class/style to container, add overlayStyle and overlayClass attrs
- [PopoverMenu] update attrs passed to Popover
- [MenuItem] update submenu attrs
- [Button] fix line-height for label/sublabel
- [Select] add default case for
options
attr - [Overlay] call
onClose/onClosed
in onremove only if currently open - [CustomSelect] prevent selection in controlled mode (when
value
attrs is passed), prevent initial selection whenvalue/defaultValue
is not specified - Allow
number
type for CustomSelect, Radio, Selectoptions/value/defaultValue