Skip to content

Releases: uxcore/uxcore

0.8.4

17 Mar 10:22

Choose a tag to compare

  • [Component] Album: FIXED empty children will cause error.
  • [Component] Calendar: CHANGED base style change
  • [Component] CascadeSelect: FIXED: display selection text immediately when the changeOnSelect=true
  • [Component] CascadeSelect: FIXED: dropDownWidth prop type check.
  • [Component] CascadeSelect: NEW: new prop, dropDownWidth(number): define the dropdown width.
  • [Component] CascadeSelect: NEW: new display mode, miniMode=false will display the rich style with button and selection.
  • [Component] Form: FIXED fix border-radius bug in searchFormField
  • [Component] Table: FIXED scrolling to right end will cause unaligned header & body

0.8.0

06 Mar 12:13

Choose a tag to compare

  • [General] base style element defination change, including input/textarea/button/color.
  • [Component] Button: NEW support 'loading' prop
  • [Component] Dialog: CHANGED new style
  • [Component] Form: CHANGED change color if count overflow;
  • [Component] Form: CHANGED tips style optimaztion
  • [Component] Form: CHANGED change textarea count style
  • [Component] Select2: CHANGED box-shadow & border-radius change
  • [Component] Tabs: NEW apply new style
  • [Component] CascadeMultiSelect: NEW add ok button
  • [Component] CascadeMultiSelect: FIXED missing style
  • [Component] CascadeMultiSelect: CHANGED onSelect will pass leafList

0.7.6

03 Mar 03:13

Choose a tag to compare

  • [Component] Calendar: NEW add new sub Component RangeCalendar
  • [Component] Calendar: CHANGED default yearSelectOffset & yearSelectTotal change
  • [Component] CascadeMultiSelect: NEW modal view
  • [Component] CascadeMultiSelect: FIXED props.value rerender error
  • [Component] CascadeSelect: NEW Pass [key] as the value will be treated as the choosed leaf key.
  • [Component] CascadeSelect: FIXED e.stopPropagation() when click the clear button.
  • [Component] CheckboxGroup: CHANGED margin is adjusted
  • [Component] RadioGroup: CHANGED margin is adjusted
  • [Component] FloatNav: FIXED expection when content is empty.
  • [Component] FloatNav: FIXED update height when props.height changed
  • [Component] Form: NEW CascadeSelectFormField support getPopupContainer
  • [Component] Message: NEW add new props getContainer
  • [Component] Message: NEW add new props multipleInstance
  • [Component] Message: NEW add new API clear()
  • [Component] Table: FIXED remove useless code in Cell componentDidMount

0.7.5

23 Feb 06:48

Choose a tag to compare

  • [Component] Button: CHANGED use normal component declaration instead of stateless function
  • [Component] Table: CHANGED show emptyData if fetch errors
  • [Component] Table: CHANGED action hoverMenu will be hiden if a menu item is clicked.
  • [Component] FloatNav: CHANGED adjust scroll position when clicked items.
  • [Component] Form: CHANGED CheckboxFormField show key if label is not found in view mode
  • [Component] Form: CHANGED RadioFormField show key if label is not found in view mode

0.7.4

21 Feb 10:52

Choose a tag to compare

2017-02-21

  • [General] add new component FloatNav Matrix & Timeline

0.7.1

17 Feb 08:16

Choose a tag to compare

  • [HotFix] Calendar: style bug
  • [Component] TreeSelect: CHANGED add new prop resultsPanelAllClearBtn , resultsPanelTitle, resultsPanelTitleStyle & filterResultsPanel

0.7.0

16 Feb 12:15

Choose a tag to compare

  • [Component] Calendar: NEW new style & timePicker
  • [Component] Dialog: CHANGED use global transition ease
  • [Component] Form: CHANGED update uxcore-date-form-field to ~0.7.0
  • [Component] Message: CHANGED new animation
  • [Component] Popover: CHANGED animation direction change
  • [Component] Popover: CHANGED use global transition ease
  • [Component] Table: CHANGED update uxcore-date-cell-field to ^0.3.0
  • [Component] Tooltip: CHANGED use global transition ease
  • [Component] Tooltip: CHANGED change animation directions
  • [Component] TreeSelect: CHANGED add new prop resultsPanelAllClearBtn , resultsPanelTitle, resultsPanelTitleStyle & filterResultsPanel
  • [General] add new component CascadeMultiSelect

0.6.1

10 Feb 09:16

Choose a tag to compare

  • [Component] CascadeSelect: NEW add new prop getPopupContainer
  • [Component] Pagination: NEW add new Prop getSelectPopupContainer

0.6.0

26 Jan 06:30

Choose a tag to compare

  • [Component] Dialog: CHANGED improved getContainer
  • [Component] Form: FIXED cascadeSelectFormField can not be reset
  • [Component] Form: CHANGED use user-specified FormRow key
  • [Component] Table: CHANGED moveRowUp & moveRowDown support tree mode.
  • [Component] Table: CHANGED only show fixedTable when data exists
  • [Component] Table: CHANGED refactor fixed column render logic
  • [Component] Table: NEW support column.rightFixed
  • [Component] Table: NEW inline edit API support callback.
  • [Component] Totop: NEW add new prop onTotopEnd
  • [Component] Totop: CHANGED update uxcore-popover to ~0.4.0
  • [Component] Totop: CHANGED use unstable_renderSubtreeIntoContainer

BREAKING CHANGES

  • [Component] Table: CHANGED subComp logic is removed, use renderSubComp instead.

0.5.2

21 Jan 06:08

Choose a tag to compare

  • [HotFix] add uxcore.less core.less in compatible style pack.