@breadstone/mosaik-elements-angular 0.0.170 → 0.0.172
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 +17 -3
- package/fesm2022/mosaik-elements-angular.mjs +1337 -1097
- package/fesm2022/mosaik-elements-angular.mjs.map +1 -1
- package/package.json +4 -4
- package/{index.d.ts → types/mosaik-elements-angular.d.ts} +277 -106
- package/types/mosaik-elements-angular.d.ts.map +1 -0
- package/index.d.ts.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## 0.0.172 (2025-11-21)
|
|
2
|
+
|
|
3
|
+
This was a version bump only for mosaik-elements-angular to align it with other projects, there were no code changes.
|
|
4
|
+
|
|
5
|
+
## 0.0.171 (2025-11-21)
|
|
6
|
+
|
|
7
|
+
### 🚀 Features
|
|
8
|
+
|
|
9
|
+
- add FlipToDirective for flipping components and ReactiveFormValidator for form validation ([ba607ccc49](https://github.com/RueDeRennes/mosaik/commit/ba607ccc49))
|
|
10
|
+
|
|
11
|
+
### 🩹 Fixes
|
|
12
|
+
|
|
13
|
+
- **release:** update release version to 0.0.170 ([089a682d6f](https://github.com/RueDeRennes/mosaik/commit/089a682d6f))
|
|
14
|
+
|
|
1
15
|
## 0.0.170 (2025-10-28)
|
|
2
16
|
|
|
3
17
|
### 🩹 Fixes
|
|
@@ -231,7 +245,7 @@ This was a version bump only for mosaik-elements-angular to align it with other
|
|
|
231
245
|
|
|
232
246
|
- Add ThemeService for managing theme application and properties ([a3cb9be861](https://github.com/RueDeRennes/mosaik/commit/a3cb9be861))
|
|
233
247
|
- Add Audio Component and related functionality ([a66b67efb6](https://github.com/RueDeRennes/mosaik/commit/a66b67efb6))
|
|
234
|
-
- Add new Map and Thumbnail components with Cosmopolitan, Joy, and
|
|
248
|
+
- Add new Map and Thumbnail components with Cosmopolitan, Joy, and Memphis themes ([5142fee885](https://github.com/RueDeRennes/mosaik/commit/5142fee885))
|
|
235
249
|
- add serve scripts for app and API in package.json ([1ad4faa834](https://github.com/RueDeRennes/mosaik/commit/1ad4faa834))
|
|
236
250
|
- add ChatMessageReaction component with styles and templates ([1975e07a4a](https://github.com/RueDeRennes/mosaik/commit/1975e07a4a))
|
|
237
251
|
- add ChatInputAttachmentList component and update related props and events in ChatComponent ([70f0005bc5](https://github.com/RueDeRennes/mosaik/commit/70f0005bc5))
|
|
@@ -264,7 +278,7 @@ This was a version bump only for mosaik-elements-angular to align it with other
|
|
|
264
278
|
|
|
265
279
|
### 🚀 Features
|
|
266
280
|
|
|
267
|
-
- Add BusyState and VoiceRecorder components with Joy and
|
|
281
|
+
- Add BusyState and VoiceRecorder components with Joy and Memphis themes ([eb1887d8e3](https://github.com/RueDeRennes/mosaik/commit/eb1887d8e3))
|
|
268
282
|
- **chat-tools:** integrate attachment and reaction chat tools ([89e61d7157](https://github.com/RueDeRennes/mosaik/commit/89e61d7157))
|
|
269
283
|
|
|
270
284
|
## 0.0.127 (2025-08-21)
|
|
@@ -572,7 +586,7 @@ This was a version bump only for mosaik-elements-angular to align it with other
|
|
|
572
586
|
|
|
573
587
|
### 🚀 Features
|
|
574
588
|
|
|
575
|
-
- enhance HTML code generation with new abstract methods and self-closing tag support feat: update icon registration to support aliases for icons style: adjust drawer component styles to use line thickness variable chore: add line thickness property to drawer theme tokens in Cosmopolitan, Joy, and
|
|
589
|
+
- enhance HTML code generation with new abstract methods and self-closing tag support feat: update icon registration to support aliases for icons style: adjust drawer component styles to use line thickness variable chore: add line thickness property to drawer theme tokens in Cosmopolitan, Joy, and Memphis themes ([0174ad7acb](https://github.com/RueDeRennes/mosaik/commit/0174ad7acb))
|
|
576
590
|
- update release version to 0.0.80 in package.json ([96a94fca93](https://github.com/RueDeRennes/mosaik/commit/96a94fca93))
|
|
577
591
|
|
|
578
592
|
## 0.0.80 (2025-07-30)
|