Skip to content

7.3.4

Compare
Choose a tag to compare
@kdinev kdinev released this 11 Jun 06:09
· 891 commits to 7.3.x since this release
6d49343

7.3.4

  • IgxGrid, IgxTreeGrid, IgxHierarchicalGrid
    • Breaking Change The condition parameter of the filterGlobal method is no longer optional. When the filterGlobal method is called with an invalid condition, it will not clear the existing filters for all columns.

New features

  • igxGrid Multi Row Layout keyboard navigation #4757

  • igxSlider - exposing new labels property accepting a collection of literal values that become equally spread over the slider, by placing each element as a thumb label.

  • igxSlider - deprecate isContiunous property.

  • IgxChip

    • hideBaseOnDrag input is added that allow the chip base that stays at place to be visible while dragging it.
    • animateOnRelease input is added that allows to disable the animation that returns the chip when the chip is released somewhere.
  • igxTimePicker changes

    • onClosing event is added.
    • Breaking Change onOpen event is renamed to onOpened.
    • Breaking Change onClose event is renamed to onClosed.
    • Behavioral Change - action buttons are now available in the dropdown mode.
    • Feature IgxTimePickerComponent now provides the ability for adding custom action buttons. Read up more information in the ReadMe
  • igxDatePicker changes

    • onClosing event is added.
    • Breaking Change onOpen event is renamed to onOpened.
    • Breaking Change onClose event is renamed to onClosed.
    • Behavioral Change - action buttons are now available in the dropdown mode.
    • Feature IgxDatePickerComponent now provides the ability for adding custom action buttons. Read up more information in the ReadMe

Bug Fixes

  • igx-input: Top of Japanese characters get cut off in Density Compact mode #4752
  • When no condition is provided, filter() method of grid throws undescriptive error #4897
  • [IE11][igx-grid][MRL] header cell is not row-spanned. #4825
  • Select's label is positioned incorrectly #4236
  • [igx-grid] Filtering row's chips area is not resized when resizing window. #4906
  • hideGroupedColumns hides the whole MRL group #4714
  • An error is returned when changing rowEditable input and a cell is opened in edit mode #4950
  • Row editing border style is not applied correctly for the first record when there is grouping #4968
  • Cell navigation does not work along with Multi Row Layout group #4708
  • When no condition is provided, filter() method of grid throws undescriptive error #4897
  • In slider with type Range when change the lower value to be equal or greater than the upper the range is not correct #4562
  • When change the slider type at run time the slider is not updated correctly #4559
  • Range Slider Thumps collapsing #2622
  • Angular httpinterceptor(jwt token header) not working after importing IgxTreeGridModule in lazy loaded module #4285
  • [igx-grid] "quick clicking twice resizer " can sometimes lead to unable to sort. #4858
  • TimePicker "hour mode" #4679