Skip to content

Commit ef8b02d

Browse files
authored
(release): 50.0.0-alpha.4 (#1118)
1 parent 8507272 commit ef8b02d

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

projects/swimlane/ngx-ui/CHANGELOG.md

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

33
## HEAD (unreleased)
44

5-
- Breaking (`ngx-column`): Dynamic Components now follow declarative syntax to support outputs, two-way data binding
5+
## 50.0.0-alpha.4 (2025-07-23)
6+
7+
- Breaking (`ngx-column`): Setting Dynamic Components in `content` now follow declarative syntax to support outputs, two-way data binding
68
- Fix (`ngx-date-range-picker`): Error handling for invalid custom input and updated preset list.
79

810
## 50.0.0-alpha.3 (2025-07-14)

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": "50.0.0-alpha.3",
3+
"version": "50.0.0-alpha.4",
44
"engines": {
55
"node": ">=18.0.0"
66
},

src/app/components/column-page/column-page.component.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,10 @@ <h3 class="style-header" id="ngx-columns-column-spec">ngx-columns Column</h3>
9494
<p>
9595
Column can either accept a list of Columns set on the children property or a custom template set on the
9696
content property. Internally ngx-columns will display either a list of options or the custom content
97-
specified. The content property model maps to the same interface used by *ngComponentOutlet. When content
98-
is specified, use component, inputs, and outputs to pass models to the internal view.
97+
specified. The content property model maps to the same interface used by vcr().createComponent(). When
98+
content is specified, set a component property to the Component reference you wish to dynamically
99+
generate. The component property is passed in the first argument of createComponent internally. Pass any
100+
option to the second argument of createComponent using the options property.
99101
</p>
100102

101103
<p>

0 commit comments

Comments
 (0)