@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 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anglr/select",
3
- "version": "13.1.0",
3
+ "version": "13.1.1-beta.20250516041747",
4
4
  "description": "Angular component representing html select",
5
5
  "type": "module",
6
6
  "sideEffects": false,
package/version.bak CHANGED
@@ -1 +1 @@
1
- 13.1.0
1
+ 13.1.1-beta.20250516041747