smt-select 0.1.0 → 0.1.1

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.
Files changed (2) hide show
  1. package/README.md +11 -1
  2. package/package.json +5 -3
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # SmtSelect 🚀
1
+ # smt-select 👆
2
2
 
3
3
  A high-performance, lightweight, and customizable **Angular Select Component** with built-in Virtual Scroll and Search capabilities.
4
4
 
@@ -13,6 +13,16 @@ A high-performance, lightweight, and customizable **Angular Select Component** w
13
13
 
14
14
  ---
15
15
 
16
+ ## 🧩 Angular Compatibility
17
+
18
+ | Angular Version | Support |
19
+ |-----------------|---------|
20
+ | 21.x | ✅ Yes |
21
+ | 20.x | ✅ Yes |
22
+ | 19.x | ✅ Yes |
23
+ | 18.x | ✅ Yes |
24
+
25
+
16
26
  ## 🚀 Installation
17
27
 
18
28
  Install the package via npm:
package/package.json CHANGED
@@ -1,11 +1,13 @@
1
1
  {
2
2
  "name": "smt-select",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "license": "MIT",
5
5
  "author": "Samet Acar",
6
6
  "peerDependencies": {
7
- "@angular/common": "^21.0.0",
8
- "@angular/core": "^21.0.0"
7
+ "@angular/common": "^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0",
8
+ "@angular/core": "^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0",
9
+ "@angular/forms": "^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0",
10
+ "@angular/cdk": "^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0"
9
11
  },
10
12
  "dependencies": {
11
13
  "tslib": "^2.3.0"