Construct Ui Versions Save

A Mithril.js UI library

v0.2.3

4 years ago
  • Fix component alignment issues
  • [QueryList] handle items with 0 value; fix #16
  • [Button] handle 0/null/empty/false label/sublabel values
  • [ListItem] add allowOnContentClick prop; fix #15

v0.2.2

4 years ago
  • [QueryList] add disableArrowKeys attr
  • [InputPopover] fix onSubmit invoked twice, update examples

v0.2.1

4 years ago
  • [InputPopover] add highlightOnOpen attr
  • [CustomSelect] add itemRender attr
  • [Spinner] add message attrs
  • [QueryList] fix pass trough attrs
  • Add MenuHeading component

v0.2.0

4 years ago
  • Update to typescript 3.5.1
  • [NEW]
    • [Tabs] component
    • [InputPopover] component

v0.1.11

5 years ago
  • [Button] fix loading style when intent 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

5 years ago
  • [Popover] fix onOpened passing null container element
  • [Toast] pass through html attrs
  • [Button] fix sublabel color when outlined and intent 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

5 years ago
  • Set "Arial" as default font

v0.1.8

5 years ago
  • 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
  • [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
  • [Toast]
    • fix dismiss icon hover color
    • pass through style attr to Overlay
  • [Overlay] set restoreFocus=false by default, set shouldRender=false in onremove
  • [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

5 years ago
  • [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 when value/defaultValue is not specified
  • Allow number type for CustomSelect, Radio, Select options/value/defaultValue

v0.1.6

5 years ago
  • [Styles] Fix line height styles
  • [Button] Set iconLeftAttrs and iconRightAttrs as partials
  • [Popover] Set restoreFocus to false as default
  • [QueryList] Check if activeIndex is positive before scrolling to active item