You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Modal add new property sticky and sticky-distance. When enabled, when dragging, it will not be dragged out of the edge of the screen, and will automatically snap to the limit distance.
Modal add new property reset-drag-position. After opening, when Modal is opened again, the drag position will be reset.
Modal property mask is no longer mandatory to be set to false in draggable mode.
Drawer's property placement add top and bottom to support top and bottom directions. At the same time add the property height. The top and bottom do not support dragging currently.
AutoComplete add new property capture.
Dropdown, Select, DatePicker, TimePicker, Cascader, ColorPicker, Tooltip, Poptip, Page, AutoComplete add new property events-enabled, after enabling it, Popper's eventsEnabled property will be turned on, but some performance may be lost.
Fix the problem of invalid CSS class names when the Row component is in version 4.5.0.
Fixed the issue that the DatePicker component is in the daterange mode and the start date is the 31st, when the previous month panel is switched, the panel month does not change. #418
Fix the problem of errors in the multi-select and searchable state when the Select component uses label-in-value.
Fix the problem that when Button and other components set both target: _blank and Object type to property, the jump function is invalid.
Fix the problem that the scroll bar sometimes jitters when transfer is turned on for a component with a Dropdown component. #911
Fix Divider misalignment in Chrome 91 version. #913
Adjust the position where the Table cell click event @on-cell-click is triggered.