KendoReact R2 2021 (v4.8.0)

Released: Jul 28, 2021

R2 2021 (v4.8.0) での更新項目

機能

  • Buttons
    • Added opened property to the SplitButton.
    • Added opened property to the DropDownButton.
  • Charts
    • Add className prop.
  • Dialog
    • Add appendTo property.
  • Dialogs
    • Expose windowElement prop on Window ref.
  • Editor
    • Added title to ForeColor and BackColor tools.
  • Form
    • Added ignoreModified field.
  • Gauges
    • Added className prop.
  • Grid
    • Autofit columns on doubleclick.
    • Make cellrender support returning multiple items.
    • Added group/ungroup component for the column menu.
    • Get scrollbar width via css variable.
  • Inputs
    • Added title prop to ColorPicker.
    • Added name getter to the Checkbox.
    • Added TextArea name getter.
  • Layout
    • Added GridLayout component.
    • Added StackLayout component.
  • Multicolumncombobox
    • Set scrollbar width via css variable.
  • Tilelayout
    • Added ignoreDrag property.
  • Tooltip
    • Added position event to allow modify default positioning.

不具合の修正

  • Common
    • Use generic hstack and vstack classnames for action buttons.
    • Exclude licensing from CDN bundle.
    • Replace usages of k-bare with k-flat.
  • Dateinputs:
    • Calendar initial scroll when navigation equals false.
    • Calendar scroll-sync on react-dom17.
  • Datetimepicker
    • Buttons in the popup cause form submit.
  • Drawer
    • Accessibility issues.
  • Dropdowns
    • Multiselect input aria-describedby has additional space.
    • Missing key error in loading icon element.
    • Incorrect rendering inside portal.
  • Editor
    • bump @progress/kendo-editor-common in /packages/editor.
  • Floatinlabel
    • k-state-empty is applied when value is set to 0.
  • Grid
    • Virtual scrolling not working with selection and filtering.
    • Fixed filter button disabled state when the value is empty.
    • Use k-i-plus and k-i-minus for icons instead of k-plus and k-miuns.
    • Initial filter logic set to or is incorectly overriden.
    • Boolean filter cell can't select false.
    • Border width with and without a scrollbar.
    • Apply sticky footer class correctly.
  • Inputs
    • Update Checkbox state in Form without initial value.
    • numerctextbox k-state-focused is missing.
  • Labels
    • Fixed package description.
  • Layout
    • Added keyboard nav to the TabStrip for home and end btn.
  • Listbox
    • Export listviewitemprops interface.
  • Popup
    • Popup does not close on show=false after reposition.
    • Rendering inside portal leads to issues.
  • Scheduler
    • Current-time-marker across the whole view.
  • Sortable
    • Selection inside input elements inside sortable should work.
  • Tooltip
    • Incorrect position in iframe, not updating on title change.
    • Closing on hover when class prop is used.
  • Treelist
    • Aria-expanded attribute applied when no children is available.
  • Utils
    • Clear useasyncfocusblur timeout.
  • Window
    • Remove legacy k-content class.
    • Close button should be inside button actions.