Releases: IgniteUI/igniteui-angular
Releases · IgniteUI/igniteui-angular
7.0.4-beta.0
Bug fixes
Revert "fix(grid): set min width to header groups programmatically" #3357
7.0.3
Bug fixes
- ng add igniteui-angular adds igniteui-cli package to both dependencies and devDependencies (#3254)
- Group column header is not styled correctly when moving that column (#3072)
- igx-grid: Filter row remains after disabling filtering feature (#3255)
- [igxGrid] Keyboard navigation between cells and filtering row with MCH (#3179)
- Argument $color of red($color) must be a color (#3190)
- Shell strings localization (#3237)
- Tabbing out of the combo search input not possible (#3200)
- Localization (i18n) not available for inputs/buttons on the grid filtering dialog (#2517)
- When in the tree grid are pinned columns and scroll horizontal the cells text is over the pinned text #3163
- Request for update of shell strings in Japanese (#3163)
- Refactor(themes): remove get-function calls (#3327)
- Fix(grid): recalculate grid body size when changing allowFiltering dynamically (#3321)
- Fix - Combo - Hide Search input when !filterable && !allowCustomValues - 7.0.x (#3314)
- Fixing column chooser column updating - 7.0.x (#3235)
- Disable combo checkbox animations on scroll (#3303)
- Added validation if last column collides with grid's scroll. (#3028) (#3100)
- Use value instead of ngModel to update editValue for checkbox and calendar in igxCell (#3225)
- Add @inheritdoc, create ScrollStrategy abstract class and fix method signatures 7.0.x (#3222)
- When scroll with the mouse wheel the value in datePicker editor for edited cell is empty (#2958)
- igxToolbar should have the option to add custom template (#2983)
- fix(grid): mark grid for check inside NgZone when resizing (#2792) (#3277)
- IgxGridHeaderGroupComponent should have preset min width (#3071)
- Tree grid selection (#3334)
7.0.3-beta.1
Bug fixes
- When in the tree grid are pinned columns and scroll horizontal the cells text is over the pinned text #3163
- Request for update of shell strings in Japanese #3260
- Refactor(themes): remove get-function calls #3327
- Fix(grid): recalculate grid body size when changing allowFiltering dynamically #3321
- Fix - Combo - Hide Search input when !filterable && !allowCustomValues - 7.0.x #3314
- Fixing column chooser column updating - 7.0.x #3235
- Disable combo checkbox animations on scroll #3303
7.0.3-beta.0
Bug fixes
ng add igniteui-angular
addsigniteui-cli
package to both dependencies and devDependencies. #3254- Group column header is not styled correctly when moving that column #3072
- igx-grid: Filter row remains after disabling filtering feature. #3255
- [igxGrid] Keyboard navigation between cells and filtering row with MCH #3179
- Argument
$color
ofred($color)
must be a color #3190 - Shell strings localization #3237
- Tabbing out of the combo search input not possible #3200
- Localization (i18n) not available for inputs/buttons on the grid filtering dialog #2517
7.0.2
7.0.2
Features
ng add igniteui-angular
support 🎉- You can now add Ignite UI for Angular to existing Angular CLI projects - simply run
ng add igniteui-angular
in your project.
This will install the package and all needed dependencies, add Ignite UI CLI so you can even quickly add components.
- You can now add Ignite UI for Angular to existing Angular CLI projects - simply run
- New component
IgxBannerComponent
:- Allows the developer to easily display a highly templateable message that requires minimal user interaction (1-2 actions) to be dismissed. Read up more information about the IgxBannerComponent in the official documentation or the ReadMe
igxNavbar
:- Added a new
igx-action-icon
directive that can be used to provide a custom template to be used instead of the default action icon on the left-most part of the navbar.
(Ifigx-action-icon
is provided, the default action icon will not be used.)
- Added a new
Bug fixes
igxGrid
- Filter row does not close when click button cancel, if the entered text is deleted (#3198)
- Prevent a potential memory leak (#3033)
- Filtering: Open dropdown on Alt+down, fixes input being populated on keyboard action (#3202)
- Row Selection: selected checkboxes are flickering on vertical scrolling (#2523)
- Row editing overlay animation should be bottom - top, when overlay is placed over the row (#3184)
6.2.3
6.2.3
igxGrid
resourceStrings
property added, which allows changing/localizing strings for component. If a new instance is set,
the changes will be applied to the particular instance of the component:
If only a value is updated, all component instances will be updated:this.grid.resourceStrings = { igx_grid_filter: 'My filter', igx_grid_filter_row_close: 'My close' };
this.grid.resourceStrings.igx_grid_filter = 'My filter';
igxTimePicker
:resourceStrings
property added, which allows changing/localizing strings for component.
- Localization
- Added an util function
changei18n
that takesIResourceStrings
object as parameter. Its values will be used as resource strings for all components
in the application. - Added an util function
getCurrentResourceStrings
that returns current resource strings for all components.
- Added an util function
ISortingEpression
:- The
ignoreCase
andstrategy
properties are moved back to optional, and theDefaultSortingStrategy
is now injected by theIgxSorting
, instead of being mandatory to pass to expressions.
- The
Bug fixes
igxGrid
- Filter row does not close when click button cancel, if the entered text is deleted (#3198)
- Prevent a potential memory leak (#3033)
- Filtering: Open dropdown on Alt+down, fixes input being populated on keyboard action (#3202)
- Row Selection: selected checkboxes are flickering on vertical scrolling (#2523)
- Row editing overlay animation should be bottom - top, when overlay is placed over the row (#3184)
7.0.1
6.2.2
7.0.0
6.2.1
6.2.1
Features
igxGrid
,igxChip
: Add display density DI token to igxGrid and igxChip (#2804)igxGrid
igxCombo
:- Added a new input property -
displayDensity
. It allows configuring thedisplayDensity
of the combo'svalue
andsearch
inputs. (PR #3007)
- Added a new input property -
igxDropDown
- Added a new property
maxHeight
, defining the max height of the drop down. (#3001)
- Added a new property
- Added migrations for Sass theme properties changes in 6.2.0 (#2994)
- Themes
- Introducing schemas for easier bootstrapping of component themes.
- Breaking change removed $variant from
igx-checkbox-theme
,igx-ripple-theme
,igx-switch-theme
,igx-input-group-theme
,igx-slider-theme
, andigx-tooltip-theme
. Use the$schema
prop, now available on all component themes to change the look for a specific theme. See the Theming documentation to learn more.
Bug fixes
igxGrid
- Filtering condition icon is not updated for boolean columns (#2936)
- Batch editing: Updating a cell with a value that evaluates to false does not mark it as dirty (#2940)
- Filtering input accepts value from calendar for unary conditions (#2937)
- When a number filter's value is deleted the grid is not refreshed (#2945)
- Improve keyboard navigation in filtering (#2951, #2941)
- Group By: Alt+ Arrow left/Right keys should not toggle the group row (#2950)
- Multi Column Header can be grouped (#2944)
- Group By: groupsRecords is not updated yet at the time of onGroupingDone event. (#2967)
- Paging: Blank space in rows area after vertical scrolling and navigating to next page (#2957)
- When date or boolean cell is in edit mode and press arrowUp or arrowDown key the page is scrolled (#2507)
- When deleting a row the Row Editing dialog should be closed (#2977)
- Group header with columns which width is defined as number throws an exception (#3020)
- Refactor header and filter cell components, Closes #2972, #2926, #2923, #2917, #2783, #3027, #2938
- Filter's UI dropdown is hidden under the bottom level of the grid (#2928)
- Cell is not editable on iOS (#2538)
IgxTreeGrid
- Cell selection wrong behavior when collapsing rows (#2935)
igxCombo
- Keyboard doesn't scroll virtualized items (#2999)
igxDatePicker
- Error emitting when value property is initialized with empty string. (#3021)
igxOverlay
- Drop-down flickers in IE and EDGE (#2867)
igxTabs
- Tabs don't not handle width change (#3030)
igxCalendar
- make all css class names unique (#2287)
- Fixed runtime errors when using the package in applications targeting es2015(es6) and newer (#3011)