@anglr/select 13.1.0 → 13.1.1-beta.20250516041747
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/changelog.md +11 -0
- package/package.json +1 -1
- package/version.bak +1 -1
package/changelog.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## Version 12.1.0 (2025-05-16)
|
|
4
|
+
|
|
5
|
+
### Features
|
|
6
|
+
|
|
7
|
+
- backported changes from 13.1.0
|
|
8
|
+
- updated `NgSelectOptions` interface
|
|
9
|
+
- **new properties**
|
|
10
|
+
- `containerElement` string that defines element in which should be absolute popup rendered, if not specified, body is used, used only if absolute is set to true, otherwise it has no effect
|
|
11
|
+
- updated `NgSelectComponent` component
|
|
12
|
+
- now allows to render absolute popup in container element
|
|
13
|
+
|
|
3
14
|
## Version 13.1.0 (2025-04-28)
|
|
4
15
|
|
|
5
16
|
### Features
|
package/package.json
CHANGED
package/version.bak
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
13.1.
|
|
1
|
+
13.1.1-beta.20250516041747
|