Skip to content

Commit a9f0026

Browse files
committed
Merge branch 'hhristov/fix-simple-combo-tab-focus' of https://github.com/IgniteUI/igniteui-angular into hhristov/fix-simple-combo-tab-focus
2 parents ef6044a + b6cc68e commit a9f0026

File tree

64 files changed

+2773
-2215
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

+2773
-2215
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
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`
87
- **Behavioral Changes** - the `maximumIndicatorsCount` input property now defaults to `10`.
98
- **Deprecation** - `CarouselIndicatorsOrientation` enum members `top` and `bottom` have been deprecated and will be removed in a future version. Use `start` and `end` instead.
9+
### New Features
10+
- `IgxBanner`
11+
- 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.
12+
- 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.
13+
- 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.
1014

1115
## 19.0.0
1216
### General
@@ -77,6 +81,7 @@ All notable changes for each version of this project will be documented in this
7781
- `IgxGridState`
7882
- 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.
7983
- Added support for persisting Multi-Row Layout.
84+
8085
### Themes
8186
- **Breaking Change** `Palettes`
8287
- 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.

0 commit comments

Comments
 (0)