@breadstone/mosaik-elements-angular 0.0.88 → 0.0.90

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,3 +1,17 @@
1
+ ## 0.0.90 (2025-08-08)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **select:** add filter functionality with placeholder support ([30207277b0](https://github.com/RueDeRennes/mosaik/commit/30207277b0))
6
+
7
+ ## 0.0.89 (2025-08-05)
8
+
9
+ ### 🚀 Features
10
+
11
+ - add FilterByPipe and OrderByPipe for enhanced array manipulation capabilities ([9ff230e3a7](https://github.com/RueDeRennes/mosaik/commit/9ff230e3a7))
12
+ - add OfPipe and FormatPipe exports to Cdk module ([4f9539aa58](https://github.com/RueDeRennes/mosaik/commit/4f9539aa58))
13
+ - add FormatPipe for string formatting functionality ([8f7f97fb1c](https://github.com/RueDeRennes/mosaik/commit/8f7f97fb1c))
14
+
1
15
  ## 0.0.88 (2025-08-04)
2
16
 
3
17
  ### 🚀 Features