Skip to content

Commit 6eb5463

Browse files
authored
(release): 51.0.0 (#1168)
This release contains bugfixes and improvements, while introducing a new look for several components. - Feature: New look and feel for several components - Feature: CSS variable for input style - Feature (`ngx-select`): New selection pattern - Feature (`ngx-select`): Multiselect with checkboxes - Feature: Updated several components to reference CSS variables instead of SASS - Feature: New spacing CSS variables - Feature: (`ngx-list`): rowHeight is now configurable as Input. - Feature (`ngx-select`): `withMargin` input when set to false will display ngx-select marginless. - Feature (`ngx-select`, `ngx-input`): `withHint` input when set to false will not display a block element for the hint. - Fix (`ngx-dialog`): Default border radius for dialog that could interfere with custom template. - Fix (`ngx-checkbox`): Removed duplicate output emission - Fix (`ngx-date-range-picker`): Preset values now retain their relative expressions when cancel is clicked, instead of being converted to timestamps - Fix (`ngx-date-range-picker`): Fix highlight the date for given `selectedRange` values. - Fix (`ngx-select`): Fix filtering of numeric option values. - Fix: Design related issues in several components. - Fix: Button Group appeared misaligned when using a dropdown toggle - Fix: base font CSS variables should be rem
1 parent d43ca52 commit 6eb5463

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

projects/swimlane/ngx-ui/CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,27 @@
22

33
## HEAD (unreleased)
44

5-
- Feature: (`ngx-list`): Make rowHeight configurable as Input.
5+
## 51.0.0 (2025-12-2)
6+
7+
This release contains bugfixes and improvements, while introducing a new look for several components.
8+
9+
- Feature: New look and feel for several components
10+
- Feature: CSS variable for input style
11+
- Feature (`ngx-select`): New selection pattern
12+
- Feature (`ngx-select`): Multiselect with checkboxes
13+
- Feature: Updated several components to reference CSS variables instead of SASS
14+
- Feature: New spacing CSS variables
15+
- Feature: (`ngx-list`): rowHeight is now configurable as Input.
16+
- Feature (`ngx-select`): `withMargin` input when set to false will display ngx-select marginless.
17+
- Feature (`ngx-select`, `ngx-input`): `withHint` input when set to false will not display a block element for the hint.
18+
- Fix (`ngx-dialog`): Default border radius for dialog that could interfere with custom template.
19+
- Fix (`ngx-checkbox`): Removed duplicate output emission
20+
- Fix (`ngx-date-range-picker`): Preset values now retain their relative expressions when cancel is clicked, instead of being converted to timestamps
21+
- Fix (`ngx-date-range-picker`): Fix highlight the date for given `selectedRange` values.
22+
- Fix (`ngx-select`): Fix filtering of numeric option values.
23+
- Fix: Design related issues in several components.
24+
- Fix: Button Group appeared misaligned when using a dropdown toggle
25+
- Fix: base font CSS variables should be rem
626

727
## 51.0.0-alpha.4 (2025-11-13)
828

projects/swimlane/ngx-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swimlane/ngx-ui",
3-
"version": "51.0.0-alpha.4",
3+
"version": "51.0.0",
44
"engines": {
55
"node": ">=18.0.0"
66
},

0 commit comments

Comments
 (0)