Socket
Socket
Sign inDemoInstall

@idux/components

Package Overview
Dependencies
29
Maintainers
3
Versions
114
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous1
891112Next

1.0.0-beta.2

Diff

Changelog

Source

1.0.0-beta.2 (2022-03-20)

Bug Fixes

  • comp:menu: cache expandedKeys when collapse changed (#805) (48bacb2)

  • comp:tab: tab content is not vertically centered (#809) (74b0dba)

  • component:message: message icon and content not align center when custom content (#807) (120390b)

  • feat(comp: select): maxLabel support responsive (#806) (115b5ec), closes #806 #756

Features

BREAKING CHANGES

  • maxLabelCount was deprecated, please use maxLabel instead
iduxfe
published 1.0.0-beta.1 •

Changelog

Source

1.0.0-beta.1 (2022-03-14)

Bug Fixes

  • cdk:forms: maxLength message (#800) (93231ab)
  • comp: checkbox: onChange returned an error oldValue (#792) (2825def), closes #790
  • comp: stepper: vertical style error without description (#784) (5ec4906)
  • comp: tabs: when scrolling style is wrong (#785) (05cb864)
  • comp:menu: remove stopPropagation (#799) (fedf778)
  • comp:select: trigger handleInput when onCompositionEnd (#801) (d157f0c), closes #786
  • comp:tree: The expanded state of the first layer node is wrong (#795) (aba661a)

Code Refactoring

  • comp:form: api redesign and add test (#763) (825066e)
  • comp:locales: use useGlobalConfig instead of useI18n (#764) (4f50728)
  • comp:radio: use dataSource instead of options (#771) (25e85a3)
  • comp:select: api redesign (#773) (934c0b2)

Features

BREAKING CHANGES

  • comp:select: compareWith was deprecated, please use compareFn instead, options was deprecated, please use dataSource instead, searchFilter was deprecated, please use searchFn instead.
  • comp:radio: options was deprecated, please use dataSource instead
  • comp:locales: useI18n was removed.
  • comp:form: hasFeedback was deprecated, please use statusIcon instead. extra was deprecated, please use extraMessage instead.
iduxfe
published 1.0.0-beta.0 •

Changelog

Source

1.0.0-beta.0 (2022-03-01)

Code Refactoring

  • comp:form: api redesign and add test (#763) (825066e)
  • comp:locales: use useGlobalConfig instead of useI18n (#764) (4f50728)
  • comp:radio: use dataSource instead of options (#771) (25e85a3)
  • comp:select: api redesign (#773) (934c0b2)

Features

BREAKING CHANGES

  • comp:select: compareWith was deprecated, please use compareFn instead, options was deprecated, please use dataSource instead, searchFilter was deprecated, please use searchFn instead.
  • comp:radio: options was deprecated, please use dataSource instead
  • comp:locales: useI18n was removed.
  • comp:form: hasFeedback was deprecated, please use statusIcon instead. extra was deprecated, please use extraMessage instead.
iduxfe
published 1.0.0-alpha.6 •

Changelog

Source

1.0.0-alpha.6 (2022-02-18)

Bug Fixes

  • comp: radio: incomplete consideration of controlled mode (#744) (1a190bd)
  • comp:select: filter option exception (#751) (96ed380), closes #750
  • comp:space: remove default alian and justify (#749) (54456c6)

Code Refactoring

Features

BREAKING CHANGES

  • comp:checkbox: options was deprecated, please use dataSource instead
  • comp:layout: onCollapse was removed
  • comp:space: direction was deprecated, please use vertical instead. splitwas deprecated, please useseparator` instead.
  • comp:divider: position was deprecated, please use labelPlacement instead, type was deprecated, please use vertical instead
iduxfe
published 1.0.0-alpha.5 •

Changelog

Source

1.0.0-alpha.5 (2022-01-24)

Bug Fixes

  • comp: affix: style is not recalculated when resizing (#737) (9cda3d0)

Features

BREAKING CHANGES

  • comp:table: scroll.x and scroll.y are deprecated, please use scroll.width and scroll.height instead

  • test(comp:table): add basic test

iduxfe
published 1.0.0-alpha.4 •

Changelog

Source

1.0.0-alpha.4 (2022-01-14)

Bug Fixes

Code Refactoring

  • comp:menu: use customXxx instead of slots (#725) (f88ca6d)
  • comp:select: use customLabel instead of slots (#726) (3a34fc4)

Features

  • cdk:forms: add option to remove space (#718) (be43870), closes #553
  • cdk:scroll: show scrollbar when mouseenter (#722) (cfa48ce)
  • comp:dropdown: support hideOnClick (#715) (fbbe478)
  • comp:footer: swap confirm and cancel btn (#714) (78f3e06)
  • comp:image: add image and imageViewer components (#706) (8b5212b), closes #698
  • comp:menu: type of MenuItem is optional (#712) (5d1490a)
  • comp:modal: add padding to padding next icon (#701) (e663401)
  • comp:slider: unify trigger conditions for change events (#721) (a3209fa), closes #696
  • comp:table: add TableColumn component (#702) (eb979a6), closes #650
  • comp:table: redesign api of filter (#720) (c8078ea)
  • comp:table: redesign TableColumn and support children in template (#708) (356faaf)
  • comp:table: use menus instead of options (#709) (71185fc)
  • table: modify table functions and style (#672) (05e6399)

BREAKING CHANGES

  • comp:select: slots of SelectOption is deprecated, please use customLabel instead
  • comp:menu: slots of MenuData is deprecated, please use customIcon, customLabel and customSuffix instead
  • comp:table: options in TableColumnSelectable was deprecated, please use menus instead
  • comp:table: customRender, customTtile, customIcon and customExpand have been deprecated, please use slots instead
iduxfe
published 1.0.0-alpha.3 •

Changelog

Source

1.0.0-alpha.3 (2021-12-30)

Bug Fixes

  • comp:input-number: decimal precision calculation error (#688) (d863ad0)
  • comp:menu: remove border-bototm on horizontal mode (#690) (be02417)
  • comp:typography: fix typography disabled style (#687) (41d5225), closes #567

Features

BREAKING CHANGES

  • comp:pagination: itemRender and totalRender have been removed
  • comp: space: size is used instead of gap
iduxfe
published 1.0.0-alpha.2 •

Changelog

Source

1.0.0-alpha.2 (2021-12-27)

Bug Fixes

iduxfe
published 1.0.0-alpha.1 •

Changelog

Source

1.0.0-alpha.1 (2021-12-25)

Bug Fixes

  • cdk:scroll: update scroll blocked style (#660) (4d7bbff), closes #586
  • comp: select: incomplete readonly scenario (#649) (24da0a0)
  • comp:all: add default.variable.less (#646) (9eced60)
  • comp:button: button-group display: inline-flex (#661) (60dc8c3)
  • comp:ixmenu: fix error when initialize settings expandKeys (#637) (131d95b), closes #636
  • comp:message/notification: fix first animation (#639) (b9d1d19), closes #576
  • comp:table: selectable header vertical alignment issue (#652) (e9f85e4)
  • pro:layout: fix sider border-right style (#659) (bcdffdb)

Features

BREAKING CHANGES

  • comp:private/input: IxInput and IxInputNumber rebuild with _private/input
  • comp:drawer,modal: onBeforeClose is used instead of onClose
iduxfe
published 1.0.0-alpha.0 •

Changelog

Source

1.0.0-alpha.0 (2021-12-17)

Features

  • Hello @idux.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc