@breadstone-tools/localizator-app 0.0.169 → 0.0.171

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 +223 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,3 +1,226 @@
1
+ ## 0.0.170 (2025-10-28)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - **release:** update release version to 0.0.169 ([77c58d1eea](https://github.com/RueDeRennes/mosaik/commit/77c58d1eea))
6
+
7
+ ## 0.0.169 (2025-10-28)
8
+
9
+ ### 🚀 Features
10
+
11
+ - **chat:** add author property to chat messages and update templates ([6e22d26e1d](https://github.com/RueDeRennes/mosaik/commit/6e22d26e1d))
12
+
13
+ ### 🩹 Fixes
14
+
15
+ - **release:** update release version to 0.0.168 ([1434c7a9fd](https://github.com/RueDeRennes/mosaik/commit/1434c7a9fd))
16
+
17
+ ## 0.0.168 (2025-10-26)
18
+
19
+ This was a version bump only for localizator-app to align it with other projects, there were no code changes.
20
+
21
+ ## 0.0.167 (2025-10-26)
22
+
23
+ This was a version bump only for localizator-app to align it with other projects, there were no code changes.
24
+
25
+ ## 0.0.166 (2025-10-26)
26
+
27
+ ### 🩹 Fixes
28
+
29
+ - **package:** add missing newline at end of file ([4aa435a5b6](https://github.com/RueDeRennes/mosaik/commit/4aa435a5b6))
30
+
31
+ ## 0.0.165 (2025-10-24)
32
+
33
+ ### 🚀 Features
34
+
35
+ - **List:** add orientation property and update styles for flexible layout ([44aa6a89cb](https://github.com/RueDeRennes/mosaik/commit/44aa6a89cb))
36
+
37
+ ## 0.0.164 (2025-10-24)
38
+
39
+ This was a version bump only for localizator-app to align it with other projects, there were no code changes.
40
+
41
+ ## 0.0.163 (2025-10-22)
42
+
43
+ ### 🚀 Features
44
+
45
+ - add DateAgo and TimeAgo pipes, directives, and services for time-based formatting ([40c3e551ba](https://github.com/RueDeRennes/mosaik/commit/40c3e551ba))
46
+
47
+ ## 0.0.162 (2025-10-22)
48
+
49
+ This was a version bump only for localizator-app to align it with other projects, there were no code changes.
50
+
51
+ ## 0.0.161 (2025-10-22)
52
+
53
+ This was a version bump only for localizator-app to align it with other projects, there were no code changes.
54
+
55
+ ## 0.0.160 (2025-10-21)
56
+
57
+ This was a version bump only for localizator-app to align it with other projects, there were no code changes.
58
+
59
+ ## 0.0.159 (2025-10-21)
60
+
61
+ ### 🩹 Fixes
62
+
63
+ - correct typo in TODO comment in TemplateType.ts and adjust formatting in ModelKind.ts and ModelKindRegistry.ts ([c8bcbb7a65](https://github.com/RueDeRennes/mosaik/commit/c8bcbb7a65))
64
+
65
+ ## 0.0.158 (2025-10-21)
66
+
67
+ ### 🚀 Features
68
+
69
+ - add options for ListElement and update release version to 0.0.157 ([0a28367587](https://github.com/RueDeRennes/mosaik/commit/0a28367587))
70
+
71
+ ### 🩹 Fixes
72
+
73
+ - correct typos in interface comments and update default configuration values ([dc58b1a35c](https://github.com/RueDeRennes/mosaik/commit/dc58b1a35c))
74
+
75
+ ## 0.0.157 (2025-10-19)
76
+
77
+ ### 🩹 Fixes
78
+
79
+ - add newline at end of file in package.json ([d0e684e967](https://github.com/RueDeRennes/mosaik/commit/d0e684e967))
80
+
81
+ ## 0.0.156 (2025-10-17)
82
+
83
+ ### 🩹 Fixes
84
+
85
+ - update release version to 0.0.156 in package.json ([323d1588b7](https://github.com/RueDeRennes/mosaik/commit/323d1588b7))
86
+ - update release version to 0.0.155 in package.json ([1f1946594c](https://github.com/RueDeRennes/mosaik/commit/1f1946594c))
87
+
88
+ ## 0.0.155 (2025-10-16)
89
+
90
+ ### 🩹 Fixes
91
+
92
+ - update release version to 0.0.154 in package.json ([d894b6b4a1](https://github.com/RueDeRennes/mosaik/commit/d894b6b4a1))
93
+
94
+ ## 0.0.154 (2025-10-16)
95
+
96
+ ### 🩹 Fixes
97
+
98
+ - remove deprecated -webkit-backdrop-filter from transition properties in theme styles refactor: simplify AutoCompleteBox styles for better maintainability chore: update release script to version 0.0.153 ([a7af7fe240](https://github.com/RueDeRennes/mosaik/commit/a7af7fe240))
99
+
100
+ ## 0.0.153 (2025-10-15)
101
+
102
+ ### 🩹 Fixes
103
+
104
+ - remove deprecated -webkit-backdrop-filter from transition properties in theme styles refactor: simplify AutoCompleteBox styles for better maintainability chore: update release script to version 0.0.153 ([a7af7fe240](https://github.com/RueDeRennes/mosaik/commit/a7af7fe240))
105
+
106
+ ## 0.0.152 (2025-10-15)
107
+
108
+ This was a version bump only for localizator-app to align it with other projects, there were no code changes.
109
+
110
+ ## 0.0.151 (2025-09-29)
111
+
112
+ ### 🚀 Features
113
+
114
+ - add wrap property to StackElement for flexible layout handling ([181634aa81](https://github.com/RueDeRennes/mosaik/commit/181634aa81))
115
+
116
+ ## 0.0.150 (2025-09-29)
117
+
118
+ ### 🩹 Fixes
119
+
120
+ - update release script version to 0.0.149 and adjust enum handling in modelClass function ([826e15bdf2](https://github.com/RueDeRennes/mosaik/commit/826e15bdf2))
121
+
122
+ ## 0.0.149 (2025-09-25)
123
+
124
+ This was a version bump only for localizator-app to align it with other projects, there were no code changes.
125
+
126
+ ## 0.0.148 (2025-09-25)
127
+
128
+ This was a version bump only for localizator-app to align it with other projects, there were no code changes.
129
+
130
+ ## 0.0.147 (2025-09-25)
131
+
132
+ ### 🩹 Fixes
133
+
134
+ - correct spelling of 'schema' in OpenApiParser logging ([1a75e6c62b](https://github.com/RueDeRennes/mosaik/commit/1a75e6c62b))
135
+
136
+ ## 0.0.146 (2025-09-16)
137
+
138
+ ### 🩹 Fixes
139
+
140
+ - update release script version to 0.0.145 and enhance logging output in TemplateBuilder ([c77501d259](https://github.com/RueDeRennes/mosaik/commit/c77501d259))
141
+
142
+ ## 0.0.145 (2025-09-16)
143
+
144
+ ### 🩹 Fixes
145
+
146
+ - update release version to 0.0.144 and improve type annotations in TemplateEngine ([c99a28f6b6](https://github.com/RueDeRennes/mosaik/commit/c99a28f6b6))
147
+
148
+ ## 0.0.144 (2025-09-16)
149
+
150
+ ### 🩹 Fixes
151
+
152
+ - correct spelling of 'preferred' in TemplateBuilder and related files ([5862673dc4](https://github.com/RueDeRennes/mosaik/commit/5862673dc4))
153
+
154
+ ## 0.0.143 (2025-09-16)
155
+
156
+ ### 🩹 Fixes
157
+
158
+ - update release script version to 0.0.142 ([b558893804](https://github.com/RueDeRennes/mosaik/commit/b558893804))
159
+
160
+ ## 0.0.142 (2025-09-15)
161
+
162
+ This was a version bump only for localizator-app to align it with other projects, there were no code changes.
163
+
164
+ ## 0.0.141 (2025-09-14)
165
+
166
+ ### 🚀 Features
167
+
168
+ - add comprehensive guidelines for code quality checks and testing standards across backend, frontend, and testing instructions ([9d9bcf13f9](https://github.com/RueDeRennes/mosaik/commit/9d9bcf13f9))
169
+
170
+ ### 🩹 Fixes
171
+
172
+ - add missing newline at end of package.json ([3309d1ee97](https://github.com/RueDeRennes/mosaik/commit/3309d1ee97))
173
+
174
+ ## 0.0.140 (2025-09-10)
175
+
176
+ This was a version bump only for localizator-app to align it with other projects, there were no code changes.
177
+
178
+ ## 0.0.139 (2025-09-08)
179
+
180
+ ### 🚀 Features
181
+
182
+ - add reorderable and resizable properties to TileListItemElement and update related styles ([84672caf3a](https://github.com/RueDeRennes/mosaik/commit/84672caf3a))
183
+
184
+ ## 0.0.138 (2025-09-07)
185
+
186
+ This was a version bump only for localizator-app to align it with other projects, there were no code changes.
187
+
188
+ ## 0.0.137 (2025-09-05)
189
+
190
+ ### 🚀 Features
191
+
192
+ - **build:** add environment variable sanitization to build summary ([b2f1e0830e](https://github.com/RueDeRennes/mosaik/commit/b2f1e0830e))
193
+
194
+ ## 0.0.136 (2025-09-04)
195
+
196
+ ### 🚀 Features
197
+
198
+ - add comprehensive coding standards for backend, frontend, and testing ([3987d97056](https://github.com/RueDeRennes/mosaik/commit/3987d97056))
199
+ - integrate build info into AppElement and update template to display build metadata ([afff580948](https://github.com/RueDeRennes/mosaik/commit/afff580948))
200
+
201
+ ### 🩹 Fixes
202
+
203
+ - standardize padding-top property in Banner styles and templates ([377e883410](https://github.com/RueDeRennes/mosaik/commit/377e883410))
204
+
205
+ ## 0.0.135 (2025-09-03)
206
+
207
+ ### 🚀 Features
208
+
209
+ - add build info plugin for Vite to collect and expose build metadata ([888ea8b254](https://github.com/RueDeRennes/mosaik/commit/888ea8b254))
210
+
211
+ ### 🩹 Fixes
212
+
213
+ - enhance build info logging format and update release version to 0.0.135 ([61b1c86643](https://github.com/RueDeRennes/mosaik/commit/61b1c86643))
214
+ - add missing newline at end of package.json ([cf3b9a3f21](https://github.com/RueDeRennes/mosaik/commit/cf3b9a3f21))
215
+
216
+ ## 0.0.134 (2025-09-01)
217
+
218
+ ### 🚀 Features
219
+
220
+ - Add ThemeService for managing theme application and properties ([a3cb9be861](https://github.com/RueDeRennes/mosaik/commit/a3cb9be861))
221
+ - Add new Map and Thumbnail components with Cosmopolitan, Joy, and Memphis themes ([5142fee885](https://github.com/RueDeRennes/mosaik/commit/5142fee885))
222
+ - add serve scripts for app and API in package.json ([1ad4faa834](https://github.com/RueDeRennes/mosaik/commit/1ad4faa834))
223
+
1
224
  ## 0.0.132 (2025-08-24)
2
225
 
3
226
  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.169",
4
+ "version": "0.0.171",
5
5
  "license": "MIT",
6
6
  "author": "andre.wehlert <awehlert@breadstone.de> (https://www.breadstone.de)",
7
7
  "repository": {
@@ -16,11 +16,11 @@
16
16
  "localizator": "./bin/localizator.js"
17
17
  },
18
18
  "dependencies": {
19
- "@breadstone-infrastructure/utilities": "^0.0.169",
20
- "@breadstone-tools/localizator-ai": "^0.0.169",
21
- "@breadstone-tools/localizator-core": "^0.0.169",
19
+ "@breadstone-infrastructure/utilities": "^0.0.171",
20
+ "@breadstone-tools/localizator-ai": "^0.0.171",
21
+ "@breadstone-tools/localizator-core": "^0.0.171",
22
22
  "cheerio": "^1.1.2",
23
23
  "cosmiconfig": "^9.0.0",
24
- "type-fest": "^5.1.0"
24
+ "type-fest": "^5.2.0"
25
25
  }
26
26
  }