Skip to content

Releases: IgniteUI/ignite-ui

21.1 RTM

02 Jun 13:28
7c9c17a

Choose a tag to compare

Merge pull request #2128 from IgniteUI/ko-dependency-bump

chore(*): bumping packages

20.2 Service Release 1

09 Mar 14:37
2bddee6

Choose a tag to compare

Features

  • Add localization for Italian, Chinese (Taiwan), and Chinese (PRC) languages #2104

20.1 Service Release 3

09 Mar 14:35
362e773

Choose a tag to compare

Features

  • Add localization for Italian, Chinese (Taiwan), and Chinese (PRC) languages #2104

20.2 RTM

17 Dec 07:36
1e37b7e

Choose a tag to compare

Merge pull request #2102 from IgniteUI/valadzhov/fixing-syntactic-errors

Removing whitespaces.

20.1 Service Release 2

04 Nov 21:55
fe7d885

Choose a tag to compare

Merge pull request #2078 from IgniteUI/PMiteva/fix-bug-2076-v20.1

browserDefault selectionOnFocus should preserve caret…

20.1 Service Release 1

16 Jul 10:11
fe7d885

Choose a tag to compare

Bugs

  • igTextEditor selects all the text when the browser window gets focused again. #2076
  • Move thin scrollbars to show only after scrolling has started and not on touchstart. PR #2072

19.2 Service Release 3

04 Nov 16:46
eb05104

Choose a tag to compare

Merge pull request #2080 from IgniteUI/PMiteva/fix-bug-2076-v19.2

browserDefault selectionOnFocus should preserve caret…

19.2 Service Release 2

16 Jul 09:34
eb05104

Choose a tag to compare

Bugs

  • igTextEditor selects all the text when the browser window gets focused again. #2076
  • Move thin scrollbars to show only after scrolling has started and not on touchstart. PR #2072

20.1 RTM

03 Jun 09:26
3fa4abe

Choose a tag to compare

20.1.26

Merge pull request #2070 from IgniteUI/dependabot/npm_and_yarn/jquery…

19.2 Service Release 1

13 Apr 13:08
9f36b3e

Choose a tag to compare

Bug Fixes

  • If the default bootstrap4 theme is applied, the igCheckboxEditor checked icon is not visible. #1984
  • When scrolling a virtualized igCombo, with defined itemTemplate, the list is barely scrolled. #2015
  • If igDateEditor input and display formats are set, using the following format HH:mm:ss.fff, milliseconds date part is displayed as 0 and when the editor is blurred then the value of the milliseconds is also set to 0. #2016
  • When using jQuery version 3.4.0 and when igDatePicker suppressKeyboard option is enabled then control input does not lose focus when drop down is expanded. #2002
  • igDataSource class uses escape method to encodeUrl, which is deprecated and uses % for encoding, which is not approved standard and support for it will be dropped in further versions of .NET. #2048
  • In igEditors implementation, the jQuery's trim method is called with an extra parameter, which is not necessary. #2007
  • When igPopover is shown to the right and containment is set, while there isn't enough space to the right for popover to fit, then popover shows bellow the containment element instead showing over the input. #1918
  • The < character cannot be used in igTree node attribute. #2033