Skip to content

Commit 03d1a10

Browse files
committed
Merge branch 'master' of https://github.com/IgniteUI/igniteui-angular into rivanova/fix-15020-master
2 parents f30f899 + 66906e3 commit 03d1a10

File tree

64 files changed

+2894
-2245
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+2894
-2245
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Ignite UI for Angular Change Log
22

33
All notable changes for each version of this project will be documented in this file.
4-
54
## 19.1.0
65
### General
76
- `IgxCarousel`
@@ -11,6 +10,12 @@ All notable changes for each version of this project will be documented in this
1110
- `IgxSlide`
1211
- **Deprecation** - `tabIndex` has been deprecated and will be removed in a future version.
1312

13+
### New Features
14+
- `IgxBanner`
15+
- Introduced a new `expanded` input property, enabling dynamic control over the banner's state. The banner can now be programmatically set to expanded (visible) or collapsed (hidden) both initially and at runtime. Animations will trigger during runtime updates — the **open animation** plays when `expanded` is set to `true`, and the **close animation** plays when set to `false`. However, no animations will trigger when the property is set initially.
16+
- The banner's event lifecycle (`opening`, `opened`, `closing`, `closed`) only triggers through **user interactions** (e.g., clicking to open/close). Programmatic updates using the `expanded` property will not fire any events.
17+
- If the `expanded` property changes during an ongoing animation, the current animation will **stop** and the opposite animation will begin from the **point where the previous animation left off**. For instance, if the open animation (10 seconds) is interrupted at 6 seconds and `expanded` is set to `false`, the close animation (5 seconds) will start from its 3rd second.
18+
1419
## 19.0.0
1520
### General
1621
- `IgxFilteringService`, `IgxGridBaseDirective`
@@ -80,6 +85,7 @@ All notable changes for each version of this project will be documented in this
8085
- `IgxGridState`
8186
- When possible the state directive nows reuses the column that already exists on the grid when restoring the state, instead of creating new column instances every time. This removes the need to set any complex objects manually back on the column on `columnInit`. The only instance where this is still necessary is when the column (or its children in case of column groups) have no `field` property so there's no way to uniquely identify the matching column.
8287
- Added support for persisting Multi-Row Layout.
88+
8389
### Themes
8490
- **Breaking Change** `Palettes`
8591
- All palette colors have been migrated to the [CSS relative colors syntax](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_colors/Relative_colors). This means that color consumed as CSS variables no longer need to be wrapped in an `hsl` function.

ROADMAP.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22

33
# Current Milestone
44

5-
## Milestone 35, (Due by Jan, 2025)
5+
## Milestone 36, version 19.1 (Due by Feb, 2025)
66

7-
1. Tile Manager - new component [#239](https://github.com/IgniteUI/igniteui-angular/issues/239)
8-
2. Query Builder component update [#14979](https://github.com/IgniteUI/igniteui-angular/issues/14979)
9-
3. IgxBannerComponent - Support collapsed input [#14890](https://github.com/IgniteUI/igniteui-angular/issues/14890)
10-
4. Update of the carousel component [#15025](https://github.com/IgniteUI/igniteui-angular/issues/15025)
7+
1. Query Builder multi-table query support [#14979](https://github.com/IgniteUI/igniteui-angular/issues/14979)
8+
2. IgxBannerComponent - Support collapsed input [#14890](https://github.com/IgniteUI/igniteui-angular/issues/14890)
9+
3. Carousel component vertical orientation support [#15025](https://github.com/IgniteUI/igniteui-angular/issues/15025)
1110

1211
## Going down the road
1312

1413
1. Provide an option to modify the default enter edit mode conditions, to e.g. allow edit mode start on a single click [#14658](https://github.com/IgniteUI/igniteui-angular/issues/14658)
1514
2. Provide an excel-like navigation mode for editing where all arrow keys navigate the cell in edit mode. [#14659](https://github.com/IgniteUI/igniteui-angular/issues/14659)
1615
3. Extend the 18.2 editorOptions property to allow modifying numeric editors to not change the value on up/down arrow press [#14660](https://github.com/IgniteUI/igniteui-angular/issues/14660)
16+
4. Tile Manager - layout component [#239](https://github.com/IgniteUI/igniteui-angular/issues/239)
1717

1818
# Previous Milestone
1919

0 commit comments

Comments
 (0)