Skip to content

improve checkbox theme and add missing properties #15533

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
914365b
feat(checkbox): improve checkbox theme and add missing properties
didimmova Mar 18, 2025
7110f09
Fix filtering expression throwing error with no columns. Related fixe…
skrustev Mar 25, 2025
f99e4f5
feat(igxGrid): Apply min/max width constraints on user-set and auto-w…
MayaKirova Mar 26, 2025
141ca8c
fix: memory leaks; tests, deps, demos, and SSR updates (#15397)
pmoleri Mar 26, 2025
59c0e76
refactor(switch): remove invalid state related props (#15606)
SisIvanova Mar 27, 2025
38cc279
fix(circular-progress): make sure that the fill-color-default can be …
desig9stein Mar 27, 2025
ed90b04
[Grid]: fix sorting icon color (#15570)
desig9stein Mar 27, 2025
64aa86d
fix(query-builder): test dnd test broken down in four
ivanvpetrov Mar 27, 2025
682ba7f
[Card]: refactor spacing (#15599)
desig9stein Mar 27, 2025
d645f8d
Merge branch 'master' into ipetrov/dnd-test-break-down
teodosiah Mar 27, 2025
5c210da
chore(query-builder): test function renamed
ivanvpetrov Mar 27, 2025
e7bb8dd
Merge pull request #15613 from IgniteUI/ipetrov/dnd-test-break-down
igdmdimitrov Mar 27, 2025
b248b4c
Query Builder - fix keyboard ghost text color (#15552)
desig9stein Mar 28, 2025
eb58644
fix(query-builder): prevent fields collection change (#15607)
teodosiah Mar 31, 2025
b0a8991
fix(elements): Add tag for Expression Tree to generate as a class in …
skrustev Mar 31, 2025
84295e1
bug(chips): fix progressbar size (#15632)
didimmova Apr 1, 2025
dd4a4c5
bug(chips): fix progressbar size (#15633)
didimmova Apr 1, 2025
1fb2e40
fix(tree): fix igx-circular-bar in context of tree component (#15629)
desig9stein Apr 2, 2025
578bb6b
deps(theming): bump to latest version (#15653)
simeonoff Apr 2, 2025
795ac2b
fix(chip): update chip bootstrap styles (#15637)
didimmova Apr 2, 2025
bad2dea
fix(for-of): If there is no sizeCache when updating, assign default i…
mddragnev Apr 2, 2025
4b378c9
Merge pull request #15636 from IgniteUI/skrastev/filtering-expression…
dkamburov Apr 3, 2025
974e6ad
feat(hierarchical-grid): add parentRowData to IGridCreatedEventArgs (…
viktorkombov Apr 4, 2025
d01b020
fix(*): adding random function for unsecure context #15461 (#15596)
ChronosSF Apr 4, 2025
f563acd
refactor(calendar): remove unused theme parameters (#15667)
desig9stein Apr 8, 2025
405960d
fix(calendar): fix range preview inactive dates text color (#15670)
desig9stein Apr 8, 2025
f6254a2
fix(icons): Unclosed svg path (#15693)
SisIvanova Apr 8, 2025
71557ea
feat(GridBase): Apply spec for server-side rendering for relative gri…
MayaKirova Apr 9, 2025
f153d4d
fix(hgrid): provide HierarchicalRemoteService to the demo (#15705)
teodosiah Apr 10, 2025
fb64804
fix(calendar): range radius (#15690)
desig9stein Apr 14, 2025
7993b5d
fix(card/action-strip): not working properties (#15701)
SisIvanova Apr 14, 2025
c749f1f
fix(list): focus styles (#15718)
SisIvanova Apr 14, 2025
044db87
fix(input-group): fluent theme discrepancies (#15700)
SisIvanova Apr 15, 2025
ff00688
feat(h-grid): add support for advanced filtering (#15562)
igdmdimitrov Apr 15, 2025
3e3b3fe
fix(grid): strict string typing the grid paging mode (#15706)
ChronosSF Apr 16, 2025
f13f648
Sizing panes corectly with minSize and when the browser is shrinked (…
IvanKitanov17 Apr 16, 2025
70b40f9
Merge remote-tracking branch 'origin/didimmova/improve-component-them…
didimmova Apr 16, 2025
b6b3fea
Merge remote-tracking branch 'origin/master' into didimmova/improve-c…
didimmova Apr 16, 2025
ece027e
refactor(checkbox): use transparent color for disabled-indeterminate
didimmova Apr 17, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [18.x, 20.x]
node-version: [20.x, 22.x]

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
node-version: 22
cache: 'npm'
registry-url: 'https://registry.npmjs.org'
- run: echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV
Expand Down
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,23 @@
All notable changes for each version of this project will be documented in this file.

## 19.2.0

### General
- `IgxCarousel`
- Removed deprecated property `keyboardSupport`.
- `IgxSlide`
- **Deprecation** - `tabIndex` has been deprecated and will be removed in a future version.
- `IgxGrid`, `IgxHierarchicalGrid`, `IgxTreeGrid`
- A column's `minWidth` and `maxWidth` constrain the user-specified `width` so that it cannot go outside their bounds.
- In SSR mode grid with height 100% or with no height will render on the server with % size and with no data. The grid will show either the empty grid template or the loading indicator (if isLoading is true).
- In SSR mode grid with width 100% or with no width will render on the server with % size and with all columns.
- `IgxHierarchicalGrid`
- Introduced a new advanced filtering capability that enables top-level records to be dynamically refined based on the attributes or data of their associated child records.
- Added a new `schema` input property that can be used to pass collection of `EntityType` objects. This property is required for remote data scenarios.
- `IgxQueryBuilderComponent`, `IgxAdvancedFilteringDialogComponent`
- Added support for entities with hierarchical structure.
- `EntityType`
- A new optional property called `childEntities` has been introduced that can be used to create nested entities.

## 19.1.1
### New Features
Expand All @@ -25,7 +37,7 @@ All notable changes for each version of this project will be documented in this
- 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.
- 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.
- 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.
- `IgxQueryBuilder` has new design that comes with updated appearance and new functionality
- `IgxQueryBuilder` has a new design that comes with an updated appearance and new functionality
- `IgxQueryBuilderComponent`
- Introduced the ability to create nested queries by specifying IN/NOT IN operators.
- Introduced the ability to reposition condition chips by dragging or using `Arrow Up/Down`.
Expand Down
1 change: 0 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,6 @@
]
},
"server": "projects/bundle-test/src/main.server.ts",
"prerender": true,
"ssr": {
"entry": "projects/bundle-test/server.ts"
}
Expand Down
Loading