- Update to typescript 3.5.1
- [NEW]
- [Tabs] component
- [InputPopover] component
- [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
- [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)
- Set "Arial" as default font
- 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
- [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
- [Styles] Fix line height styles
- [Button] Set
iconLeftAttrs
andiconRightAttrs
as partials - [Popover] Set
restoreFocus
tofalse
as default - [QueryList] Check if
activeIndex
is positive before scrolling to active item
- [Docs] Update getting started
- [Button] Add
iconLeftAttrs
andiconRightAttrs
attrs - [CustomSelect] Fix controlled
value
- [Overlay] Pass container DOM node to
onOpened
- [Popover]
- Pass container DOM node to
onOpened
- Set
restoreFocus
only on click interaction - Fix flash of content in IE11 and Safari 9.1
- Pass container DOM node to
- [QueryList] Check if
activeIndex
is positive before scrolling to active item - [SelectList]
- Refactor methods
- Update example
- [Overlay] Remove body padding when no vertical scrollbar
- [Examples] [Colors] Fix responsive color grid for mobile
- [Docs] Fix mobile nav drawer
- [Examples] Fix wording/grammar
- Fix UMD build
- Convert all file endings to LF
- [Examples] [Tree] Fix source link