@breadstone-tools/localizator-app 0.0.126 → 0.0.128

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/CHANGELOG.md +191 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,3 +1,194 @@
1
+ ## 0.0.127 (2025-08-21)
2
+
3
+ ### 🚀 Features
4
+
5
+ - add FormValidator2 and provideForms for enhanced form validation capabilities ([0202e7092e](https://github.com/RueDeRennes/mosaik/commit/0202e7092e))
6
+
7
+ ## 0.0.126 (2025-08-21)
8
+
9
+ This was a version bump only for localizator-app to align it with other projects, there were no code changes.
10
+
11
+ ## 0.0.125 (2025-08-20)
12
+
13
+ This was a version bump only for localizator-app to align it with other projects, there were no code changes.
14
+
15
+ ## 0.0.124 (2025-08-20)
16
+
17
+ ### 🚀 Features
18
+
19
+ - update ChoiceElement template and styles for additional slot support ([e9d020bdf9](https://github.com/RueDeRennes/mosaik/commit/e9d020bdf9))
20
+
21
+ ## 0.0.123 (2025-08-20)
22
+
23
+ ### 🚀 Features
24
+
25
+ - add alignment property to HintElement and update template to support it ([985785e116](https://github.com/RueDeRennes/mosaik/commit/985785e116))
26
+
27
+ ## 0.0.122 (2025-08-20)
28
+
29
+ ### 🩹 Fixes
30
+
31
+ - add missing newline at end of package.json ([d79563d401](https://github.com/RueDeRennes/mosaik/commit/d79563d401))
32
+
33
+ ## 0.0.121 (2025-08-20)
34
+
35
+ ### 🚀 Features
36
+
37
+ - Add ToggleButtonGroup and DockPanel components with associated styles and tokens ([a9728a1a4e](https://github.com/RueDeRennes/mosaik/commit/a9728a1a4e))
38
+
39
+ ## 0.0.120 (2025-08-18)
40
+
41
+ ### 🚀 Features
42
+
43
+ - Add ToggleButtonElementValueAccessor and integrate with ToggleButtonComponent ([5e831d7fbd](https://github.com/RueDeRennes/mosaik/commit/5e831d7fbd))
44
+
45
+ ## 0.0.119 (2025-08-18)
46
+
47
+ ### 🩹 Fixes
48
+
49
+ - **release:** update version to 0.0.118 in release script ([4ac4717314](https://github.com/RueDeRennes/mosaik/commit/4ac4717314))
50
+
51
+ ## 0.0.118 (2025-08-18)
52
+
53
+ ### 🩹 Fixes
54
+
55
+ - **dialog:** update part name from 'scroller' to 'scroll' in dialog content styles chore: update release version to 0.0.117 in package.json ([b6605f00c0](https://github.com/RueDeRennes/mosaik/commit/b6605f00c0))
56
+
57
+ ## 0.0.117 (2025-08-18)
58
+
59
+ ### 🩹 Fixes
60
+
61
+ - **dialog): correct part name from 'scroller' to 'scroll' in _DialogContentElement.scss chore(release:** update release script version to 0.0.116 in package.json ([549b90aade](https://github.com/RueDeRennes/mosaik/commit/549b90aade))
62
+
63
+ ## 0.0.116 (2025-08-18)
64
+
65
+ This was a version bump only for localizator-app to align it with other projects, there were no code changes.
66
+
67
+ ## 0.0.115 (2025-08-18)
68
+
69
+ This was a version bump only for localizator-app to align it with other projects, there were no code changes.
70
+
71
+ ## 0.0.114 (2025-08-17)
72
+
73
+ This was a version bump only for localizator-app to align it with other projects, there were no code changes.
74
+
75
+ ## 0.0.113 (2025-08-17)
76
+
77
+ This was a version bump only for localizator-app to align it with other projects, there were no code changes.
78
+
79
+ ## 0.0.112 (2025-08-16)
80
+
81
+ This was a version bump only for localizator-app to align it with other projects, there were no code changes.
82
+
83
+ ## 0.0.111 (2025-08-16)
84
+
85
+ This was a version bump only for localizator-app to align it with other projects, there were no code changes.
86
+
87
+ ## 0.0.110 (2025-08-16)
88
+
89
+ This was a version bump only for localizator-app to align it with other projects, there were no code changes.
90
+
91
+ ## 0.0.109 (2025-08-15)
92
+
93
+ ### 🚀 Features
94
+
95
+ - **instructions:** add initial blogpost writing guidelines and structure ([03fbd93fd8](https://github.com/RueDeRennes/mosaik/commit/03fbd93fd8))
96
+
97
+ ## 0.0.108 (2025-08-15)
98
+
99
+ ### 🚀 Features
100
+
101
+ - **dialog): enhance DialogPortalComponent with dynamic properties and update button appearance feat(translator:** improve addTranslations method to merge existing translations chore: update release script version to 0.0.107 ([e6974a901b](https://github.com/RueDeRennes/mosaik/commit/e6974a901b))
102
+
103
+ ## 0.0.107 (2025-08-15)
104
+
105
+ ### 🚀 Features
106
+
107
+ - **instructions:** add guideline for using "const object + derived union" pattern chore: update release version to 0.0.106 ([28ffdf76fb](https://github.com/RueDeRennes/mosaik/commit/28ffdf76fb))
108
+
109
+ ## 0.0.106 (2025-08-15)
110
+
111
+ ### 🚀 Features
112
+
113
+ - **instructions:** add guidelines for self-closing tags and update constructor injection recommendation ([12118c959d](https://github.com/RueDeRennes/mosaik/commit/12118c959d))
114
+
115
+ ## 0.0.105 (2025-08-14)
116
+
117
+ This was a version bump only for localizator-app to align it with other projects, there were no code changes.
118
+
119
+ ## 0.0.104 (2025-08-14)
120
+
121
+ This was a version bump only for localizator-app to align it with other projects, there were no code changes.
122
+
123
+ ## 0.0.103 (2025-08-13)
124
+
125
+ This was a version bump only for localizator-app to align it with other projects, there were no code changes.
126
+
127
+ ## 0.0.102 (2025-08-12)
128
+
129
+ ### 🩹 Fixes
130
+
131
+ - **release:** update release version to 0.0.101 in package.json ([86223aaef2](https://github.com/RueDeRennes/mosaik/commit/86223aaef2))
132
+
133
+ ## 0.0.101 (2025-08-12)
134
+
135
+ ### 🩹 Fixes
136
+
137
+ - **release:** update release version to 0.0.100 in package.json ([6b4d2ead65](https://github.com/RueDeRennes/mosaik/commit/6b4d2ead65))
138
+
139
+ ## 0.0.100 (2025-08-12)
140
+
141
+ ### 🩹 Fixes
142
+
143
+ - update release version to 0.0.99 in package.json ([00ce8821ae](https://github.com/RueDeRennes/mosaik/commit/00ce8821ae))
144
+
145
+ ## 0.0.99 (2025-08-11)
146
+
147
+ ### 🩹 Fixes
148
+
149
+ - update release version to 0.0.98 in package.json ([7b87750763](https://github.com/RueDeRennes/mosaik/commit/7b87750763))
150
+
151
+ ## 0.0.98 (2025-08-11)
152
+
153
+ ### 🩹 Fixes
154
+
155
+ - update release version to 0.0.97 in package.json ([332303fb5e](https://github.com/RueDeRennes/mosaik/commit/332303fb5e))
156
+
157
+ ## 0.0.97 (2025-08-11)
158
+
159
+ ### 🩹 Fixes
160
+
161
+ - update release version to 0.0.96 in package.json ([6837da25c3](https://github.com/RueDeRennes/mosaik/commit/6837da25c3))
162
+
163
+ ## 0.0.96 (2025-08-10)
164
+
165
+ ### 🩹 Fixes
166
+
167
+ - update @types/node to version 24.2.1 across multiple packages ([1d3b606f14](https://github.com/RueDeRennes/mosaik/commit/1d3b606f14))
168
+ - update release version to 0.0.95 in package.json ([c1d12c2301](https://github.com/RueDeRennes/mosaik/commit/c1d12c2301))
169
+
170
+ ## 0.0.95 (2025-08-09)
171
+
172
+ ### 🩹 Fixes
173
+
174
+ - update import path for FileCache and increment release version to 0.0.94 ([54601adcea](https://github.com/RueDeRennes/mosaik/commit/54601adcea))
175
+
176
+ ## 0.0.94 (2025-08-09)
177
+
178
+ ### 🩹 Fixes
179
+
180
+ - add missing newline at end of package.json ([32f8168058](https://github.com/RueDeRennes/mosaik/commit/32f8168058))
181
+
182
+ ## 0.0.93 (2025-08-09)
183
+
184
+ ### 🚀 Features
185
+
186
+ - implement caching utility and update executors to use it ([109456ef58](https://github.com/RueDeRennes/mosaik/commit/109456ef58))
187
+
188
+ ### 🩹 Fixes
189
+
190
+ - update cache enabling logic across multiple executors ([91828dcf26](https://github.com/RueDeRennes/mosaik/commit/91828dcf26))
191
+
1
192
  ## 0.0.92 (2025-08-08)
2
193
 
3
194
  This was a version bump only for localizator-app to align it with other projects, there were no code changes.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@breadstone-tools/localizator-app",
3
3
  "description": "Localizator app/cli",
4
- "version": "0.0.126",
4
+ "version": "0.0.128",
5
5
  "license": "MIT",
6
6
  "author": "andre.wehlert <awehlert@breadstone.de> (https://www.breadstone.de)",
7
7
  "repository": {
@@ -16,9 +16,9 @@
16
16
  "localizator": "./bin/localizator.js"
17
17
  },
18
18
  "dependencies": {
19
- "@breadstone-infrastructure/utilities": "^0.0.126",
20
- "@breadstone-tools/localizator-ai": "^0.0.126",
21
- "@breadstone-tools/localizator-core": "^0.0.126",
19
+ "@breadstone-infrastructure/utilities": "^0.0.128",
20
+ "@breadstone-tools/localizator-ai": "^0.0.128",
21
+ "@breadstone-tools/localizator-core": "^0.0.128",
22
22
  "cheerio": "^1.1.2",
23
23
  "cosmiconfig": "^9.0.0",
24
24
  "type-fest": "^4.41.0"