@breadstone-infrastructure/utilities 0.0.224 → 0.0.227

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 (438) hide show
  1. package/CHANGELOG.md +1562 -0
  2. package/{IO → io}/Path.Test.js +0 -8
  3. package/{IO → io}/Path.Test.js.map +1 -1
  4. package/package.json +2 -2
  5. package/IO/PcfControlManifest.d.ts +0 -79
  6. package/IO/PcfControlManifest.d.ts.map +0 -1
  7. package/IO/PcfControlManifest.js +0 -103
  8. package/IO/PcfControlManifest.js.map +0 -1
  9. package/IO/vNext/FileCache.d.ts +0 -46
  10. package/IO/vNext/FileCache.d.ts.map +0 -1
  11. package/IO/vNext/FileCache.js +0 -94
  12. package/IO/vNext/FileCache.js.map +0 -1
  13. package/IO/vNext/FileSystem.d.ts +0 -107
  14. package/IO/vNext/FileSystem.d.ts.map +0 -1
  15. package/IO/vNext/FileSystem.js +0 -148
  16. package/IO/vNext/FileSystem.js.map +0 -1
  17. package/IO/vNext/FileTracker.d.ts +0 -73
  18. package/IO/vNext/FileTracker.d.ts.map +0 -1
  19. package/IO/vNext/FileTracker.js +0 -116
  20. package/IO/vNext/FileTracker.js.map +0 -1
  21. package/IO/vNext/Interfaces/IFileCache.d.ts +0 -56
  22. package/IO/vNext/Interfaces/IFileCache.d.ts.map +0 -1
  23. package/IO/vNext/Interfaces/IFileCache.js +0 -3
  24. package/IO/vNext/Interfaces/IFileCache.js.map +0 -1
  25. package/IO/vNext/Interfaces/IFileSystem.d.ts +0 -102
  26. package/IO/vNext/Interfaces/IFileSystem.d.ts.map +0 -1
  27. package/IO/vNext/Interfaces/IFileSystem.js +0 -4
  28. package/IO/vNext/Interfaces/IFileSystem.js.map +0 -1
  29. package/IO/vNext/Interfaces/IFileTracker.d.ts +0 -15
  30. package/IO/vNext/Interfaces/IFileTracker.d.ts.map +0 -1
  31. package/IO/vNext/Interfaces/IFileTracker.js +0 -4
  32. package/IO/vNext/Interfaces/IFileTracker.js.map +0 -1
  33. /package/{Cli → cli}/Program.d.ts +0 -0
  34. /package/{Cli → cli}/Program.d.ts.map +0 -0
  35. /package/{Cli → cli}/Program.js +0 -0
  36. /package/{Cli → cli}/Program.js.map +0 -0
  37. /package/{Cli → cli}/ProgramArgs.d.ts +0 -0
  38. /package/{Cli → cli}/ProgramArgs.d.ts.map +0 -0
  39. /package/{Cli → cli}/ProgramArgs.js +0 -0
  40. /package/{Cli → cli}/ProgramArgs.js.map +0 -0
  41. /package/{Cli → cli}/ProgramCommandResult.d.ts +0 -0
  42. /package/{Cli → cli}/ProgramCommandResult.d.ts.map +0 -0
  43. /package/{Cli → cli}/ProgramCommandResult.js +0 -0
  44. /package/{Cli → cli}/ProgramCommandResult.js.map +0 -0
  45. /package/{Cli → cli}/ProgramCommands.d.ts +0 -0
  46. /package/{Cli → cli}/ProgramCommands.d.ts.map +0 -0
  47. /package/{Cli → cli}/ProgramCommands.js +0 -0
  48. /package/{Cli → cli}/ProgramCommands.js.map +0 -0
  49. /package/{Cli → cli}/ProgramConfig.d.ts +0 -0
  50. /package/{Cli → cli}/ProgramConfig.d.ts.map +0 -0
  51. /package/{Cli → cli}/ProgramConfig.js +0 -0
  52. /package/{Cli → cli}/ProgramConfig.js.map +0 -0
  53. /package/{Cli → cli}/ProgramDoneFn.d.ts +0 -0
  54. /package/{Cli → cli}/ProgramDoneFn.d.ts.map +0 -0
  55. /package/{Cli → cli}/ProgramDoneFn.js +0 -0
  56. /package/{Cli → cli}/ProgramDoneFn.js.map +0 -0
  57. /package/{Cli/Abstracts → cli/abstracts}/ProgramCommandBase.d.ts +0 -0
  58. /package/{Cli/Abstracts → cli/abstracts}/ProgramCommandBase.d.ts.map +0 -0
  59. /package/{Cli/Abstracts → cli/abstracts}/ProgramCommandBase.js +0 -0
  60. /package/{Cli/Abstracts → cli/abstracts}/ProgramCommandBase.js.map +0 -0
  61. /package/{Cli/Builders → cli/builders}/ProgramBuilder.d.ts +0 -0
  62. /package/{Cli/Builders → cli/builders}/ProgramBuilder.d.ts.map +0 -0
  63. /package/{Cli/Builders → cli/builders}/ProgramBuilder.js +0 -0
  64. /package/{Cli/Builders → cli/builders}/ProgramBuilder.js.map +0 -0
  65. /package/{Cli/Builders → cli/builders}/ProgramCommandBuilder.d.ts +0 -0
  66. /package/{Cli/Builders → cli/builders}/ProgramCommandBuilder.d.ts.map +0 -0
  67. /package/{Cli/Builders → cli/builders}/ProgramCommandBuilder.js +0 -0
  68. /package/{Cli/Builders → cli/builders}/ProgramCommandBuilder.js.map +0 -0
  69. /package/{Cli/Interfaces → cli/interfaces}/IProgramArg.d.ts +0 -0
  70. /package/{Cli/Interfaces → cli/interfaces}/IProgramArg.d.ts.map +0 -0
  71. /package/{Cli/Interfaces → cli/interfaces}/IProgramArg.js +0 -0
  72. /package/{Cli/Interfaces → cli/interfaces}/IProgramArg.js.map +0 -0
  73. /package/{Cli/Interfaces → cli/interfaces}/IProgramArgOptions.d.ts +0 -0
  74. /package/{Cli/Interfaces → cli/interfaces}/IProgramArgOptions.d.ts.map +0 -0
  75. /package/{Cli/Interfaces → cli/interfaces}/IProgramArgOptions.js +0 -0
  76. /package/{Cli/Interfaces → cli/interfaces}/IProgramArgOptions.js.map +0 -0
  77. /package/{Cli/Interfaces → cli/interfaces}/IProgramArgs.d.ts +0 -0
  78. /package/{Cli/Interfaces → cli/interfaces}/IProgramArgs.d.ts.map +0 -0
  79. /package/{Cli/Interfaces → cli/interfaces}/IProgramArgs.js +0 -0
  80. /package/{Cli/Interfaces → cli/interfaces}/IProgramArgs.js.map +0 -0
  81. /package/{Cli/Interfaces → cli/interfaces}/IProgramCommand.d.ts +0 -0
  82. /package/{Cli/Interfaces → cli/interfaces}/IProgramCommand.d.ts.map +0 -0
  83. /package/{Cli/Interfaces → cli/interfaces}/IProgramCommand.js +0 -0
  84. /package/{Cli/Interfaces → cli/interfaces}/IProgramCommand.js.map +0 -0
  85. /package/{Cli/Interfaces → cli/interfaces}/IProgramCommands.d.ts +0 -0
  86. /package/{Cli/Interfaces → cli/interfaces}/IProgramCommands.d.ts.map +0 -0
  87. /package/{Cli/Interfaces → cli/interfaces}/IProgramCommands.js +0 -0
  88. /package/{Cli/Interfaces → cli/interfaces}/IProgramCommands.js.map +0 -0
  89. /package/{Cli/Interfaces → cli/interfaces}/IProgramConfig.d.ts +0 -0
  90. /package/{Cli/Interfaces → cli/interfaces}/IProgramConfig.d.ts.map +0 -0
  91. /package/{Cli/Interfaces → cli/interfaces}/IProgramConfig.js +0 -0
  92. /package/{Cli/Interfaces → cli/interfaces}/IProgramConfig.js.map +0 -0
  93. /package/{Cli/Interfaces → cli/interfaces}/IProgramInit.d.ts +0 -0
  94. /package/{Cli/Interfaces → cli/interfaces}/IProgramInit.d.ts.map +0 -0
  95. /package/{Cli/Interfaces → cli/interfaces}/IProgramInit.js +0 -0
  96. /package/{Cli/Interfaces → cli/interfaces}/IProgramInit.js.map +0 -0
  97. /package/{Compiler → compiler}/TypeScript.d.ts +0 -0
  98. /package/{Compiler → compiler}/TypeScript.d.ts.map +0 -0
  99. /package/{Compiler → compiler}/TypeScript.js +0 -0
  100. /package/{Compiler → compiler}/TypeScript.js.map +0 -0
  101. /package/{Decorators → decorators}/EnumerableDecorator.d.ts +0 -0
  102. /package/{Decorators → decorators}/EnumerableDecorator.d.ts.map +0 -0
  103. /package/{Decorators → decorators}/EnumerableDecorator.js +0 -0
  104. /package/{Decorators → decorators}/EnumerableDecorator.js.map +0 -0
  105. /package/{DI → di}/Container.d.ts +0 -0
  106. /package/{DI → di}/Container.d.ts.map +0 -0
  107. /package/{DI → di}/Container.js +0 -0
  108. /package/{DI → di}/Container.js.map +0 -0
  109. /package/{DI → di}/Inject.d.ts +0 -0
  110. /package/{DI → di}/Inject.d.ts.map +0 -0
  111. /package/{DI → di}/Inject.js +0 -0
  112. /package/{DI → di}/Inject.js.map +0 -0
  113. /package/{Events → events}/AsyncEventEmitter.d.ts +0 -0
  114. /package/{Events → events}/AsyncEventEmitter.d.ts.map +0 -0
  115. /package/{Events → events}/AsyncEventEmitter.js +0 -0
  116. /package/{Events → events}/AsyncEventEmitter.js.map +0 -0
  117. /package/{Index.d.ts → index.d.ts} +0 -0
  118. /package/{Index.d.ts.map → index.d.ts.map} +0 -0
  119. /package/{Index.js → index.js} +0 -0
  120. /package/{Index.js.map → index.js.map} +0 -0
  121. /package/{Intl → intl}/Languages.d.ts +0 -0
  122. /package/{Intl → intl}/Languages.d.ts.map +0 -0
  123. /package/{Intl → intl}/Languages.js +0 -0
  124. /package/{Intl → intl}/Languages.js.map +0 -0
  125. /package/{IO → io}/CustomElementManifest.d.ts +0 -0
  126. /package/{IO → io}/CustomElementManifest.d.ts.map +0 -0
  127. /package/{IO → io}/CustomElementManifest.js +0 -0
  128. /package/{IO → io}/CustomElementManifest.js.map +0 -0
  129. /package/{IO → io}/Directory.d.ts +0 -0
  130. /package/{IO → io}/Directory.d.ts.map +0 -0
  131. /package/{IO → io}/Directory.js +0 -0
  132. /package/{IO → io}/Directory.js.map +0 -0
  133. /package/{IO → io}/Encoding.d.ts +0 -0
  134. /package/{IO → io}/Encoding.d.ts.map +0 -0
  135. /package/{IO → io}/Encoding.js +0 -0
  136. /package/{IO → io}/Encoding.js.map +0 -0
  137. /package/{IO → io}/File.d.ts +0 -0
  138. /package/{IO → io}/File.d.ts.map +0 -0
  139. /package/{IO → io}/File.js +0 -0
  140. /package/{IO → io}/File.js.map +0 -0
  141. /package/{IO → io}/FileCache.d.ts +0 -0
  142. /package/{IO → io}/FileCache.d.ts.map +0 -0
  143. /package/{IO → io}/FileCache.js +0 -0
  144. /package/{IO → io}/FileCache.js.map +0 -0
  145. /package/{IO → io}/FileLockfile.d.ts +0 -0
  146. /package/{IO → io}/FileLockfile.d.ts.map +0 -0
  147. /package/{IO → io}/FileLockfile.js +0 -0
  148. /package/{IO → io}/FileLockfile.js.map +0 -0
  149. /package/{IO → io}/FileManifest.d.ts +0 -0
  150. /package/{IO → io}/FileManifest.d.ts.map +0 -0
  151. /package/{IO → io}/FileManifest.js +0 -0
  152. /package/{IO → io}/FileManifest.js.map +0 -0
  153. /package/{IO → io}/FileSystem.d.ts +0 -0
  154. /package/{IO → io}/FileSystem.d.ts.map +0 -0
  155. /package/{IO → io}/FileSystem.js +0 -0
  156. /package/{IO → io}/FileSystem.js.map +0 -0
  157. /package/{IO → io}/FileSystemInfo.d.ts +0 -0
  158. /package/{IO → io}/FileSystemInfo.d.ts.map +0 -0
  159. /package/{IO → io}/FileSystemInfo.js +0 -0
  160. /package/{IO → io}/FileSystemInfo.js.map +0 -0
  161. /package/{IO → io}/FileSystemWatcher.d.ts +0 -0
  162. /package/{IO → io}/FileSystemWatcher.d.ts.map +0 -0
  163. /package/{IO → io}/FileSystemWatcher.js +0 -0
  164. /package/{IO → io}/FileSystemWatcher.js.map +0 -0
  165. /package/{IO → io}/FileTracker.d.ts +0 -0
  166. /package/{IO → io}/FileTracker.d.ts.map +0 -0
  167. /package/{IO → io}/FileTracker.js +0 -0
  168. /package/{IO → io}/FileTracker.js.map +0 -0
  169. /package/{IO → io}/Glob.d.ts +0 -0
  170. /package/{IO → io}/Glob.d.ts.map +0 -0
  171. /package/{IO → io}/Glob.js +0 -0
  172. /package/{IO → io}/Glob.js.map +0 -0
  173. /package/{IO → io}/Json.d.ts +0 -0
  174. /package/{IO → io}/Json.d.ts.map +0 -0
  175. /package/{IO → io}/Json.js +0 -0
  176. /package/{IO → io}/Json.js.map +0 -0
  177. /package/{IO → io}/Path.Test.d.ts +0 -0
  178. /package/{IO → io}/Path.Test.d.ts.map +0 -0
  179. /package/{IO → io}/Path.d.ts +0 -0
  180. /package/{IO → io}/Path.d.ts.map +0 -0
  181. /package/{IO → io}/Path.js +0 -0
  182. /package/{IO → io}/Path.js.map +0 -0
  183. /package/{IO → io}/Po.d.ts +0 -0
  184. /package/{IO → io}/Po.d.ts.map +0 -0
  185. /package/{IO → io}/Po.js +0 -0
  186. /package/{IO → io}/Po.js.map +0 -0
  187. /package/{IO → io}/Resx.d.ts +0 -0
  188. /package/{IO → io}/Resx.d.ts.map +0 -0
  189. /package/{IO → io}/Resx.js +0 -0
  190. /package/{IO → io}/Resx.js.map +0 -0
  191. /package/{IO → io}/SymbolicLink.d.ts +0 -0
  192. /package/{IO → io}/SymbolicLink.d.ts.map +0 -0
  193. /package/{IO → io}/SymbolicLink.js +0 -0
  194. /package/{IO → io}/SymbolicLink.js.map +0 -0
  195. /package/{IO → io}/Template.d.ts +0 -0
  196. /package/{IO → io}/Template.d.ts.map +0 -0
  197. /package/{IO → io}/Template.js +0 -0
  198. /package/{IO → io}/Template.js.map +0 -0
  199. /package/{IO → io}/TemporaryDirectory.d.ts +0 -0
  200. /package/{IO → io}/TemporaryDirectory.d.ts.map +0 -0
  201. /package/{IO → io}/TemporaryDirectory.js +0 -0
  202. /package/{IO → io}/TemporaryDirectory.js.map +0 -0
  203. /package/{IO → io}/TemporaryFile.d.ts +0 -0
  204. /package/{IO → io}/TemporaryFile.d.ts.map +0 -0
  205. /package/{IO → io}/TemporaryFile.js +0 -0
  206. /package/{IO → io}/TemporaryFile.js.map +0 -0
  207. /package/{IO/Interfaces → io/interfaces}/IDirectory.d.ts +0 -0
  208. /package/{IO/Interfaces → io/interfaces}/IDirectory.d.ts.map +0 -0
  209. /package/{IO/Interfaces → io/interfaces}/IDirectory.js +0 -0
  210. /package/{IO/Interfaces → io/interfaces}/IDirectory.js.map +0 -0
  211. /package/{IO/Interfaces → io/interfaces}/IFile.d.ts +0 -0
  212. /package/{IO/Interfaces → io/interfaces}/IFile.d.ts.map +0 -0
  213. /package/{IO/Interfaces → io/interfaces}/IFile.js +0 -0
  214. /package/{IO/Interfaces → io/interfaces}/IFile.js.map +0 -0
  215. /package/{IO/Interfaces → io/interfaces}/IFileCache.d.ts +0 -0
  216. /package/{IO/Interfaces → io/interfaces}/IFileCache.d.ts.map +0 -0
  217. /package/{IO/Interfaces → io/interfaces}/IFileCache.js +0 -0
  218. /package/{IO/Interfaces → io/interfaces}/IFileCache.js.map +0 -0
  219. /package/{IO/Interfaces → io/interfaces}/IFileSystem.d.ts +0 -0
  220. /package/{IO/Interfaces → io/interfaces}/IFileSystem.d.ts.map +0 -0
  221. /package/{IO/Interfaces → io/interfaces}/IFileSystem.js +0 -0
  222. /package/{IO/Interfaces → io/interfaces}/IFileSystem.js.map +0 -0
  223. /package/{IO/Interfaces → io/interfaces}/IFileTracker.d.ts +0 -0
  224. /package/{IO/Interfaces → io/interfaces}/IFileTracker.d.ts.map +0 -0
  225. /package/{IO/Interfaces → io/interfaces}/IFileTracker.js +0 -0
  226. /package/{IO/Interfaces → io/interfaces}/IFileTracker.js.map +0 -0
  227. /package/{IO/Interfaces → io/interfaces}/IPath.d.ts +0 -0
  228. /package/{IO/Interfaces → io/interfaces}/IPath.d.ts.map +0 -0
  229. /package/{IO/Interfaces → io/interfaces}/IPath.js +0 -0
  230. /package/{IO/Interfaces → io/interfaces}/IPath.js.map +0 -0
  231. /package/{IO/Reader → io/reader}/TextFileReader.d.ts +0 -0
  232. /package/{IO/Reader → io/reader}/TextFileReader.d.ts.map +0 -0
  233. /package/{IO/Reader → io/reader}/TextFileReader.js +0 -0
  234. /package/{IO/Reader → io/reader}/TextFileReader.js.map +0 -0
  235. /package/{IO/Reader/Interfaces → io/reader/interfaces}/IFileReader.d.ts +0 -0
  236. /package/{IO/Reader/Interfaces → io/reader/interfaces}/IFileReader.d.ts.map +0 -0
  237. /package/{IO/Reader/Interfaces → io/reader/interfaces}/IFileReader.js +0 -0
  238. /package/{IO/Reader/Interfaces → io/reader/interfaces}/IFileReader.js.map +0 -0
  239. /package/{IO/Writer → io/writer}/TextFileWriter.d.ts +0 -0
  240. /package/{IO/Writer → io/writer}/TextFileWriter.d.ts.map +0 -0
  241. /package/{IO/Writer → io/writer}/TextFileWriter.js +0 -0
  242. /package/{IO/Writer → io/writer}/TextFileWriter.js.map +0 -0
  243. /package/{IO/Writer/Interfaces → io/writer/interfaces}/IFileWriter.d.ts +0 -0
  244. /package/{IO/Writer/Interfaces → io/writer/interfaces}/IFileWriter.d.ts.map +0 -0
  245. /package/{IO/Writer/Interfaces → io/writer/interfaces}/IFileWriter.js +0 -0
  246. /package/{IO/Writer/Interfaces → io/writer/interfaces}/IFileWriter.js.map +0 -0
  247. /package/{Logging → logging}/LogLevel.d.ts +0 -0
  248. /package/{Logging → logging}/LogLevel.d.ts.map +0 -0
  249. /package/{Logging → logging}/LogLevel.js +0 -0
  250. /package/{Logging → logging}/LogLevel.js.map +0 -0
  251. /package/{Logging → logging}/Logger.d.ts +0 -0
  252. /package/{Logging → logging}/Logger.d.ts.map +0 -0
  253. /package/{Logging → logging}/Logger.js +0 -0
  254. /package/{Logging → logging}/Logger.js.map +0 -0
  255. /package/{Logging → logging}/LoggerConfig.d.ts +0 -0
  256. /package/{Logging → logging}/LoggerConfig.d.ts.map +0 -0
  257. /package/{Logging → logging}/LoggerConfig.js +0 -0
  258. /package/{Logging → logging}/LoggerConfig.js.map +0 -0
  259. /package/{Logging → logging}/LoggerScope.d.ts +0 -0
  260. /package/{Logging → logging}/LoggerScope.d.ts.map +0 -0
  261. /package/{Logging → logging}/LoggerScope.js +0 -0
  262. /package/{Logging → logging}/LoggerScope.js.map +0 -0
  263. /package/{Logging → logging}/LoggerSuppressor.d.ts +0 -0
  264. /package/{Logging → logging}/LoggerSuppressor.d.ts.map +0 -0
  265. /package/{Logging → logging}/LoggerSuppressor.js +0 -0
  266. /package/{Logging → logging}/LoggerSuppressor.js.map +0 -0
  267. /package/{Logging → logging}/LoggerUtils.Test.d.ts +0 -0
  268. /package/{Logging → logging}/LoggerUtils.Test.d.ts.map +0 -0
  269. /package/{Logging → logging}/LoggerUtils.Test.js +0 -0
  270. /package/{Logging → logging}/LoggerUtils.Test.js.map +0 -0
  271. /package/{Logging → logging}/LoggerUtils.d.ts +0 -0
  272. /package/{Logging → logging}/LoggerUtils.d.ts.map +0 -0
  273. /package/{Logging → logging}/LoggerUtils.js +0 -0
  274. /package/{Logging → logging}/LoggerUtils.js.map +0 -0
  275. /package/{Logging/Appenders → logging/appenders}/LogLevelAppender.d.ts +0 -0
  276. /package/{Logging/Appenders → logging/appenders}/LogLevelAppender.d.ts.map +0 -0
  277. /package/{Logging/Appenders → logging/appenders}/LogLevelAppender.js +0 -0
  278. /package/{Logging/Appenders → logging/appenders}/LogLevelAppender.js.map +0 -0
  279. /package/{Logging/Appenders → logging/appenders}/MessageAppender.d.ts +0 -0
  280. /package/{Logging/Appenders → logging/appenders}/MessageAppender.d.ts.map +0 -0
  281. /package/{Logging/Appenders → logging/appenders}/MessageAppender.js +0 -0
  282. /package/{Logging/Appenders → logging/appenders}/MessageAppender.js.map +0 -0
  283. /package/{Logging/Appenders → logging/appenders}/TagAppender.d.ts +0 -0
  284. /package/{Logging/Appenders → logging/appenders}/TagAppender.d.ts.map +0 -0
  285. /package/{Logging/Appenders → logging/appenders}/TagAppender.js +0 -0
  286. /package/{Logging/Appenders → logging/appenders}/TagAppender.js.map +0 -0
  287. /package/{Logging/Appenders → logging/appenders}/TimeStampAppender.d.ts +0 -0
  288. /package/{Logging/Appenders → logging/appenders}/TimeStampAppender.d.ts.map +0 -0
  289. /package/{Logging/Appenders → logging/appenders}/TimeStampAppender.js +0 -0
  290. /package/{Logging/Appenders → logging/appenders}/TimeStampAppender.js.map +0 -0
  291. /package/{Logging/Appenders/Abstracts → logging/appenders/abstracts}/Appender.d.ts +0 -0
  292. /package/{Logging/Appenders/Abstracts → logging/appenders/abstracts}/Appender.d.ts.map +0 -0
  293. /package/{Logging/Appenders/Abstracts → logging/appenders/abstracts}/Appender.js +0 -0
  294. /package/{Logging/Appenders/Abstracts → logging/appenders/abstracts}/Appender.js.map +0 -0
  295. /package/{Logging/Appenders/Interfaces → logging/appenders/interfaces}/IAppender.d.ts +0 -0
  296. /package/{Logging/Appenders/Interfaces → logging/appenders/interfaces}/IAppender.d.ts.map +0 -0
  297. /package/{Logging/Appenders/Interfaces → logging/appenders/interfaces}/IAppender.js +0 -0
  298. /package/{Logging/Appenders/Interfaces → logging/appenders/interfaces}/IAppender.js.map +0 -0
  299. /package/{Logging/Appenders/Interfaces → logging/appenders/interfaces}/IAppenderConfig.d.ts +0 -0
  300. /package/{Logging/Appenders/Interfaces → logging/appenders/interfaces}/IAppenderConfig.d.ts.map +0 -0
  301. /package/{Logging/Appenders/Interfaces → logging/appenders/interfaces}/IAppenderConfig.js +0 -0
  302. /package/{Logging/Appenders/Interfaces → logging/appenders/interfaces}/IAppenderConfig.js.map +0 -0
  303. /package/{Logging/Appenders/Styles → logging/appenders/styles}/AppenderTerminalColors.d.ts +0 -0
  304. /package/{Logging/Appenders/Styles → logging/appenders/styles}/AppenderTerminalColors.d.ts.map +0 -0
  305. /package/{Logging/Appenders/Styles → logging/appenders/styles}/AppenderTerminalColors.js +0 -0
  306. /package/{Logging/Appenders/Styles → logging/appenders/styles}/AppenderTerminalColors.js.map +0 -0
  307. /package/{Logging/Appenders/Styles → logging/appenders/styles}/LogLevelAppenderStyle.d.ts +0 -0
  308. /package/{Logging/Appenders/Styles → logging/appenders/styles}/LogLevelAppenderStyle.d.ts.map +0 -0
  309. /package/{Logging/Appenders/Styles → logging/appenders/styles}/LogLevelAppenderStyle.js +0 -0
  310. /package/{Logging/Appenders/Styles → logging/appenders/styles}/LogLevelAppenderStyle.js.map +0 -0
  311. /package/{Logging/Interfaces → logging/interfaces}/ILogEntry.d.ts +0 -0
  312. /package/{Logging/Interfaces → logging/interfaces}/ILogEntry.d.ts.map +0 -0
  313. /package/{Logging/Interfaces → logging/interfaces}/ILogEntry.js +0 -0
  314. /package/{Logging/Interfaces → logging/interfaces}/ILogEntry.js.map +0 -0
  315. /package/{Logging/Interfaces → logging/interfaces}/ILogOptions.d.ts +0 -0
  316. /package/{Logging/Interfaces → logging/interfaces}/ILogOptions.d.ts.map +0 -0
  317. /package/{Logging/Interfaces → logging/interfaces}/ILogOptions.js +0 -0
  318. /package/{Logging/Interfaces → logging/interfaces}/ILogOptions.js.map +0 -0
  319. /package/{Logging/Interfaces → logging/interfaces}/ILoggerScope.d.ts +0 -0
  320. /package/{Logging/Interfaces → logging/interfaces}/ILoggerScope.d.ts.map +0 -0
  321. /package/{Logging/Interfaces → logging/interfaces}/ILoggerScope.js +0 -0
  322. /package/{Logging/Interfaces → logging/interfaces}/ILoggerScope.js.map +0 -0
  323. /package/{Logging/Interfaces → logging/interfaces}/ILoggerScopeConfig.d.ts +0 -0
  324. /package/{Logging/Interfaces → logging/interfaces}/ILoggerScopeConfig.d.ts.map +0 -0
  325. /package/{Logging/Interfaces → logging/interfaces}/ILoggerScopeConfig.js +0 -0
  326. /package/{Logging/Interfaces → logging/interfaces}/ILoggerScopeConfig.js.map +0 -0
  327. /package/{Logging/vNext → logging/vnext}/ConsoleLogger.d.ts +0 -0
  328. /package/{Logging/vNext → logging/vnext}/ConsoleLogger.d.ts.map +0 -0
  329. /package/{Logging/vNext → logging/vnext}/ConsoleLogger.js +0 -0
  330. /package/{Logging/vNext → logging/vnext}/ConsoleLogger.js.map +0 -0
  331. /package/{Logging/vNext → logging/vnext}/LoggerExtensions.d.ts +0 -0
  332. /package/{Logging/vNext → logging/vnext}/LoggerExtensions.d.ts.map +0 -0
  333. /package/{Logging/vNext → logging/vnext}/LoggerExtensions.js +0 -0
  334. /package/{Logging/vNext → logging/vnext}/LoggerExtensions.js.map +0 -0
  335. /package/{Logging/vNext/Interfaces → logging/vnext/interfaces}/ILogger.d.ts +0 -0
  336. /package/{Logging/vNext/Interfaces → logging/vnext/interfaces}/ILogger.d.ts.map +0 -0
  337. /package/{Logging/vNext/Interfaces → logging/vnext/interfaces}/ILogger.js +0 -0
  338. /package/{Logging/vNext/Interfaces → logging/vnext/interfaces}/ILogger.js.map +0 -0
  339. /package/{Logging/vNext/Styles → logging/vnext/styles}/Style.d.ts +0 -0
  340. /package/{Logging/vNext/Styles → logging/vnext/styles}/Style.d.ts.map +0 -0
  341. /package/{Logging/vNext/Styles → logging/vnext/styles}/Style.js +0 -0
  342. /package/{Logging/vNext/Styles → logging/vnext/styles}/Style.js.map +0 -0
  343. /package/{Logging/vNext/Styles → logging/vnext/styles}/StyleDirectives.d.ts +0 -0
  344. /package/{Logging/vNext/Styles → logging/vnext/styles}/StyleDirectives.d.ts.map +0 -0
  345. /package/{Logging/vNext/Styles → logging/vnext/styles}/StyleDirectives.js +0 -0
  346. /package/{Logging/vNext/Styles → logging/vnext/styles}/StyleDirectives.js.map +0 -0
  347. /package/{System → system}/Args.d.ts +0 -0
  348. /package/{System → system}/Args.d.ts.map +0 -0
  349. /package/{System → system}/Args.js +0 -0
  350. /package/{System → system}/Args.js.map +0 -0
  351. /package/{System → system}/Array.d.ts +0 -0
  352. /package/{System → system}/Array.d.ts.map +0 -0
  353. /package/{System → system}/Array.js +0 -0
  354. /package/{System → system}/Array.js.map +0 -0
  355. /package/{System → system}/Assign.d.ts +0 -0
  356. /package/{System → system}/Assign.d.ts.map +0 -0
  357. /package/{System → system}/Assign.js +0 -0
  358. /package/{System → system}/Assign.js.map +0 -0
  359. /package/{System → system}/Boolean.d.ts +0 -0
  360. /package/{System → system}/Boolean.d.ts.map +0 -0
  361. /package/{System → system}/Boolean.js +0 -0
  362. /package/{System → system}/Boolean.js.map +0 -0
  363. /package/{System → system}/Error.d.ts +0 -0
  364. /package/{System → system}/Error.d.ts.map +0 -0
  365. /package/{System → system}/Error.js +0 -0
  366. /package/{System → system}/Error.js.map +0 -0
  367. /package/{System → system}/Errors.d.ts +0 -0
  368. /package/{System → system}/Errors.d.ts.map +0 -0
  369. /package/{System → system}/Errors.js +0 -0
  370. /package/{System → system}/Errors.js.map +0 -0
  371. /package/{System → system}/Formatter.d.ts +0 -0
  372. /package/{System → system}/Formatter.d.ts.map +0 -0
  373. /package/{System → system}/Formatter.js +0 -0
  374. /package/{System → system}/Formatter.js.map +0 -0
  375. /package/{System → system}/Guard.d.ts +0 -0
  376. /package/{System → system}/Guard.d.ts.map +0 -0
  377. /package/{System → system}/Guard.js +0 -0
  378. /package/{System → system}/Guard.js.map +0 -0
  379. /package/{System → system}/List.d.ts +0 -0
  380. /package/{System → system}/List.d.ts.map +0 -0
  381. /package/{System → system}/List.js +0 -0
  382. /package/{System → system}/List.js.map +0 -0
  383. /package/{System → system}/Number.d.ts +0 -0
  384. /package/{System → system}/Number.d.ts.map +0 -0
  385. /package/{System → system}/Number.js +0 -0
  386. /package/{System → system}/Number.js.map +0 -0
  387. /package/{System → system}/Process.d.ts +0 -0
  388. /package/{System → system}/Process.d.ts.map +0 -0
  389. /package/{System → system}/Process.js +0 -0
  390. /package/{System → system}/Process.js.map +0 -0
  391. /package/{System → system}/Require.d.ts +0 -0
  392. /package/{System → system}/Require.d.ts.map +0 -0
  393. /package/{System → system}/Require.js +0 -0
  394. /package/{System → system}/Require.js.map +0 -0
  395. /package/{System → system}/Stopwatch.d.ts +0 -0
  396. /package/{System → system}/Stopwatch.d.ts.map +0 -0
  397. /package/{System → system}/Stopwatch.js +0 -0
  398. /package/{System → system}/Stopwatch.js.map +0 -0
  399. /package/{System → system}/String.d.ts +0 -0
  400. /package/{System → system}/String.d.ts.map +0 -0
  401. /package/{System → system}/String.js +0 -0
  402. /package/{System → system}/String.js.map +0 -0
  403. /package/{System → system}/Time.d.ts +0 -0
  404. /package/{System → system}/Time.d.ts.map +0 -0
  405. /package/{System → system}/Time.js +0 -0
  406. /package/{System → system}/Time.js.map +0 -0
  407. /package/{System → system}/Version.d.ts +0 -0
  408. /package/{System → system}/Version.d.ts.map +0 -0
  409. /package/{System → system}/Version.js +0 -0
  410. /package/{System → system}/Version.js.map +0 -0
  411. /package/{System/Interfaces → system/interfaces}/IType.d.ts +0 -0
  412. /package/{System/Interfaces → system/interfaces}/IType.d.ts.map +0 -0
  413. /package/{System/Interfaces → system/interfaces}/IType.js +0 -0
  414. /package/{System/Interfaces → system/interfaces}/IType.js.map +0 -0
  415. /package/{System/Interfaces → system/interfaces}/IUnknown.d.ts +0 -0
  416. /package/{System/Interfaces → system/interfaces}/IUnknown.d.ts.map +0 -0
  417. /package/{System/Interfaces → system/interfaces}/IUnknown.js +0 -0
  418. /package/{System/Interfaces → system/interfaces}/IUnknown.js.map +0 -0
  419. /package/{Terminal → terminal}/Terminal.d.ts +0 -0
  420. /package/{Terminal → terminal}/Terminal.d.ts.map +0 -0
  421. /package/{Terminal → terminal}/Terminal.js +0 -0
  422. /package/{Terminal → terminal}/Terminal.js.map +0 -0
  423. /package/{Terminal → terminal}/TerminalColorType.d.ts +0 -0
  424. /package/{Terminal → terminal}/TerminalColorType.d.ts.map +0 -0
  425. /package/{Terminal → terminal}/TerminalColorType.js +0 -0
  426. /package/{Terminal → terminal}/TerminalColorType.js.map +0 -0
  427. /package/{Terminal → terminal}/TerminalColors.d.ts +0 -0
  428. /package/{Terminal → terminal}/TerminalColors.d.ts.map +0 -0
  429. /package/{Terminal → terminal}/TerminalColors.js +0 -0
  430. /package/{Terminal → terminal}/TerminalColors.js.map +0 -0
  431. /package/{Terminal → terminal}/TerminalSymbolType.d.ts +0 -0
  432. /package/{Terminal → terminal}/TerminalSymbolType.d.ts.map +0 -0
  433. /package/{Terminal → terminal}/TerminalSymbolType.js +0 -0
  434. /package/{Terminal → terminal}/TerminalSymbolType.js.map +0 -0
  435. /package/{Terminal → terminal}/TerminalSymbols.d.ts +0 -0
  436. /package/{Terminal → terminal}/TerminalSymbols.d.ts.map +0 -0
  437. /package/{Terminal → terminal}/TerminalSymbols.js +0 -0
  438. /package/{Terminal → terminal}/TerminalSymbols.js.map +0 -0
package/CHANGELOG.md CHANGED
@@ -1,3 +1,1565 @@
1
+ ## 0.0.226 (2026-01-28)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **message:** refactor message component and update theme tokens for improved styling ([b5e23ce50a](https://github.com/RueDeRennes/mosaik/commit/b5e23ce50a))
6
+
7
+ ### 🩹 Fixes
8
+
9
+ - **package:** add missing newline at end of file ([876a6f3b9f](https://github.com/RueDeRennes/mosaik/commit/876a6f3b9f))
10
+
11
+ ## 0.0.225 (2026-01-27)
12
+
13
+ ### 🚀 Features
14
+
15
+ - **message:** refactor message component and update theme tokens for improved styling ([b5e23ce50a](https://github.com/RueDeRennes/mosaik/commit/b5e23ce50a))
16
+
17
+ ### 🩹 Fixes
18
+
19
+ - **package:** add missing newline at end of file ([876a6f3b9f](https://github.com/RueDeRennes/mosaik/commit/876a6f3b9f))
20
+
21
+ ## 0.0.224 (2026-01-26)
22
+
23
+ This was a version bump only for utilities to align it with other projects, there were no code changes.
24
+
25
+ ## 0.0.223 (2026-01-25)
26
+
27
+ ### 🚀 Features
28
+
29
+ - **components:** implement inheritance controllers for Selectors and Tree components ([1907f30979](https://github.com/RueDeRennes/mosaik/commit/1907f30979))
30
+
31
+ ### 🩹 Fixes
32
+
33
+ - **docs:** standardize punctuation and formatting across multiple documentation files ([bed55885fe](https://github.com/RueDeRennes/mosaik/commit/bed55885fe))
34
+
35
+ ## 0.0.222 (2026-01-21)
36
+
37
+ ### 🚀 Features
38
+
39
+ - **Cdk/Utils:** add deepMerge function for merging nested objects ([958d8b1db2](https://github.com/RueDeRennes/mosaik/commit/958d8b1db2))
40
+ - **theming): update Theme2Component to include 'name' and 'global' props refactor(theming): reorganize ITheme utility functions for better clarity feat(theming): add THEME_MODES and THEME_MODES_WITH_SYSTEM constants fix(theming:** export ThemeMode and THEME_MODES from index ([5b0d68ef4a](https://github.com/RueDeRennes/mosaik/commit/5b0d68ef4a))
41
+
42
+ ### 🩹 Fixes
43
+
44
+ - **theme:** update paths for Tailwind presets and add Snyk organization setting ([a2defd1849](https://github.com/RueDeRennes/mosaik/commit/a2defd1849))
45
+ - **package.json:** add missing newline at end of file ([8b6d8f8c2b](https://github.com/RueDeRennes/mosaik/commit/8b6d8f8c2b))
46
+
47
+ ## 0.0.221 (2026-01-16)
48
+
49
+ ### 🩹 Fixes
50
+
51
+ - **package.json:** update release version to 0.0.221 ([03ebc3de62](https://github.com/RueDeRennes/mosaik/commit/03ebc3de62))
52
+ - **package.json:** update release version to 0.0.220 ([320c50e503](https://github.com/RueDeRennes/mosaik/commit/320c50e503))
53
+
54
+ ## 0.0.220 (2026-01-15)
55
+
56
+ ### 🩹 Fixes
57
+
58
+ - **Sandbox.json): update theme import paths for consistency in SCSS usage fix(package.json:** increment release version to 0.0.219 ([57dce3aace](https://github.com/RueDeRennes/mosaik/commit/57dce3aace))
59
+
60
+ ## 0.0.218 (2026-01-15)
61
+
62
+ This was a version bump only for utilities to align it with other projects, there were no code changes.
63
+
64
+ ## 0.0.217 (2026-01-09)
65
+
66
+ ### 🚀 Features
67
+
68
+ - **llms:** add new components and llms plugin for documentation generation ([3c4d1ad7a1](https://github.com/RueDeRennes/mosaik/commit/3c4d1ad7a1))
69
+
70
+ ## 0.0.216 (2026-01-04)
71
+
72
+ This was a version bump only for utilities to align it with other projects, there were no code changes.
73
+
74
+ ## 0.0.215 (2026-01-04)
75
+
76
+ This was a version bump only for utilities to align it with other projects, there were no code changes.
77
+
78
+ ## 0.0.214 (2026-01-02)
79
+
80
+ This was a version bump only for utilities to align it with other projects, there were no code changes.
81
+
82
+ ## 0.0.212 (2026-01-02)
83
+
84
+ ### 🚀 Features
85
+
86
+ - **resize-thumb:** add isResizing property and update related components ([e36a8dfacc](https://github.com/RueDeRennes/mosaik/commit/e36a8dfacc))
87
+ - **instructions:** enhance coding standards with access modifiers and service-layer guidelines ([7bad04f186](https://github.com/RueDeRennes/mosaik/commit/7bad04f186))
88
+ - **drawer:** implement drawer stacking behavior and update styles for themes ([036f98144e](https://github.com/RueDeRennes/mosaik/commit/036f98144e))
89
+
90
+ ## 0.0.211 (2025-12-31)
91
+
92
+ This was a version bump only for utilities to align it with other projects, there were no code changes.
93
+
94
+ ## 0.0.210 (2025-12-31)
95
+
96
+ This was a version bump only for utilities to align it with other projects, there were no code changes.
97
+
98
+ ## 0.0.209 (2025-12-30)
99
+
100
+ ### 🚀 Features
101
+
102
+ - **overlays): replace BottomSheet with Sheet component in React, Svelte, and Vue refactor(overlays): create Sheet context and hooks for managing sheet functionality delete(overlays): remove BottomSheet implementation from Svelte and Vue style(themes:** add new tokens and styles for Sheet component in various themes ([9b31d53a48](https://github.com/RueDeRennes/mosaik/commit/9b31d53a48))
103
+ - **selectors): enhance property groups for List, Menu, Tab, and Tree components feat(selectors): add nested structure to Menu and Wizard templates fix(selectors:** improve styling and layout for DataTable themes docs: add article on Controller Pattern in Angular for better component logic management ([aac9fe4d9e](https://github.com/RueDeRennes/mosaik/commit/aac9fe4d9e))
104
+ - **components): refactor TitleBar, Toolbar, Tooltip, and UpDownSpinner samples to use templates style(timeline): enhance horizontal timeline item styles for better layout and alignment fix(main): update exports for IndicatorSample and TreeMap components chore(cspell:** add xaxis and yaxis to spell check words ([442d952d1a](https://github.com/RueDeRennes/mosaik/commit/442d952d1a))
105
+
106
+ ### 🩹 Fixes
107
+
108
+ - **UpDownSpinnerSample): ensure value updates correctly on spin events fix(FeedbackDetailView): use mutable feedback object for comment and vote updates fix(FeedbackDetailViewTemplate): prevent deleteComment call if feedback ID is undefined refactor(SupportView): override render method for better clarity fix(AppViewTemplate): handle icon assignment safely with fallback fix(NewsletterViewTemplate): ensure newsletter submission works correctly fix(EventsViewTemplate): improve handling of calendar location and link checks fix(ProfileViewTemplate): ensure bio input hint updates correctly fix(ColorPaletteBuilderView): ensure palette generation uses correct types fix(GridGeneratorView): instantiate view model correctly and expose it refactor(GridGeneratorViewTemplate): simplify template function signature fix(IconGalleryViewTemplate): ensure mode selection works correctly with types chore(tsconfig): change module resolution to Bundler for better compatibility chore(vite.config): add vite-plugin-checker for TypeScript checks chore(vite.config.production): include vite-plugin-checker for production builds feat(Controller): add IControllerHostRef and IReactiveController interfaces feat(Controller): implement useController for managing reactive controllers chore(ControllerHost): remove deprecated ControllerHost implementation feat(GlobalDomRef:** create global DOM reference for better testability ([9da5337bfb](https://github.com/RueDeRennes/mosaik/commit/9da5337bfb))
109
+
110
+ ## 0.0.208 (2025-12-13)
111
+
112
+ ### 🚀 Features
113
+
114
+ - update component properties and descriptions for better clarity and functionality ([5d4069bff7](https://github.com/RueDeRennes/mosaik/commit/5d4069bff7))
115
+
116
+ ## 0.0.207 (2025-12-13)
117
+
118
+ ### 🚀 Features
119
+
120
+ - **tailwind:** implement Tailwind v4 config generation and update package scripts ([db31430aaf](https://github.com/RueDeRennes/mosaik/commit/db31430aaf))
121
+
122
+ ### 🩹 Fixes
123
+
124
+ - **stepper:** update properties and styles for Stepper themes and components ([5f66855a75](https://github.com/RueDeRennes/mosaik/commit/5f66855a75))
125
+
126
+ ## 0.0.206 (2025-12-09)
127
+
128
+ This was a version bump only for utilities to align it with other projects, there were no code changes.
129
+
130
+ ## 0.0.205 (2025-12-07)
131
+
132
+ ### 🩹 Fixes
133
+
134
+ - **buttons): update stack-gap variable usage in FloatingActionButton, RepeatButton, SplitButton, ToggleButton themes fix(card): update stack-gap variable usage in CardActions theme fix(expander): update stack-gap variable usage in Expander theme fix(comment): update stack-gap variable usage in Comment theme fix(dialog): update stack-gap variable usage in DialogActions theme fix(segment): update stack-gap variable usage in SegmentItem theme fix(tab-strip): update stack-gap variable usage in TabStripItem theme fix(states): update stack-gap variable usage in Busy, Empty, Error, and Success state themes chore(package:** bump version to 0.0.204 in package.json ([878a490c1e](https://github.com/RueDeRennes/mosaik/commit/878a490c1e))
135
+
136
+ ## 0.0.204 (2025-12-07)
137
+
138
+ This was a version bump only for utilities to align it with other projects, there were no code changes.
139
+
140
+ ## 0.0.203 (2025-12-06)
141
+
142
+ This was a version bump only for utilities to align it with other projects, there were no code changes.
143
+
144
+ ## 0.0.202 (2025-12-06)
145
+
146
+ This was a version bump only for utilities to align it with other projects, there were no code changes.
147
+
148
+ ## 0.0.201 (2025-12-05)
149
+
150
+ This was a version bump only for utilities to align it with other projects, there were no code changes.
151
+
152
+ ## 0.0.200 (2025-12-05)
153
+
154
+ This was a version bump only for utilities to align it with other projects, there were no code changes.
155
+
156
+ ## 0.0.199 (2025-12-05)
157
+
158
+ ### 🚀 Features
159
+
160
+ - **index:** add initial exports and types for utilities module ([02129ec425](https://github.com/RueDeRennes/mosaik/commit/02129ec425))
161
+
162
+ ### 🩹 Fixes
163
+
164
+ - **package:** add missing newline at end of file ([e7bbe4e7c1](https://github.com/RueDeRennes/mosaik/commit/e7bbe4e7c1))
165
+
166
+ ## 0.0.198 (2025-12-05)
167
+
168
+ This was a version bump only for utilities to align it with other projects, there were no code changes.
169
+
170
+ ## 0.0.197 (2025-12-05)
171
+
172
+ This was a version bump only for utilities to align it with other projects, there were no code changes.
173
+
174
+ ## 0.0.196 (2025-12-05)
175
+
176
+ ### 🚀 Features
177
+
178
+ - **event-hub:** add Event Hub pattern implementation for Angular 2025 ([88dc4f7404](https://github.com/RueDeRennes/mosaik/commit/88dc4f7404))
179
+
180
+ ### 🩹 Fixes
181
+
182
+ - **keywords:** add Event Bus and Message Bus to event hub documentation ([69cafcf76f](https://github.com/RueDeRennes/mosaik/commit/69cafcf76f))
183
+
184
+ ## 0.0.195 (2025-12-03)
185
+
186
+ ### 🩹 Fixes
187
+
188
+ - **package:** add missing newline at end of file in package.json ([a9bf15349b](https://github.com/RueDeRennes/mosaik/commit/a9bf15349b))
189
+
190
+ ## 0.0.194 (2025-12-03)
191
+
192
+ ### 🩹 Fixes
193
+
194
+ - **Cdk:** export FormFieldStatusDirective alongside FORM_STATUS_HOST from FormStatusDirective ([c8521cd4ff](https://github.com/RueDeRennes/mosaik/commit/c8521cd4ff))
195
+
196
+ ## 0.0.193 (2025-12-03)
197
+
198
+ This was a version bump only for utilities to align it with other projects, there were no code changes.
199
+
200
+ ## 0.0.192 (2025-12-03)
201
+
202
+ This was a version bump only for utilities to align it with other projects, there were no code changes.
203
+
204
+ ## 0.0.191 (2025-12-03)
205
+
206
+ This was a version bump only for utilities to align it with other projects, there were no code changes.
207
+
208
+ ## 0.0.190 (2025-12-02)
209
+
210
+ ### 🩹 Fixes
211
+
212
+ - **choice-group:** add flex property to root part for improved layout consistency ([8bd80ed40b](https://github.com/RueDeRennes/mosaik/commit/8bd80ed40b))
213
+
214
+ ## 0.0.189 (2025-12-02)
215
+
216
+ This was a version bump only for utilities to align it with other projects, there were no code changes.
217
+
218
+ ## 0.0.188 (2025-12-02)
219
+
220
+ ### 🚀 Features
221
+
222
+ - **directives:** update FormFieldDirective to improve error handling and usage documentation ([7c07bb43fd](https://github.com/RueDeRennes/mosaik/commit/7c07bb43fd))
223
+
224
+ ## 0.0.187 (2025-12-02)
225
+
226
+ This was a version bump only for utilities to align it with other projects, there were no code changes.
227
+
228
+ ## 0.0.186 (2025-12-02)
229
+
230
+ This was a version bump only for utilities to align it with other projects, there were no code changes.
231
+
232
+ ## 0.0.185 (2025-12-02)
233
+
234
+ This was a version bump only for utilities to align it with other projects, there were no code changes.
235
+
236
+ ## 0.0.184 (2025-12-02)
237
+
238
+ ### 🚀 Features
239
+
240
+ - **eslint:** enhance ESLint configuration and add .eslintignore file ([4b3deb5566](https://github.com/RueDeRennes/mosaik/commit/4b3deb5566))
241
+
242
+ ## 0.0.183 (2025-11-30)
243
+
244
+ This was a version bump only for utilities to align it with other projects, there were no code changes.
245
+
246
+ ## 0.0.182 (2025-11-30)
247
+
248
+ ### 🚀 Features
249
+
250
+ - **themes:** refactor theme generator strategies and update build process ([55859a854f](https://github.com/RueDeRennes/mosaik/commit/55859a854f))
251
+
252
+ ## 0.0.181 (2025-11-30)
253
+
254
+ This was a version bump only for utilities to align it with other projects, there were no code changes.
255
+
256
+ ## 0.0.180 (2025-11-30)
257
+
258
+ This was a version bump only for utilities to align it with other projects, there were no code changes.
259
+
260
+ ## 0.0.179 (2025-11-29)
261
+
262
+ ### 🚀 Features
263
+
264
+ - **tailwind): add Material and Memphis presets for Tailwind CSS themes fix(tokens): correct typo in headline2 key in joy and memphis theme JSON files chore(tsconfig:** update TypeScript configuration to include Tailwind files ([0ae3d28053](https://github.com/RueDeRennes/mosaik/commit/0ae3d28053))
265
+
266
+ ## 0.0.178 (2025-11-29)
267
+
268
+ ### 🩹 Fixes
269
+
270
+ - **package:** add missing newline at end of file ([0fc5a107d6](https://github.com/RueDeRennes/mosaik/commit/0fc5a107d6))
271
+
272
+ ## 0.0.177 (2025-11-29)
273
+
274
+ ### 🩹 Fixes
275
+
276
+ - **release:** update release script version to 0.0.177 ([1895016b0a](https://github.com/RueDeRennes/mosaik/commit/1895016b0a))
277
+
278
+ ## 0.0.176 (2025-11-29)
279
+
280
+ ### 🚀 Features
281
+
282
+ - add oklch color transform and update dependencies in style-dictionary plugins ([40063afe0a](https://github.com/RueDeRennes/mosaik/commit/40063afe0a))
283
+
284
+ ### 🩹 Fixes
285
+
286
+ - add missing newline at end of JSON files ([60b2109dd0](https://github.com/RueDeRennes/mosaik/commit/60b2109dd0))
287
+
288
+ ## 0.0.175 (2025-11-28)
289
+
290
+ ### 🩹 Fixes
291
+
292
+ - add missing newline at end of package.json ([b00046e27b](https://github.com/RueDeRennes/mosaik/commit/b00046e27b))
293
+
294
+ ## 0.0.174 (2025-11-28)
295
+
296
+ ### 🚀 Features
297
+
298
+ - Add utility classes and methods for number, string, time, version, and process handling ([941d93259a](https://github.com/RueDeRennes/mosaik/commit/941d93259a))
299
+ - **tailwind:** add Joy Tailwind plugin with configuration options and token exposure ([72bbf954a8](https://github.com/RueDeRennes/mosaik/commit/72bbf954a8))
300
+ - **svg:** add SVG to path conversion utility ([f2f74da782](https://github.com/RueDeRennes/mosaik/commit/f2f74da782))
301
+
302
+ ### 🩹 Fixes
303
+
304
+ - remove unused elevation2 light token and update release version in package.json ([9a63ade438](https://github.com/RueDeRennes/mosaik/commit/9a63ade438))
305
+ - remove unused dependency 'element-to-path' from yarn.lock ([df86dc94de](https://github.com/RueDeRennes/mosaik/commit/df86dc94de))
306
+ - add newline at end of package.json ([73db364d3c](https://github.com/RueDeRennes/mosaik/commit/73db364d3c))
307
+
308
+ ## 0.0.173 (2025-11-26)
309
+
310
+ ### 🚀 Features
311
+
312
+ - Enhance Color Palette Builder and Theme Generation ([7b7a885f6a](https://github.com/RueDeRennes/mosaik/commit/7b7a885f6a))
313
+
314
+ ## 0.0.172 (2025-11-21)
315
+
316
+ This was a version bump only for utilities to align it with other projects, there were no code changes.
317
+
318
+ ## 0.0.171 (2025-11-21)
319
+
320
+ ### 🚀 Features
321
+
322
+ - add FlipToDirective for flipping components and ReactiveFormValidator for form validation ([ba607ccc49](https://github.com/RueDeRennes/mosaik/commit/ba607ccc49))
323
+
324
+ ### 🩹 Fixes
325
+
326
+ - **release:** update release version to 0.0.170 ([089a682d6f](https://github.com/RueDeRennes/mosaik/commit/089a682d6f))
327
+
328
+ ## 0.0.170 (2025-10-28)
329
+
330
+ ### 🩹 Fixes
331
+
332
+ - **release:** update release version to 0.0.169 ([77c58d1eea](https://github.com/RueDeRennes/mosaik/commit/77c58d1eea))
333
+
334
+ ## 0.0.169 (2025-10-28)
335
+
336
+ ### 🚀 Features
337
+
338
+ - **chat:** add author property to chat messages and update templates ([6e22d26e1d](https://github.com/RueDeRennes/mosaik/commit/6e22d26e1d))
339
+
340
+ ### 🩹 Fixes
341
+
342
+ - **release:** update release version to 0.0.168 ([1434c7a9fd](https://github.com/RueDeRennes/mosaik/commit/1434c7a9fd))
343
+
344
+ ## 0.0.168 (2025-10-26)
345
+
346
+ This was a version bump only for utilities to align it with other projects, there were no code changes.
347
+
348
+ ## 0.0.167 (2025-10-26)
349
+
350
+ This was a version bump only for utilities to align it with other projects, there were no code changes.
351
+
352
+ ## 0.0.166 (2025-10-26)
353
+
354
+ ### 🩹 Fixes
355
+
356
+ - **package:** add missing newline at end of file ([4aa435a5b6](https://github.com/RueDeRennes/mosaik/commit/4aa435a5b6))
357
+
358
+ ## 0.0.165 (2025-10-24)
359
+
360
+ ### 🚀 Features
361
+
362
+ - **List:** add orientation property and update styles for flexible layout ([44aa6a89cb](https://github.com/RueDeRennes/mosaik/commit/44aa6a89cb))
363
+
364
+ ## 0.0.164 (2025-10-24)
365
+
366
+ This was a version bump only for utilities to align it with other projects, there were no code changes.
367
+
368
+ ## 0.0.163 (2025-10-22)
369
+
370
+ ### 🚀 Features
371
+
372
+ - add DateAgo and TimeAgo pipes, directives, and services for time-based formatting ([40c3e551ba](https://github.com/RueDeRennes/mosaik/commit/40c3e551ba))
373
+
374
+ ## 0.0.162 (2025-10-22)
375
+
376
+ This was a version bump only for utilities to align it with other projects, there were no code changes.
377
+
378
+ ## 0.0.161 (2025-10-22)
379
+
380
+ This was a version bump only for utilities to align it with other projects, there were no code changes.
381
+
382
+ ## 0.0.160 (2025-10-21)
383
+
384
+ This was a version bump only for utilities to align it with other projects, there were no code changes.
385
+
386
+ ## 0.0.159 (2025-10-21)
387
+
388
+ ### 🩹 Fixes
389
+
390
+ - 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))
391
+
392
+ ## 0.0.158 (2025-10-21)
393
+
394
+ ### 🚀 Features
395
+
396
+ - add options for ListElement and update release version to 0.0.157 ([0a28367587](https://github.com/RueDeRennes/mosaik/commit/0a28367587))
397
+
398
+ ### 🩹 Fixes
399
+
400
+ - correct typos in interface comments and update default configuration values ([dc58b1a35c](https://github.com/RueDeRennes/mosaik/commit/dc58b1a35c))
401
+
402
+ ## 0.0.157 (2025-10-19)
403
+
404
+ ### 🩹 Fixes
405
+
406
+ - add newline at end of file in package.json ([d0e684e967](https://github.com/RueDeRennes/mosaik/commit/d0e684e967))
407
+
408
+ ## 0.0.156 (2025-10-17)
409
+
410
+ ### 🩹 Fixes
411
+
412
+ - update release version to 0.0.156 in package.json ([323d1588b7](https://github.com/RueDeRennes/mosaik/commit/323d1588b7))
413
+ - update release version to 0.0.155 in package.json ([1f1946594c](https://github.com/RueDeRennes/mosaik/commit/1f1946594c))
414
+
415
+ ## 0.0.155 (2025-10-16)
416
+
417
+ ### 🩹 Fixes
418
+
419
+ - update release version to 0.0.154 in package.json ([d894b6b4a1](https://github.com/RueDeRennes/mosaik/commit/d894b6b4a1))
420
+
421
+ ## 0.0.154 (2025-10-16)
422
+
423
+ ### 🩹 Fixes
424
+
425
+ - 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))
426
+
427
+ ## 0.0.153 (2025-10-15)
428
+
429
+ ### 🩹 Fixes
430
+
431
+ - 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))
432
+
433
+ ## 0.0.152 (2025-10-15)
434
+
435
+ This was a version bump only for utilities to align it with other projects, there were no code changes.
436
+
437
+ ## 0.0.151 (2025-09-29)
438
+
439
+ ### 🚀 Features
440
+
441
+ - add wrap property to StackElement for flexible layout handling ([181634aa81](https://github.com/RueDeRennes/mosaik/commit/181634aa81))
442
+
443
+ ## 0.0.150 (2025-09-29)
444
+
445
+ ### 🩹 Fixes
446
+
447
+ - update release script version to 0.0.149 and adjust enum handling in modelClass function ([826e15bdf2](https://github.com/RueDeRennes/mosaik/commit/826e15bdf2))
448
+
449
+ ## 0.0.149 (2025-09-25)
450
+
451
+ This was a version bump only for utilities to align it with other projects, there were no code changes.
452
+
453
+ ## 0.0.148 (2025-09-25)
454
+
455
+ This was a version bump only for utilities to align it with other projects, there were no code changes.
456
+
457
+ ## 0.0.147 (2025-09-25)
458
+
459
+ ### 🩹 Fixes
460
+
461
+ - correct spelling of 'schema' in OpenApiParser logging ([1a75e6c62b](https://github.com/RueDeRennes/mosaik/commit/1a75e6c62b))
462
+
463
+ ## 0.0.146 (2025-09-16)
464
+
465
+ ### 🩹 Fixes
466
+
467
+ - update release script version to 0.0.145 and enhance logging output in TemplateBuilder ([c77501d259](https://github.com/RueDeRennes/mosaik/commit/c77501d259))
468
+
469
+ ## 0.0.145 (2025-09-16)
470
+
471
+ ### 🚀 Features
472
+
473
+ - enhance Template class with error handling and additional context features ([87df17a3a9](https://github.com/RueDeRennes/mosaik/commit/87df17a3a9))
474
+
475
+ ### 🩹 Fixes
476
+
477
+ - update release version to 0.0.144 and improve type annotations in TemplateEngine ([c99a28f6b6](https://github.com/RueDeRennes/mosaik/commit/c99a28f6b6))
478
+
479
+ ## 0.0.144 (2025-09-16)
480
+
481
+ ### 🩹 Fixes
482
+
483
+ - correct spelling of 'preferred' in TemplateBuilder and related files ([5862673dc4](https://github.com/RueDeRennes/mosaik/commit/5862673dc4))
484
+
485
+ ## 0.0.143 (2025-09-16)
486
+
487
+ ### 🩹 Fixes
488
+
489
+ - update release script version to 0.0.142 ([b558893804](https://github.com/RueDeRennes/mosaik/commit/b558893804))
490
+
491
+ ## 0.0.142 (2025-09-15)
492
+
493
+ This was a version bump only for utilities to align it with other projects, there were no code changes.
494
+
495
+ ## 0.0.141 (2025-09-14)
496
+
497
+ ### 🚀 Features
498
+
499
+ - add comprehensive guidelines for code quality checks and testing standards across backend, frontend, and testing instructions ([9d9bcf13f9](https://github.com/RueDeRennes/mosaik/commit/9d9bcf13f9))
500
+
501
+ ### 🩹 Fixes
502
+
503
+ - add missing newline at end of package.json ([3309d1ee97](https://github.com/RueDeRennes/mosaik/commit/3309d1ee97))
504
+
505
+ ## 0.0.140 (2025-09-10)
506
+
507
+ This was a version bump only for utilities to align it with other projects, there were no code changes.
508
+
509
+ ## 0.0.139 (2025-09-08)
510
+
511
+ ### 🚀 Features
512
+
513
+ - add reorderable and resizable properties to TileListItemElement and update related styles ([84672caf3a](https://github.com/RueDeRennes/mosaik/commit/84672caf3a))
514
+
515
+ ## 0.0.138 (2025-09-07)
516
+
517
+ This was a version bump only for utilities to align it with other projects, there were no code changes.
518
+
519
+ ## 0.0.137 (2025-09-05)
520
+
521
+ ### 🚀 Features
522
+
523
+ - **build:** add environment variable sanitization to build summary ([b2f1e0830e](https://github.com/RueDeRennes/mosaik/commit/b2f1e0830e))
524
+
525
+ ## 0.0.136 (2025-09-04)
526
+
527
+ ### 🚀 Features
528
+
529
+ - add comprehensive coding standards for backend, frontend, and testing ([3987d97056](https://github.com/RueDeRennes/mosaik/commit/3987d97056))
530
+ - integrate build info into AppElement and update template to display build metadata ([afff580948](https://github.com/RueDeRennes/mosaik/commit/afff580948))
531
+
532
+ ### 🩹 Fixes
533
+
534
+ - standardize padding-top property in Banner styles and templates ([377e883410](https://github.com/RueDeRennes/mosaik/commit/377e883410))
535
+
536
+ ## 0.0.135 (2025-09-03)
537
+
538
+ ### 🚀 Features
539
+
540
+ - add build info plugin for Vite to collect and expose build metadata ([888ea8b254](https://github.com/RueDeRennes/mosaik/commit/888ea8b254))
541
+
542
+ ### 🩹 Fixes
543
+
544
+ - enhance build info logging format and update release version to 0.0.135 ([61b1c86643](https://github.com/RueDeRennes/mosaik/commit/61b1c86643))
545
+ - add missing newline at end of package.json ([cf3b9a3f21](https://github.com/RueDeRennes/mosaik/commit/cf3b9a3f21))
546
+
547
+ ## 0.0.134 (2025-09-01)
548
+
549
+ ### 🚀 Features
550
+
551
+ - Add ThemeService for managing theme application and properties ([a3cb9be861](https://github.com/RueDeRennes/mosaik/commit/a3cb9be861))
552
+ - Add new Map and Thumbnail components with Cosmopolitan, Joy, and Memphis themes ([5142fee885](https://github.com/RueDeRennes/mosaik/commit/5142fee885))
553
+ - add serve scripts for app and API in package.json ([1ad4faa834](https://github.com/RueDeRennes/mosaik/commit/1ad4faa834))
554
+
555
+ ## 0.0.132 (2025-08-24)
556
+
557
+ This was a version bump only for utilities to align it with other projects, there were no code changes.
558
+
559
+ ## 0.0.131 (2025-08-23)
560
+
561
+ ### 🚀 Features
562
+
563
+ - reorder appearance input in ChatMarker components and ensure consistent usage across implementations ([eb5b88f6aa](https://github.com/RueDeRennes/mosaik/commit/eb5b88f6aa))
564
+
565
+ ## 0.0.130 (2025-08-22)
566
+
567
+ ### 🚀 Features
568
+
569
+ - add appearance property to ChatMarker components and update styles for new appearances ([23a86826b3](https://github.com/RueDeRennes/mosaik/commit/23a86826b3))
570
+ - update event names for recorder events to camelCase format ([bfd76cfe4b](https://github.com/RueDeRennes/mosaik/commit/bfd76cfe4b))
571
+
572
+ ## 0.0.129 (2025-08-22)
573
+
574
+ This was a version bump only for utilities to align it with other projects, there were no code changes.
575
+
576
+ ## 0.0.128 (2025-08-22)
577
+
578
+ This was a version bump only for utilities to align it with other projects, there were no code changes.
579
+
580
+ ## 0.0.127 (2025-08-21)
581
+
582
+ ### 🚀 Features
583
+
584
+ - add FormValidator2 and provideForms for enhanced form validation capabilities ([0202e7092e](https://github.com/RueDeRennes/mosaik/commit/0202e7092e))
585
+
586
+ ## 0.0.126 (2025-08-21)
587
+
588
+ This was a version bump only for utilities to align it with other projects, there were no code changes.
589
+
590
+ ## 0.0.125 (2025-08-20)
591
+
592
+ This was a version bump only for utilities to align it with other projects, there were no code changes.
593
+
594
+ ## 0.0.124 (2025-08-20)
595
+
596
+ ### 🚀 Features
597
+
598
+ - update ChoiceElement template and styles for additional slot support ([e9d020bdf9](https://github.com/RueDeRennes/mosaik/commit/e9d020bdf9))
599
+
600
+ ## 0.0.123 (2025-08-20)
601
+
602
+ ### 🚀 Features
603
+
604
+ - add alignment property to HintElement and update template to support it ([985785e116](https://github.com/RueDeRennes/mosaik/commit/985785e116))
605
+
606
+ ## 0.0.122 (2025-08-20)
607
+
608
+ ### 🩹 Fixes
609
+
610
+ - add missing newline at end of package.json ([d79563d401](https://github.com/RueDeRennes/mosaik/commit/d79563d401))
611
+
612
+ ## 0.0.121 (2025-08-20)
613
+
614
+ ### 🚀 Features
615
+
616
+ - Add ToggleButtonGroup and DockPanel components with associated styles and tokens ([a9728a1a4e](https://github.com/RueDeRennes/mosaik/commit/a9728a1a4e))
617
+
618
+ ## 0.0.120 (2025-08-18)
619
+
620
+ ### 🚀 Features
621
+
622
+ - Add ToggleButtonElementValueAccessor and integrate with ToggleButtonComponent ([5e831d7fbd](https://github.com/RueDeRennes/mosaik/commit/5e831d7fbd))
623
+
624
+ ## 0.0.119 (2025-08-18)
625
+
626
+ ### 🩹 Fixes
627
+
628
+ - **release:** update version to 0.0.118 in release script ([4ac4717314](https://github.com/RueDeRennes/mosaik/commit/4ac4717314))
629
+
630
+ ## 0.0.118 (2025-08-18)
631
+
632
+ ### 🩹 Fixes
633
+
634
+ - **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))
635
+
636
+ ## 0.0.117 (2025-08-18)
637
+
638
+ ### 🩹 Fixes
639
+
640
+ - **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))
641
+
642
+ ## 0.0.116 (2025-08-18)
643
+
644
+ This was a version bump only for utilities to align it with other projects, there were no code changes.
645
+
646
+ ## 0.0.115 (2025-08-18)
647
+
648
+ This was a version bump only for utilities to align it with other projects, there were no code changes.
649
+
650
+ ## 0.0.114 (2025-08-17)
651
+
652
+ This was a version bump only for utilities to align it with other projects, there were no code changes.
653
+
654
+ ## 0.0.113 (2025-08-17)
655
+
656
+ This was a version bump only for utilities to align it with other projects, there were no code changes.
657
+
658
+ ## 0.0.112 (2025-08-16)
659
+
660
+ This was a version bump only for utilities to align it with other projects, there were no code changes.
661
+
662
+ ## 0.0.111 (2025-08-16)
663
+
664
+ This was a version bump only for utilities to align it with other projects, there were no code changes.
665
+
666
+ ## 0.0.110 (2025-08-16)
667
+
668
+ This was a version bump only for utilities to align it with other projects, there were no code changes.
669
+
670
+ ## 0.0.109 (2025-08-15)
671
+
672
+ ### 🚀 Features
673
+
674
+ - **instructions:** add initial blogpost writing guidelines and structure ([03fbd93fd8](https://github.com/RueDeRennes/mosaik/commit/03fbd93fd8))
675
+
676
+ ## 0.0.108 (2025-08-15)
677
+
678
+ ### 🚀 Features
679
+
680
+ - **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))
681
+
682
+ ## 0.0.107 (2025-08-15)
683
+
684
+ ### 🚀 Features
685
+
686
+ - **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))
687
+
688
+ ## 0.0.106 (2025-08-15)
689
+
690
+ ### 🚀 Features
691
+
692
+ - **instructions:** add guidelines for self-closing tags and update constructor injection recommendation ([12118c959d](https://github.com/RueDeRennes/mosaik/commit/12118c959d))
693
+
694
+ ## 0.0.105 (2025-08-14)
695
+
696
+ This was a version bump only for utilities to align it with other projects, there were no code changes.
697
+
698
+ ## 0.0.104 (2025-08-14)
699
+
700
+ This was a version bump only for utilities to align it with other projects, there were no code changes.
701
+
702
+ ## 0.0.103 (2025-08-13)
703
+
704
+ This was a version bump only for utilities to align it with other projects, there were no code changes.
705
+
706
+ ## 0.0.102 (2025-08-12)
707
+
708
+ ### 🩹 Fixes
709
+
710
+ - **release:** update release version to 0.0.101 in package.json ([86223aaef2](https://github.com/RueDeRennes/mosaik/commit/86223aaef2))
711
+
712
+ ## 0.0.101 (2025-08-12)
713
+
714
+ ### 🩹 Fixes
715
+
716
+ - **release:** update release version to 0.0.100 in package.json ([6b4d2ead65](https://github.com/RueDeRennes/mosaik/commit/6b4d2ead65))
717
+
718
+ ## 0.0.100 (2025-08-12)
719
+
720
+ ### 🩹 Fixes
721
+
722
+ - update release version to 0.0.99 in package.json ([00ce8821ae](https://github.com/RueDeRennes/mosaik/commit/00ce8821ae))
723
+
724
+ ## 0.0.99 (2025-08-11)
725
+
726
+ ### 🩹 Fixes
727
+
728
+ - update release version to 0.0.98 in package.json ([7b87750763](https://github.com/RueDeRennes/mosaik/commit/7b87750763))
729
+
730
+ ## 0.0.98 (2025-08-11)
731
+
732
+ ### 🩹 Fixes
733
+
734
+ - update release version to 0.0.97 in package.json ([332303fb5e](https://github.com/RueDeRennes/mosaik/commit/332303fb5e))
735
+
736
+ ## 0.0.97 (2025-08-11)
737
+
738
+ ### 🩹 Fixes
739
+
740
+ - update release version to 0.0.96 in package.json ([6837da25c3](https://github.com/RueDeRennes/mosaik/commit/6837da25c3))
741
+
742
+ ## 0.0.96 (2025-08-10)
743
+
744
+ ### 🩹 Fixes
745
+
746
+ - update @types/node to version 24.2.1 across multiple packages ([1d3b606f14](https://github.com/RueDeRennes/mosaik/commit/1d3b606f14))
747
+ - update release version to 0.0.95 in package.json ([c1d12c2301](https://github.com/RueDeRennes/mosaik/commit/c1d12c2301))
748
+
749
+ ## 0.0.95 (2025-08-09)
750
+
751
+ ### 🩹 Fixes
752
+
753
+ - update import path for FileCache and increment release version to 0.0.94 ([54601adcea](https://github.com/RueDeRennes/mosaik/commit/54601adcea))
754
+
755
+ ## 0.0.94 (2025-08-09)
756
+
757
+ ### 🩹 Fixes
758
+
759
+ - add missing newline at end of package.json ([32f8168058](https://github.com/RueDeRennes/mosaik/commit/32f8168058))
760
+
761
+ ## 0.0.93 (2025-08-09)
762
+
763
+ ### 🚀 Features
764
+
765
+ - implement caching utility and update executors to use it ([109456ef58](https://github.com/RueDeRennes/mosaik/commit/109456ef58))
766
+
767
+ ### 🩹 Fixes
768
+
769
+ - update cache enabling logic across multiple executors ([91828dcf26](https://github.com/RueDeRennes/mosaik/commit/91828dcf26))
770
+
771
+ ## 0.0.92 (2025-08-08)
772
+
773
+ This was a version bump only for utilities to align it with other projects, there were no code changes.
774
+
775
+ ## 0.0.91 (2025-08-08)
776
+
777
+ This was a version bump only for utilities to align it with other projects, there were no code changes.
778
+
779
+ ## 0.0.90 (2025-08-08)
780
+
781
+ This was a version bump only for utilities to align it with other projects, there were no code changes.
782
+
783
+ ## 0.0.89 (2025-08-05)
784
+
785
+ This was a version bump only for utilities to align it with other projects, there were no code changes.
786
+
787
+ ## 0.0.88 (2025-08-04)
788
+
789
+ ### 🚀 Features
790
+
791
+ - add executor options types and schema generation script; remove unused dependencies ([eb71956d5a](https://github.com/RueDeRennes/mosaik/commit/eb71956d5a))
792
+
793
+ ## 0.0.87 (2025-08-04)
794
+
795
+ This was a version bump only for utilities to align it with other projects, there were no code changes.
796
+
797
+ ## 0.0.86 (2025-08-04)
798
+
799
+ This was a version bump only for utilities to align it with other projects, there were no code changes.
800
+
801
+ ## 0.0.85 (2025-08-01)
802
+
803
+ This was a version bump only for utilities to align it with other projects, there were no code changes.
804
+
805
+ ## 0.0.84 (2025-08-01)
806
+
807
+ This was a version bump only for utilities to align it with other projects, there were no code changes.
808
+
809
+ ## 0.0.83 (2025-08-01)
810
+
811
+ ### 🚀 Features
812
+
813
+ - implement FileLockfile class for hash-based file change tracking ([0f84420e4f](https://github.com/RueDeRennes/mosaik/commit/0f84420e4f))
814
+
815
+ ## 0.0.82 (2025-08-01)
816
+
817
+ ### 🚀 Features
818
+
819
+ - **localizator:** add limit option for resource generation ([c8cfc9ba67](https://github.com/RueDeRennes/mosaik/commit/c8cfc9ba67))
820
+ - update release version to 0.0.81 in package.json ([6e01a49d06](https://github.com/RueDeRennes/mosaik/commit/6e01a49d06))
821
+
822
+ ### 🩹 Fixes
823
+
824
+ - **release): update version number from 0.0.81 to 0.0.82 in release script fix(events:** remove redundant detailType from select event in Meta.g.json ([a330ca39c9](https://github.com/RueDeRennes/mosaik/commit/a330ca39c9))
825
+ - **dependencies:** downgrade TypeScript version from ^5.9.2 to ^5.8.3 across multiple packages ([c58367f25b](https://github.com/RueDeRennes/mosaik/commit/c58367f25b))
826
+
827
+ ## 0.0.81 (2025-07-30)
828
+
829
+ ### 🚀 Features
830
+
831
+ - update release version to 0.0.80 in package.json ([96a94fca93](https://github.com/RueDeRennes/mosaik/commit/96a94fca93))
832
+
833
+ ## 0.0.80 (2025-07-30)
834
+
835
+ This was a version bump only for utilities to align it with other projects, there were no code changes.
836
+
837
+ ## 0.0.79 (2025-07-30)
838
+
839
+ ### 🚀 Features
840
+
841
+ - Add synchronous caching methods for file and directory checks in FileCache refactor: Update storage conversion methods to simplify data handling chore: Enhance styledictionary configuration with file caching and logging improvements ([0f6a7350f3](https://github.com/RueDeRennes/mosaik/commit/0f6a7350f3))
842
+ - Implement SandboxProjectFactory and SandboxProjectTemplateEngine ([3300298aec](https://github.com/RueDeRennes/mosaik/commit/3300298aec))
843
+ - add YAML code generation and update chat mode configuration ([9fe1bb330c](https://github.com/RueDeRennes/mosaik/commit/9fe1bb330c))
844
+ - Enhance Landing and App View Components ([459cb772ed](https://github.com/RueDeRennes/mosaik/commit/459cb772ed))
845
+
846
+ ### 🩹 Fixes
847
+
848
+ - correct spelling of 'initialize' in various files and update related interfaces ([3c70f28918](https://github.com/RueDeRennes/mosaik/commit/3c70f28918))
849
+
850
+ ## 0.0.78 (2025-07-20)
851
+
852
+ ### 🚀 Features
853
+
854
+ - Add PortalHostComponent to various frameworks and implement Gappable behavior ([2e84d8f5d0](https://github.com/RueDeRennes/mosaik/commit/2e84d8f5d0))
855
+ - Update translations to include dynamic placeholders and enhance icon gallery functionality feat: Add InfiniteScrollController for improved scrolling experience refactor: Improve type safety in UrlParam and Persisted decorators ([6e35f3da1d](https://github.com/RueDeRennes/mosaik/commit/6e35f3da1d))
856
+ - Refactor and enhance reactivity system with new Signal and TrackableSignal classes ([09c5e2a4b8](https://github.com/RueDeRennes/mosaik/commit/09c5e2a4b8))
857
+ - enhance styling and structure across various components; add shared styles for liquid glass effect ([1c34c9b796](https://github.com/RueDeRennes/mosaik/commit/1c34c9b796))
858
+ - Integrate Portal and ProjectionController into DateBox, DateTimeBox, and TimeBox components ([b0d925bdbf](https://github.com/RueDeRennes/mosaik/commit/b0d925bdbf))
859
+ - standardize event listener decorators by removing 'self' target option and improving documentation ([f14fe3f4b5](https://github.com/RueDeRennes/mosaik/commit/f14fe3f4b5))
860
+ - Update button components to include event fires and improve documentation ([07140d2542](https://github.com/RueDeRennes/mosaik/commit/07140d2542))
861
+ - add App Header component and related samples, templates, and events ([cb140e78e8](https://github.com/RueDeRennes/mosaik/commit/cb140e78e8))
862
+ - add expand, collapse, and toggle methods to MenuItem and TreeItem components with descriptions ([8881f5f730](https://github.com/RueDeRennes/mosaik/commit/8881f5f730))
863
+ - Implement FileTracker class for managing generated files and cleanup operations ([8d6ed91f3f](https://github.com/RueDeRennes/mosaik/commit/8d6ed91f3f))
864
+ - implement ColorTableElement component with associated template and styles ([a5bc0a091a](https://github.com/RueDeRennes/mosaik/commit/a5bc0a091a))
865
+ - implement FileManifest and FileTracker classes for managing generated files and cleanup operations ([04a4def762](https://github.com/RueDeRennes/mosaik/commit/04a4def762))
866
+ - add copyExecutorsJson script and update build commands ([0a0aba85b9](https://github.com/RueDeRennes/mosaik/commit/0a0aba85b9))
867
+ - Add formatter property to Jumbotron components and update related files ([9ae59c7ff9](https://github.com/RueDeRennes/mosaik/commit/9ae59c7ff9))
868
+ - Introduce Indicator component across multiple frameworks ([7ef850c39d](https://github.com/RueDeRennes/mosaik/commit/7ef850c39d))
869
+ - implement animation directive and provider with presets ([09550b6633](https://github.com/RueDeRennes/mosaik/commit/09550b6633))
870
+ - Add Svelte support with SvelteCodeGenerator and update build scripts ([955cb75cb6](https://github.com/RueDeRennes/mosaik/commit/955cb75cb6))
871
+ - Add new Svelte components for menu, segment, tab, table, tree, wizard, and shell ([e6de8f0553](https://github.com/RueDeRennes/mosaik/commit/e6de8f0553))
872
+ - add comprehensive article on using const vs enums in TypeScript with Angular templates ([8db46644e3](https://github.com/RueDeRennes/mosaik/commit/8db46644e3))
873
+ - add localizator-core dependency and update build dependencies in project configuration ([077a2cd1d9](https://github.com/RueDeRennes/mosaik/commit/077a2cd1d9))
874
+ - add comprehensive guide on the power of regions in TypeScript for improved code organization ([564b600288](https://github.com/RueDeRennes/mosaik/commit/564b600288))
875
+ - add theme provider for angular ([04568d1528](https://github.com/RueDeRennes/mosaik/commit/04568d1528))
876
+ - add 'Code' and 'TypeScript' keywords to various documentation files for improved discoverability ([7ac3c152dd](https://github.com/RueDeRennes/mosaik/commit/7ac3c152dd))
877
+ - add "The Dependency Forest" article on dependency management challenges in Angular ([d129b84490](https://github.com/RueDeRennes/mosaik/commit/d129b84490))
878
+ - add translation command and integrate translation functionality in BlogBaseElement ([7e166a6bea](https://github.com/RueDeRennes/mosaik/commit/7e166a6bea))
879
+ - enhance blog and translation features with interview type and language flags ([9aff64d29b](https://github.com/RueDeRennes/mosaik/commit/9aff64d29b))
880
+ - update interview content and add StickyController metadata in JSON ([c39d970be6](https://github.com/RueDeRennes/mosaik/commit/c39d970be6))
881
+ - add YouTube video rendering support in MarkdownRenderer ([723610d3c8](https://github.com/RueDeRennes/mosaik/commit/723610d3c8))
882
+ - Add new translation for "Open with" in code section ([e1b84033bc](https://github.com/RueDeRennes/mosaik/commit/e1b84033bc))
883
+ - create Playground components for testing Markdown features ([738f61002f](https://github.com/RueDeRennes/mosaik/commit/738f61002f))
884
+ - add PinchController for gesture recognition and enhance DiagramElement with centering functionality ([c3feb9a789](https://github.com/RueDeRennes/mosaik/commit/c3feb9a789))
885
+ - **docs:** Update documentation with new sections, descriptions, and examples for clarity and usability ([c32ff5f976](https://github.com/RueDeRennes/mosaik/commit/c32ff5f976))
886
+ - **docs:** Enhance MVP pattern documentation with detailed explanations and examples ([e3c97f1368](https://github.com/RueDeRennes/mosaik/commit/e3c97f1368))
887
+ - Implement sticky positioning directive and controller, enhance scrolling functionality in Scroller class ([148f07916e](https://github.com/RueDeRennes/mosaik/commit/148f07916e))
888
+ - Enhance MVP documentation and examples across multiple frameworks ([cfabea14a3](https://github.com/RueDeRennes/mosaik/commit/cfabea14a3))
889
+ - add backdrop images and enhance ArticlesView with documentation grouping ([af72ff74cd](https://github.com/RueDeRennes/mosaik/commit/af72ff74cd))
890
+ - add images and enhance Markdown documentation with improved layout and structure ([1eaac2125f](https://github.com/RueDeRennes/mosaik/commit/1eaac2125f))
891
+ - enhance Markdown components with improved styling and layout variables ([780d383b31](https://github.com/RueDeRennes/mosaik/commit/780d383b31))
892
+ - **markdowner:** enhance Markdown processing with new extension structure and build integration ([0c08852146](https://github.com/RueDeRennes/mosaik/commit/0c08852146))
893
+ - Enhance Markdown processing with new features and improvements ([534983c407](https://github.com/RueDeRennes/mosaik/commit/534983c407))
894
+ - refactor text overflow handling and enhance Markdown component styles ([62bb601fc7](https://github.com/RueDeRennes/mosaik/commit/62bb601fc7))
895
+ - update metadata structure in documentation and improve avatar and chip components ([007bd05bea](https://github.com/RueDeRennes/mosaik/commit/007bd05bea))
896
+ - update markdown files to use structured keywords and add author information ([d0df1b883f](https://github.com/RueDeRennes/mosaik/commit/d0df1b883f))
897
+ - **docs): enhance keyword metadata across documentation files for improved searchability and context feat(Markdown): update MarkdownElement and MarkdownRenderer for better handling of text and code blocks fix(DocsService): refine getDocsTree method for improved documentation hierarchy and sorting fix(staticContent:** add meta information to static content registration for enhanced metadata handling ([789875e05d](https://github.com/RueDeRennes/mosaik/commit/789875e05d))
898
+ - **build:** add vite-plugins build step to deployment script; enhance MarkdownElement and DocsService for better handling of documentation and Markdown sources ([619a32e38b](https://github.com/RueDeRennes/mosaik/commit/619a32e38b))
899
+ - **router:** enhance routing components with role attributes and update templates for better accessibility; refactor RouterController and RouterLinkDirective for improved functionality ([63b32829f1](https://github.com/RueDeRennes/mosaik/commit/63b32829f1))
900
+ - **router:** add RouterLinkDirective for dynamic link generation ([ab2e98ed50](https://github.com/RueDeRennes/mosaik/commit/ab2e98ed50))
901
+ - enhance package service and controller to support history retrieval with optional limit; update translations and styles for package explorer ([71efae2557](https://github.com/RueDeRennes/mosaik/commit/71efae2557))
902
+ - implement ShieldElement with template, style, and props; enhance package metadata and history models ([de73abbc76](https://github.com/RueDeRennes/mosaik/commit/de73abbc76))
903
+ - enhance package service and models with metadata and history retrieval ([05c98c197d](https://github.com/RueDeRennes/mosaik/commit/05c98c197d))
904
+ - add package manager installation step in CI workflow ([d8453719df](https://github.com/RueDeRennes/mosaik/commit/d8453719df))
905
+ - add eslint config build step to the dev deployment workflow ([c831986474](https://github.com/RueDeRennes/mosaik/commit/c831986474))
906
+ - add component selector to various sample elements for better integration ([3eb465fed5](https://github.com/RueDeRennes/mosaik/commit/3eb465fed5))
907
+ - Enhance sandbox functionality and UI improvements ([c45d7ca09b](https://github.com/RueDeRennes/mosaik/commit/c45d7ca09b))
908
+ - Implement ProjectionController for managing projected content in portals ([1bc46717b5](https://github.com/RueDeRennes/mosaik/commit/1bc46717b5))
909
+ - add TableFooter component and related styles ([85d9e96af5](https://github.com/RueDeRennes/mosaik/commit/85d9e96af5))
910
+ - Refactor CheckBoxGroupSample and TextBoxSample components for improved property formatting ([b0fcc7502e](https://github.com/RueDeRennes/mosaik/commit/b0fcc7502e))
911
+ - add default values for boolean attributes across various components ([899d593ba5](https://github.com/RueDeRennes/mosaik/commit/899d593ba5))
912
+ - update release script to version 0.0.26 ([11e2fdbc4f](https://github.com/RueDeRennes/mosaik/commit/11e2fdbc4f))
913
+ - update release script to version 0.0.25 ([930ba60eb4](https://github.com/RueDeRennes/mosaik/commit/930ba60eb4))
914
+ - update version to 0.0.24 and remove prefix/suffix styles from various components ([d061c7f8cd](https://github.com/RueDeRennes/mosaik/commit/d061c7f8cd))
915
+ - update appearance of input components and add textAlign property ([5f7321b7a8](https://github.com/RueDeRennes/mosaik/commit/5f7321b7a8))
916
+ - add Invalidable behavior and validity check to components ([893bb30b3b](https://github.com/RueDeRennes/mosaik/commit/893bb30b3b))
917
+ - **eslint:** add TypeScript ESLint configuration with comprehensive ruleset ([4d7a0d88b7](https://github.com/RueDeRennes/mosaik/commit/4d7a0d88b7))
918
+ - Add Insetable behavior and update BoxElement styles ([ca740ab5f2](https://github.com/RueDeRennes/mosaik/commit/ca740ab5f2))
919
+ - add exports field to package.json and implement transformExports function ([99f3fbe3f1](https://github.com/RueDeRennes/mosaik/commit/99f3fbe3f1))
920
+ - enhance project configurations with inputs and outputs for build targets ([6f80d15bda](https://github.com/RueDeRennes/mosaik/commit/6f80d15bda))
921
+ - **PublishPackage:** add version validation and improve error logging ([33ad436126](https://github.com/RueDeRennes/mosaik/commit/33ad436126))
922
+ - update package dependencies to use workspace references ([e853ec04e5](https://github.com/RueDeRennes/mosaik/commit/e853ec04e5))
923
+ - add changelog configuration to disable author rendering and update release script to specify group ([9ce709c251](https://github.com/RueDeRennes/mosaik/commit/9ce709c251))
924
+ - update version generator options to include installArgs and installIgnoreScripts ([747191d4da](https://github.com/RueDeRennes/mosaik/commit/747191d4da))
925
+ - streamline release configuration by consolidating project relationships and removing redundant properties ([77fbfcd293](https://github.com/RueDeRennes/mosaik/commit/77fbfcd293))
926
+ - add version configuration for conventional commits and generator options ([bd6048596e](https://github.com/RueDeRennes/mosaik/commit/bd6048596e))
927
+ - update release configuration to set projectsRelationship to fixed for libs, infra, and tools ([bc0437f95d](https://github.com/RueDeRennes/mosaik/commit/bc0437f95d))
928
+ - restructure release configuration to include groups for libs, infra, and tools ([fe9e93b5ce](https://github.com/RueDeRennes/mosaik/commit/fe9e93b5ce))
929
+ - update documentation paths and add index file for mosaik-elements-foundation package ([ced717bdea](https://github.com/RueDeRennes/mosaik/commit/ced717bdea))
930
+ - update package dependencies to use caret (^) versioning for consistency ([2d8ab96c84](https://github.com/RueDeRennes/mosaik/commit/2d8ab96c84))
931
+ - enhance release script to include build and publish targets ([0c29b15d46](https://github.com/RueDeRennes/mosaik/commit/0c29b15d46))
932
+ - update package.json dependencies to use specific versions instead of workspace references ([4934f88dc1](https://github.com/RueDeRennes/mosaik/commit/4934f88dc1))
933
+ - update project configurations to enable caching and adjust input paths for build targets ([4e8b485497](https://github.com/RueDeRennes/mosaik/commit/4e8b485497))
934
+ - add changesets for versioning and changelog management ([00db6e0ef1](https://github.com/RueDeRennes/mosaik/commit/00db6e0ef1))
935
+ - add semver package for version validation in CopyPublisherPackageJson task ([f848b73d49](https://github.com/RueDeRennes/mosaik/commit/f848b73d49))
936
+ - **dialog:** implement DialogRef and DialogService for enhanced dialog management ([e1c0b0d850](https://github.com/RueDeRennes/mosaik/commit/e1c0b0d850))
937
+ - Enhance Electronic Program Guide with new properties and styling adjustments ([d2aed27576](https://github.com/RueDeRennes/mosaik/commit/d2aed27576))
938
+ - implement theme persistence and configuration storage, update ToastService and RatingElement properties ([2fe40b8ee8](https://github.com/RueDeRennes/mosaik/commit/2fe40b8ee8))
939
+ - add installation and setup for package manager in the workflow ([1498f235f9](https://github.com/RueDeRennes/mosaik/commit/1498f235f9))
940
+ - add support for package manager setup in the dev workflow ([59aaf6b708](https://github.com/RueDeRennes/mosaik/commit/59aaf6b708))
941
+ - update MenuItem and SearchBox styles for improved theming consistency and add shared focus ring styles ([ac0b6710c5](https://github.com/RueDeRennes/mosaik/commit/ac0b6710c5))
942
+ - update Angular dependencies to version 19.1.5 and add new build configurations ([caa65cbcd7](https://github.com/RueDeRennes/mosaik/commit/caa65cbcd7))
943
+ - add node-gyp as a dependency in package.json ([7ee58ddb29](https://github.com/RueDeRennes/mosaik/commit/7ee58ddb29))
944
+ - organize vitest workspace configuration by grouping libs, tools, and infra ([b914409938](https://github.com/RueDeRennes/mosaik/commit/b914409938))
945
+ - update package.json dependencies to use workspace references ([a09d328efb](https://github.com/RueDeRennes/mosaik/commit/a09d328efb))
946
+ - update documentation structure and add metadata for MVP and Command patterns ([aa740dcdc8](https://github.com/RueDeRennes/mosaik/commit/aa740dcdc8))
947
+ - add JSON and Markdown configurations to ESLint setup and update index for new configs ([67f5cb6cd9](https://github.com/RueDeRennes/mosaik/commit/67f5cb6cd9))
948
+ - add @prisma/extension-optimize dependency and enable optimization in PrismaService ([d09a4414dc](https://github.com/RueDeRennes/mosaik/commit/d09a4414dc))
949
+ - enhance resource serialization by adding metadata support in serializers and transformers ([d81c5fe981](https://github.com/RueDeRennes/mosaik/commit/d81c5fe981))
950
+ - refactor utility namespaces and update import paths for consistency ([5475ccd879](https://github.com/RueDeRennes/mosaik/commit/5475ccd879))
951
+ - refactor resource model interfaces and update related serializers and transformers ([72f0e5643b](https://github.com/RueDeRennes/mosaik/commit/72f0e5643b))
952
+ - update resource info interfaces to use readonly properties and enhance cloning functionality ([173c1c0d01](https://github.com/RueDeRennes/mosaik/commit/173c1c0d01))
953
+ - update CLI argument interfaces and improve resource generator imports ([52697bfaab](https://github.com/RueDeRennes/mosaik/commit/52697bfaab))
954
+ - add AI localizator module with configuration and CLI argument support ([38770963c7](https://github.com/RueDeRennes/mosaik/commit/38770963c7))
955
+ - add localizator executor and update related configurations ([79a5f1dd0d](https://github.com/RueDeRennes/mosaik/commit/79a5f1dd0d))
956
+ - add ESLint configuration for Vitest and implement resource type detection from file paths ([488198e242](https://github.com/RueDeRennes/mosaik/commit/488198e242))
957
+ - update resource handling to use content methods and enhance project configurations ([d56599c80d](https://github.com/RueDeRennes/mosaik/commit/d56599c80d))
958
+ - enhance sorting functionality in resource interfaces and update TypeScript configurations ([6fcb2f3903](https://github.com/RueDeRennes/mosaik/commit/6fcb2f3903))
959
+ - add translations extractor executor and update import paths for consistency ([ff9e6ab26e](https://github.com/RueDeRennes/mosaik/commit/ff9e6ab26e))
960
+ - add new methods for file extension handling and enhance formatter interfaces with result types ([2f337c6ca0](https://github.com/RueDeRennes/mosaik/commit/2f337c6ca0))
961
+ - implement Vitest configuration and add tests for LitPreset; refactor file handling and update parser methods ([d7b49e2443](https://github.com/RueDeRennes/mosaik/commit/d7b49e2443))
962
+ - add ESLint and Vitest configurations, implement TypeScript settings, and define parser and formatter interfaces for localization ([c09d8c541a](https://github.com/RueDeRennes/mosaik/commit/c09d8c541a))
963
+ - add ESLint and Vitest configurations for localization tools and implement tests for Angular, React, and Vue presets ([22a450cdd4](https://github.com/RueDeRennes/mosaik/commit/22a450cdd4))
964
+ - update package.json files and add TypeScript configurations for localization ([577f8dd710](https://github.com/RueDeRennes/mosaik/commit/577f8dd710))
965
+ - implement parser interfaces and various parser classes for localization ([8b5b4258e1](https://github.com/RueDeRennes/mosaik/commit/8b5b4258e1))
966
+ - update project CommonJS/ESM TypeScript configurations ([b57802c2d9](https://github.com/RueDeRennes/mosaik/commit/b57802c2d9))
967
+ - migrate from lodash to es-toolkit for utility functions and update package dependencies ([cfdb4f64a1](https://github.com/RueDeRennes/mosaik/commit/cfdb4f64a1))
968
+ - add tsup configuration for Vite and Utilities, update LiveReload plugin options ([9d0b3a71be](https://github.com/RueDeRennes/mosaik/commit/9d0b3a71be))
969
+ - update Vite configuration and improve FileSystemWatcher filtering logic ([43a655b8ac](https://github.com/RueDeRennes/mosaik/commit/43a655b8ac))
970
+ - add Vite configuration and plugins, including live reload functionality ([92b0ee5260](https://github.com/RueDeRennes/mosaik/commit/92b0ee5260))
971
+ - add Vitest configuration and implement tests for Markdown processors ([10d745777c](https://github.com/RueDeRennes/mosaik/commit/10d745777c))
972
+ - add type annotations for hot update handler and improve import statements in processors ([6c28d98979](https://github.com/RueDeRennes/mosaik/commit/6c28d98979))
973
+ - integrate markdowner tool and update API paths for consistency ([21c276f79a](https://github.com/RueDeRennes/mosaik/commit/21c276f79a))
974
+ - initialize Mosaik.Elements library with TypeScript configuration and documentation ([121c1196a8](https://github.com/RueDeRennes/mosaik/commit/121c1196a8))
975
+ - add mosaik-elements-angular-2 library with initial component and configuration files ([2e4c734f9e](https://github.com/RueDeRennes/mosaik/commit/2e4c734f9e))
976
+ - add infrastructure build step to API development workflow ([4f77ea2b30](https://github.com/RueDeRennes/mosaik/commit/4f77ea2b30))
977
+ - implement new email delivery strategies ([71d732c67d](https://github.com/RueDeRennes/mosaik/commit/71d732c67d))
978
+ - add dependency installation step in GitHub Actions workflow ([0ee17aa199](https://github.com/RueDeRennes/mosaik/commit/0ee17aa199))
979
+ - add build infrastructure step and update project configurations with 'infra' tags ([355a7b0768](https://github.com/RueDeRennes/mosaik/commit/355a7b0768))
980
+ - add VERBOSE environment variable for detailed linting logs ([e3fe3fad69](https://github.com/RueDeRennes/mosaik/commit/e3fe3fad69))
981
+ - add CommandNamingRule for ESLint; update project configuration and enhance documentation ([21e0e36302](https://github.com/RueDeRennes/mosaik/commit/21e0e36302))
982
+ - add ICommand interface and implement delete profile view styles; update username references to userName across the codebase ([b7184a2d10](https://github.com/RueDeRennes/mosaik/commit/b7184a2d10))
983
+ - remove debug endpoint from AppController; refactor feedback parameter definition; update form field element declarations; add DatabaseModule to HealthModule; implement SocialAuthGuard for OAuth provider handling; clean up unused code in AppService and AuthView ([6cad7d18f6](https://github.com/RueDeRennes/mosaik/commit/6cad7d18f6))
984
+ - **api:** update Doppler configuration to support API key authentication and enhance documentation ([8e4c98a5e0](https://github.com/RueDeRennes/mosaik/commit/8e4c98a5e0))
985
+ - **api:** add doppler support for security keys ([bb1dd83041](https://github.com/RueDeRennes/mosaik/commit/bb1dd83041))
986
+ - **api:** add new issue models and update icon response; remove unused IIconGroup model ([d05cefc0ed](https://github.com/RueDeRennes/mosaik/commit/d05cefc0ed))
987
+ - add docs executor and update package dependencies across multiple libraries ([b55ff52fd4](https://github.com/RueDeRennes/mosaik/commit/b55ff52fd4))
988
+ - add GitHub Actions workflow for development app deployment with caching and build steps ([118b8a6bff](https://github.com/RueDeRennes/mosaik/commit/118b8a6bff))
989
+ - add SubscribeRequest and UnsubscribeRequest classes, update API response statuses to use HttpStatus, and enhance Prisma configuration for PostgreSQL ([7c49d4098d](https://github.com/RueDeRennes/mosaik/commit/7c49d4098d))
990
+ - add Database module and service, integrate with Issues and Newsletter repositories, and update TypeScript configuration ([238c8b509b](https://github.com/RueDeRennes/mosaik/commit/238c8b509b))
991
+ - update server port to 8080, add IssuesView and related styles, and enhance ApiService2 with issue management methods ([8e55d5be52](https://github.com/RueDeRennes/mosaik/commit/8e55d5be52))
992
+ - navigate to backend directory and list files before building Docker image ([bb4a5f8723](https://github.com/RueDeRennes/mosaik/commit/bb4a5f8723))
993
+ - enhance GitHub Actions workflow for Docker by adding artifact upload and improving repository name handling ([b93588e6d5](https://github.com/RueDeRennes/mosaik/commit/b93588e6d5))
994
+ - add .dockerignore for mosaik-api and log npm dependencies in build step ([d170a45722](https://github.com/RueDeRennes/mosaik/commit/d170a45722))
995
+ - add GitHub Actions workflow for Docker build and push to GHCR ([14f2ed37e1](https://github.com/RueDeRennes/mosaik/commit/14f2ed37e1))
996
+ - add backend code ([599d31af49](https://github.com/RueDeRennes/mosaik/commit/599d31af49))
997
+ - **nx-cloud:** setup nx cloud workspace ([9dfa175d05](https://github.com/RueDeRennes/mosaik/commit/9dfa175d05))
998
+ - add commitlint in repo ([4a71ed5158](https://github.com/RueDeRennes/mosaik/commit/4a71ed5158))
999
+ - upgrade to angular 12 ([e604cc6da3](https://github.com/RueDeRennes/mosaik/commit/e604cc6da3))
1000
+ - **angular:** add cdk dependency to add new dialogService ([8c294ec672](https://github.com/RueDeRennes/mosaik/commit/8c294ec672))
1001
+ - **commerce:** add new commerce package 🎉 ([b595653878](https://github.com/RueDeRennes/mosaik/commit/b595653878))
1002
+ - **angular:** add camera recorder typings ([32a8ba560e](https://github.com/RueDeRennes/mosaik/commit/32a8ba560e))
1003
+
1004
+ ### 🩹 Fixes
1005
+
1006
+ - update years of experience from eight to ten in the interview article ([9a728c51e8](https://github.com/RueDeRennes/mosaik/commit/9a728c51e8))
1007
+ - update release script to version 0.0.77 ([ff9cf9223c](https://github.com/RueDeRennes/mosaik/commit/ff9cf9223c))
1008
+ - update release script to version 0.0.76 ([fa4bb82518](https://github.com/RueDeRennes/mosaik/commit/fa4bb82518))
1009
+ - downgrade yargs dependency from 18.0.0 to 17.7.2 in package.json and yarn.lock ([5467661a3f](https://github.com/RueDeRennes/mosaik/commit/5467661a3f))
1010
+ - update template resolver and add new copy-templates task; include yargs dependency ([669d9a8603](https://github.com/RueDeRennes/mosaik/commit/669d9a8603))
1011
+ - correct entry file casing in ng-package.json and vite.config.mjs; add TypeScript dependency in package.json and yarn.lock ([fbb6c9614d](https://github.com/RueDeRennes/mosaik/commit/fbb6c9614d))
1012
+ - standardize title formatting in documentation files ([8899b6307c](https://github.com/RueDeRennes/mosaik/commit/8899b6307c))
1013
+ - update IconNameDirective to use 'icon' property instead of 'data' for icon name functionality ([af7d70822c](https://github.com/RueDeRennes/mosaik/commit/af7d70822c))
1014
+ - add missing newline at end of package.json ([649ed1b503](https://github.com/RueDeRennes/mosaik/commit/649ed1b503))
1015
+ - **dependencies:** add @rollup/plugin-json to package.json refactor: simplify build script in openapi templates ([f6a6476388](https://github.com/RueDeRennes/mosaik/commit/f6a6476388))
1016
+ - **dependencies:** update peer dependency for vite to support versions 6.x and 7.x refactor: remove unused plugins from nx configuration fix: update build script in openapi templates to use yarn ([0422a23610](https://github.com/RueDeRennes/mosaik/commit/0422a23610))
1017
+ - **dependencies:** update vite to version 7.0.2 in package.json and yarn.lock ([b6b2b61b42](https://github.com/RueDeRennes/mosaik/commit/b6b2b61b42))
1018
+ - **dependencies:** update @nx packages to version 21.2.2 ([c044affa8d](https://github.com/RueDeRennes/mosaik/commit/c044affa8d))
1019
+ - update release script to version 0.0.71 ([c3e7e5e8bf](https://github.com/RueDeRennes/mosaik/commit/c3e7e5e8bf))
1020
+ - add missing newline at end of package.json ([73866991d5](https://github.com/RueDeRennes/mosaik/commit/73866991d5))
1021
+ - update background color to transparent for page header and menu components; update release script to version 0.0.70 ([e8e7c124a4](https://github.com/RueDeRennes/mosaik/commit/e8e7c124a4))
1022
+ - update release version to 0.0.47 in package.json ([5a277d2d1d](https://github.com/RueDeRennes/mosaik/commit/5a277d2d1d))
1023
+ - correct spelling of 'HTML' in keywords and add new article on `part` attributes ([cd5b688a5c](https://github.com/RueDeRennes/mosaik/commit/cd5b688a5c))
1024
+ - correct quotation marks in attribute selector examples for consistency ([078a6c9289](https://github.com/RueDeRennes/mosaik/commit/078a6c9289))
1025
+ - correct quotation marks in markdown article and improve blockquote rendering in MarkdownRenderer ([09442e4509](https://github.com/RueDeRennes/mosaik/commit/09442e4509))
1026
+ - update release script to version 0.0.41 ([88efd1b9ca](https://github.com/RueDeRennes/mosaik/commit/88efd1b9ca))
1027
+ - update const vs enum article to use string literals for WorkType values ([3eb355434e](https://github.com/RueDeRennes/mosaik/commit/3eb355434e))
1028
+ - correct quotation marks in best practices section of const vs enum article ([df4187ec19](https://github.com/RueDeRennes/mosaik/commit/df4187ec19))
1029
+ - update backdrop image URLs in const vs enum article ([e05a779a0a](https://github.com/RueDeRennes/mosaik/commit/e05a779a0a))
1030
+ - update release version to 0.0.38 in package.json and improve description formatting in Meta.g.json ([edbd04421c](https://github.com/RueDeRennes/mosaik/commit/edbd04421c))
1031
+ - correct formatting of region comments and quote attribution for clarity ([952d90f14b](https://github.com/RueDeRennes/mosaik/commit/952d90f14b))
1032
+ - update provideTheme function to simplify overrides and adjust merge function ([0359c488be](https://github.com/RueDeRennes/mosaik/commit/0359c488be))
1033
+ - update provideTheme to useValue for theme and mode signals ([5a7b509869](https://github.com/RueDeRennes/mosaik/commit/5a7b509869))
1034
+ - update release script to version 0.0.33 ([0954fadfa3](https://github.com/RueDeRennes/mosaik/commit/0954fadfa3))
1035
+ - update markdowner-core dependency to use workspace reference for consistency ([518dffba42](https://github.com/RueDeRennes/mosaik/commit/518dffba42))
1036
+ - change progress/ring/bar number properties to cssLength for simpler data binding ([d15e88f0c9](https://github.com/RueDeRennes/mosaik/commit/d15e88f0c9))
1037
+ - update checkbox styles by removing unnecessary padding and border properties feat: add YouTube video embed and quote to interview markdown fix: adjust marker color in markdown styles for better visibility ([1284a2bcff](https://github.com/RueDeRennes/mosaik/commit/1284a2bcff))
1038
+ - correct quotes in interview markdown and enhance closing statements ([8d0e7134ba](https://github.com/RueDeRennes/mosaik/commit/8d0e7134ba))
1039
+ - correct formatting and update YouTube link in interview markdown ([2b430a99bc](https://github.com/RueDeRennes/mosaik/commit/2b430a99bc))
1040
+ - **docs:** update route in command-pattern-vue.md for correct path; remove outdated mvp.requirements.md file; add comprehensive requirements documentation ([12dd351358](https://github.com/RueDeRennes/mosaik/commit/12dd351358))
1041
+ - **build:** reorder build steps in deployment script for clarity and consistency ([4e746f0b36](https://github.com/RueDeRennes/mosaik/commit/4e746f0b36))
1042
+ - update build commands in CI workflows to use 'yarn nx run' syntax ([a38e725929](https://github.com/RueDeRennes/mosaik/commit/a38e725929))
1043
+ - update description of mosaik-api in README.md for clarity ([478b4c5177](https://github.com/RueDeRennes/mosaik/commit/478b4c5177))
1044
+ - remove verbose flag from mosaik app build command ([f8f2b53714](https://github.com/RueDeRennes/mosaik/commit/f8f2b53714))
1045
+ - add missing newline at end of package.json ([713cb1f983](https://github.com/RueDeRennes/mosaik/commit/713cb1f983))
1046
+ - simplify condition checks and remove unnecessary styles in various components ([41e6b5d8a9](https://github.com/RueDeRennes/mosaik/commit/41e6b5d8a9))
1047
+ - update release script to version 0.0.28 ([baaef44d1d](https://github.com/RueDeRennes/mosaik/commit/baaef44d1d))
1048
+ - add missing newline at end of package.json ([39f2f1c578](https://github.com/RueDeRennes/mosaik/commit/39f2f1c578))
1049
+ - update TabStrip and TreeItem styles to handle disabled state correctly ([ecb60798db](https://github.com/RueDeRennes/mosaik/commit/ecb60798db))
1050
+ - update release version to 0.0.19 in package.json ([acccb56f76](https://github.com/RueDeRennes/mosaik/commit/acccb56f76))
1051
+ - add missing newline at end of package.json ([43ce0e6a3b](https://github.com/RueDeRennes/mosaik/commit/43ce0e6a3b))
1052
+ - correct spelling of 'getScrollableElement' and remove unused method ([72e17ecc7a](https://github.com/RueDeRennes/mosaik/commit/72e17ecc7a))
1053
+ - correct spelling of 'success' in logSummary parameter documentation chore: update release script version to 0.0.16 chore: add 'keyhandle' to cspell words ([1a9d5e8732](https://github.com/RueDeRennes/mosaik/commit/1a9d5e8732))
1054
+ - correct spelling errors in README and update release version in package.json ([922364afec](https://github.com/RueDeRennes/mosaik/commit/922364afec))
1055
+ - different themes and styles ([917e55212d](https://github.com/RueDeRennes/mosaik/commit/917e55212d))
1056
+ - add missing words to cSpell configuration ([933dd56139](https://github.com/RueDeRennes/mosaik/commit/933dd56139))
1057
+ - correct spelling errors and improve property names in interfaces and components ([e7edf69f3e](https://github.com/RueDeRennes/mosaik/commit/e7edf69f3e))
1058
+ - remove OTP prompt from publish package task and update related function signatures ([a684f8dc7e](https://github.com/RueDeRennes/mosaik/commit/a684f8dc7e))
1059
+ - disable caching in build configurations across multiple project.json files ([00be50659d](https://github.com/RueDeRennes/mosaik/commit/00be50659d))
1060
+ - disable caching in project configurations and update build scripts for consistency ([0bf27cb99e](https://github.com/RueDeRennes/mosaik/commit/0bf27cb99e))
1061
+ - add missing newline at end of package.json files across multiple directories ([a01c97ed2b](https://github.com/RueDeRennes/mosaik/commit/a01c97ed2b))
1062
+ - remove 'verbose' option from PublishPackageExecutorkOptions and streamline runExecutor function ([839a5f892f](https://github.com/RueDeRennes/mosaik/commit/839a5f892f))
1063
+ - correct package name format in changeset configuration and add release script to package.json ([168113d104](https://github.com/RueDeRennes/mosaik/commit/168113d104))
1064
+ - update package.json dependencies to use version 0.0.0 for consistency across all packages ([9b37f5626c](https://github.com/RueDeRennes/mosaik/commit/9b37f5626c))
1065
+ - update Angular dependencies to use caret versioning and remove unused mosaik-elements-angular-2 entry ([65f2f21abf](https://github.com/RueDeRennes/mosaik/commit/65f2f21abf))
1066
+ - update SKIP_LINT variable to use lowercase 'true' for consistency ([319f15f508](https://github.com/RueDeRennes/mosaik/commit/319f15f508))
1067
+ - restore 'detect' configuration in project.json and update package manager version in package.json ([ff659684a6](https://github.com/RueDeRennes/mosaik/commit/ff659684a6))
1068
+ - update yarn clean script to remove force option ([723efb5c42](https://github.com/RueDeRennes/mosaik/commit/723efb5c42))
1069
+ - update import paths to remove file extensions for consistency ([ad0f93f3a9](https://github.com/RueDeRennes/mosaik/commit/ad0f93f3a9))
1070
+ - add missing React and Vue dependencies to package.json ([ee2fb6360f](https://github.com/RueDeRennes/mosaik/commit/ee2fb6360f))
1071
+ - update TypeScript configurations for consistency and readability ([a74cd93fc1](https://github.com/RueDeRennes/mosaik/commit/a74cd93fc1))
1072
+ - update dependencies in package.json files to latest versions ([00c4430b43](https://github.com/RueDeRennes/mosaik/commit/00c4430b43))
1073
+ - update package.json to add Angular DevKit and Nx dependencies ([d86b800714](https://github.com/RueDeRennes/mosaik/commit/d86b800714))
1074
+ - format json configuration files for consistency and readability ([f4e4b56db6](https://github.com/RueDeRennes/mosaik/commit/f4e4b56db6))
1075
+ - update .gitignore to simplify custom entries and add Angular build artifacts ([8dbc5e0cfe](https://github.com/RueDeRennes/mosaik/commit/8dbc5e0cfe))
1076
+ - add 'mosaik-ng' to package.json and clean up ToastComponent code with consistent formatting ([8871b31d8b](https://github.com/RueDeRennes/mosaik/commit/8871b31d8b))
1077
+ - add Angular CLI to install script and update EventEmitter definitions for consistency across components ([d46388649e](https://github.com/RueDeRennes/mosaik/commit/d46388649e))
1078
+ - remove unnecessary comments and continue-on-error flags in lint jobs for clarity ([a5cc2fbfe3](https://github.com/RueDeRennes/mosaik/commit/a5cc2fbfe3))
1079
+ - simplify lint command in GitHub Actions workflow ([f6324c6be3](https://github.com/RueDeRennes/mosaik/commit/f6324c6be3))
1080
+ - enable verbose linting for mosaik-elements-foundation ([9262eb8c5b](https://github.com/RueDeRennes/mosaik/commit/9262eb8c5b))
1081
+ - correct SKIP_LINT environment variable to use lowercase 'false' ([e04ba33fb4](https://github.com/RueDeRennes/mosaik/commit/e04ba33fb4))
1082
+ - update API endpoint to use Render URL instead of localhost ([3f3df24c15](https://github.com/RueDeRennes/mosaik/commit/3f3df24c15))
1083
+ - update deployment path in GitHub Actions workflow for backend API ([4d9721e02f](https://github.com/RueDeRennes/mosaik/commit/4d9721e02f))
1084
+ - remove redundant ls command from Docker build step in GitHub Actions workflow ([35074e3608](https://github.com/RueDeRennes/mosaik/commit/35074e3608))
1085
+ - remove redundant npm list commands in GitHub Actions build step ([88cbee4e84](https://github.com/RueDeRennes/mosaik/commit/88cbee4e84))
1086
+ - update GitHub Actions workflow to install npm packages and list global dependencies ([eda5a6b1f9](https://github.com/RueDeRennes/mosaik/commit/eda5a6b1f9))
1087
+ - update build step in GitHub Actions to list global npm packages ([f53cf75b47](https://github.com/RueDeRennes/mosaik/commit/f53cf75b47))
1088
+ - meta path ([7a3bdb39ef](https://github.com/RueDeRennes/mosaik/commit/7a3bdb39ef))
1089
+
1090
+ ## 0.0.77 (2025-07-09)
1091
+
1092
+ ### 🩹 Fixes
1093
+
1094
+ - update release script to version 0.0.76 ([fa4bb82518](https://github.com/RueDeRennes/mosaik/commit/fa4bb82518))
1095
+ - downgrade yargs dependency from 18.0.0 to 17.7.2 in package.json and yarn.lock ([5467661a3f](https://github.com/RueDeRennes/mosaik/commit/5467661a3f))
1096
+ - update template resolver and add new copy-templates task; include yargs dependency ([669d9a8603](https://github.com/RueDeRennes/mosaik/commit/669d9a8603))
1097
+ - correct entry file casing in ng-package.json and vite.config.mjs; add TypeScript dependency in package.json and yarn.lock ([fbb6c9614d](https://github.com/RueDeRennes/mosaik/commit/fbb6c9614d))
1098
+
1099
+ ## 0.0.76 (2025-07-08)
1100
+
1101
+ ### 🚀 Features
1102
+
1103
+ - add expand, collapse, and toggle methods to MenuItem and TreeItem components with descriptions ([8881f5f730](https://github.com/RueDeRennes/mosaik/commit/8881f5f730))
1104
+ - Implement FileTracker class for managing generated files and cleanup operations ([8d6ed91f3f](https://github.com/RueDeRennes/mosaik/commit/8d6ed91f3f))
1105
+ - implement ColorTableElement component with associated template and styles ([a5bc0a091a](https://github.com/RueDeRennes/mosaik/commit/a5bc0a091a))
1106
+ - implement FileManifest and FileTracker classes for managing generated files and cleanup operations ([04a4def762](https://github.com/RueDeRennes/mosaik/commit/04a4def762))
1107
+ - add copyExecutorsJson script and update build commands ([0a0aba85b9](https://github.com/RueDeRennes/mosaik/commit/0a0aba85b9))
1108
+ - Add formatter property to Jumbotron components and update related files ([9ae59c7ff9](https://github.com/RueDeRennes/mosaik/commit/9ae59c7ff9))
1109
+ - Introduce Indicator component across multiple frameworks ([7ef850c39d](https://github.com/RueDeRennes/mosaik/commit/7ef850c39d))
1110
+ - implement animation directive and provider with presets ([09550b6633](https://github.com/RueDeRennes/mosaik/commit/09550b6633))
1111
+ - Add Svelte support with SvelteCodeGenerator and update build scripts ([955cb75cb6](https://github.com/RueDeRennes/mosaik/commit/955cb75cb6))
1112
+ - Add new Svelte components for menu, segment, tab, table, tree, wizard, and shell ([e6de8f0553](https://github.com/RueDeRennes/mosaik/commit/e6de8f0553))
1113
+ - add comprehensive article on using const vs enums in TypeScript with Angular templates ([8db46644e3](https://github.com/RueDeRennes/mosaik/commit/8db46644e3))
1114
+ - add localizator-core dependency and update build dependencies in project configuration ([077a2cd1d9](https://github.com/RueDeRennes/mosaik/commit/077a2cd1d9))
1115
+ - add comprehensive guide on the power of regions in TypeScript for improved code organization ([564b600288](https://github.com/RueDeRennes/mosaik/commit/564b600288))
1116
+ - add theme provider for angular ([04568d1528](https://github.com/RueDeRennes/mosaik/commit/04568d1528))
1117
+ - add 'Code' and 'TypeScript' keywords to various documentation files for improved discoverability ([7ac3c152dd](https://github.com/RueDeRennes/mosaik/commit/7ac3c152dd))
1118
+ - add "The Dependency Forest" article on dependency management challenges in Angular ([d129b84490](https://github.com/RueDeRennes/mosaik/commit/d129b84490))
1119
+ - add translation command and integrate translation functionality in BlogBaseElement ([7e166a6bea](https://github.com/RueDeRennes/mosaik/commit/7e166a6bea))
1120
+ - enhance blog and translation features with interview type and language flags ([9aff64d29b](https://github.com/RueDeRennes/mosaik/commit/9aff64d29b))
1121
+ - update interview content and add StickyController metadata in JSON ([c39d970be6](https://github.com/RueDeRennes/mosaik/commit/c39d970be6))
1122
+ - add YouTube video rendering support in MarkdownRenderer ([723610d3c8](https://github.com/RueDeRennes/mosaik/commit/723610d3c8))
1123
+ - Add new translation for "Open with" in code section ([e1b84033bc](https://github.com/RueDeRennes/mosaik/commit/e1b84033bc))
1124
+ - create Playground components for testing Markdown features ([738f61002f](https://github.com/RueDeRennes/mosaik/commit/738f61002f))
1125
+ - add PinchController for gesture recognition and enhance DiagramElement with centering functionality ([c3feb9a789](https://github.com/RueDeRennes/mosaik/commit/c3feb9a789))
1126
+ - **docs:** Update documentation with new sections, descriptions, and examples for clarity and usability ([c32ff5f976](https://github.com/RueDeRennes/mosaik/commit/c32ff5f976))
1127
+ - **docs:** Enhance MVP pattern documentation with detailed explanations and examples ([e3c97f1368](https://github.com/RueDeRennes/mosaik/commit/e3c97f1368))
1128
+ - Implement sticky positioning directive and controller, enhance scrolling functionality in Scroller class ([148f07916e](https://github.com/RueDeRennes/mosaik/commit/148f07916e))
1129
+ - Enhance MVP documentation and examples across multiple frameworks ([cfabea14a3](https://github.com/RueDeRennes/mosaik/commit/cfabea14a3))
1130
+ - add backdrop images and enhance ArticlesView with documentation grouping ([af72ff74cd](https://github.com/RueDeRennes/mosaik/commit/af72ff74cd))
1131
+ - add images and enhance Markdown documentation with improved layout and structure ([1eaac2125f](https://github.com/RueDeRennes/mosaik/commit/1eaac2125f))
1132
+ - enhance Markdown components with improved styling and layout variables ([780d383b31](https://github.com/RueDeRennes/mosaik/commit/780d383b31))
1133
+ - **markdowner:** enhance Markdown processing with new extension structure and build integration ([0c08852146](https://github.com/RueDeRennes/mosaik/commit/0c08852146))
1134
+ - Enhance Markdown processing with new features and improvements ([534983c407](https://github.com/RueDeRennes/mosaik/commit/534983c407))
1135
+ - refactor text overflow handling and enhance Markdown component styles ([62bb601fc7](https://github.com/RueDeRennes/mosaik/commit/62bb601fc7))
1136
+ - update metadata structure in documentation and improve avatar and chip components ([007bd05bea](https://github.com/RueDeRennes/mosaik/commit/007bd05bea))
1137
+ - update markdown files to use structured keywords and add author information ([d0df1b883f](https://github.com/RueDeRennes/mosaik/commit/d0df1b883f))
1138
+ - **docs): enhance keyword metadata across documentation files for improved searchability and context feat(Markdown): update MarkdownElement and MarkdownRenderer for better handling of text and code blocks fix(DocsService): refine getDocsTree method for improved documentation hierarchy and sorting fix(staticContent:** add meta information to static content registration for enhanced metadata handling ([789875e05d](https://github.com/RueDeRennes/mosaik/commit/789875e05d))
1139
+ - **build:** add vite-plugins build step to deployment script; enhance MarkdownElement and DocsService for better handling of documentation and Markdown sources ([619a32e38b](https://github.com/RueDeRennes/mosaik/commit/619a32e38b))
1140
+ - **router:** enhance routing components with role attributes and update templates for better accessibility; refactor RouterController and RouterLinkDirective for improved functionality ([63b32829f1](https://github.com/RueDeRennes/mosaik/commit/63b32829f1))
1141
+ - **router:** add RouterLinkDirective for dynamic link generation ([ab2e98ed50](https://github.com/RueDeRennes/mosaik/commit/ab2e98ed50))
1142
+ - enhance package service and controller to support history retrieval with optional limit; update translations and styles for package explorer ([71efae2557](https://github.com/RueDeRennes/mosaik/commit/71efae2557))
1143
+ - implement ShieldElement with template, style, and props; enhance package metadata and history models ([de73abbc76](https://github.com/RueDeRennes/mosaik/commit/de73abbc76))
1144
+ - enhance package service and models with metadata and history retrieval ([05c98c197d](https://github.com/RueDeRennes/mosaik/commit/05c98c197d))
1145
+ - add package manager installation step in CI workflow ([d8453719df](https://github.com/RueDeRennes/mosaik/commit/d8453719df))
1146
+ - add eslint config build step to the dev deployment workflow ([c831986474](https://github.com/RueDeRennes/mosaik/commit/c831986474))
1147
+ - add component selector to various sample elements for better integration ([3eb465fed5](https://github.com/RueDeRennes/mosaik/commit/3eb465fed5))
1148
+ - Enhance sandbox functionality and UI improvements ([c45d7ca09b](https://github.com/RueDeRennes/mosaik/commit/c45d7ca09b))
1149
+ - Implement ProjectionController for managing projected content in portals ([1bc46717b5](https://github.com/RueDeRennes/mosaik/commit/1bc46717b5))
1150
+ - add TableFooter component and related styles ([85d9e96af5](https://github.com/RueDeRennes/mosaik/commit/85d9e96af5))
1151
+ - Refactor CheckBoxGroupSample and TextBoxSample components for improved property formatting ([b0fcc7502e](https://github.com/RueDeRennes/mosaik/commit/b0fcc7502e))
1152
+ - add default values for boolean attributes across various components ([899d593ba5](https://github.com/RueDeRennes/mosaik/commit/899d593ba5))
1153
+ - update release script to version 0.0.26 ([11e2fdbc4f](https://github.com/RueDeRennes/mosaik/commit/11e2fdbc4f))
1154
+ - update release script to version 0.0.25 ([930ba60eb4](https://github.com/RueDeRennes/mosaik/commit/930ba60eb4))
1155
+ - update version to 0.0.24 and remove prefix/suffix styles from various components ([d061c7f8cd](https://github.com/RueDeRennes/mosaik/commit/d061c7f8cd))
1156
+ - update appearance of input components and add textAlign property ([5f7321b7a8](https://github.com/RueDeRennes/mosaik/commit/5f7321b7a8))
1157
+ - add Invalidable behavior and validity check to components ([893bb30b3b](https://github.com/RueDeRennes/mosaik/commit/893bb30b3b))
1158
+ - **eslint:** add TypeScript ESLint configuration with comprehensive ruleset ([4d7a0d88b7](https://github.com/RueDeRennes/mosaik/commit/4d7a0d88b7))
1159
+ - Add Insetable behavior and update BoxElement styles ([ca740ab5f2](https://github.com/RueDeRennes/mosaik/commit/ca740ab5f2))
1160
+ - add exports field to package.json and implement transformExports function ([99f3fbe3f1](https://github.com/RueDeRennes/mosaik/commit/99f3fbe3f1))
1161
+ - enhance project configurations with inputs and outputs for build targets ([6f80d15bda](https://github.com/RueDeRennes/mosaik/commit/6f80d15bda))
1162
+ - **PublishPackage:** add version validation and improve error logging ([33ad436126](https://github.com/RueDeRennes/mosaik/commit/33ad436126))
1163
+ - update package dependencies to use workspace references ([e853ec04e5](https://github.com/RueDeRennes/mosaik/commit/e853ec04e5))
1164
+ - add changelog configuration to disable author rendering and update release script to specify group ([9ce709c251](https://github.com/RueDeRennes/mosaik/commit/9ce709c251))
1165
+ - update version generator options to include installArgs and installIgnoreScripts ([747191d4da](https://github.com/RueDeRennes/mosaik/commit/747191d4da))
1166
+ - streamline release configuration by consolidating project relationships and removing redundant properties ([77fbfcd293](https://github.com/RueDeRennes/mosaik/commit/77fbfcd293))
1167
+ - add version configuration for conventional commits and generator options ([bd6048596e](https://github.com/RueDeRennes/mosaik/commit/bd6048596e))
1168
+ - update release configuration to set projectsRelationship to fixed for libs, infra, and tools ([bc0437f95d](https://github.com/RueDeRennes/mosaik/commit/bc0437f95d))
1169
+ - restructure release configuration to include groups for libs, infra, and tools ([fe9e93b5ce](https://github.com/RueDeRennes/mosaik/commit/fe9e93b5ce))
1170
+ - update documentation paths and add index file for mosaik-elements-foundation package ([ced717bdea](https://github.com/RueDeRennes/mosaik/commit/ced717bdea))
1171
+ - update package dependencies to use caret (^) versioning for consistency ([2d8ab96c84](https://github.com/RueDeRennes/mosaik/commit/2d8ab96c84))
1172
+ - enhance release script to include build and publish targets ([0c29b15d46](https://github.com/RueDeRennes/mosaik/commit/0c29b15d46))
1173
+ - update package.json dependencies to use specific versions instead of workspace references ([4934f88dc1](https://github.com/RueDeRennes/mosaik/commit/4934f88dc1))
1174
+ - update project configurations to enable caching and adjust input paths for build targets ([4e8b485497](https://github.com/RueDeRennes/mosaik/commit/4e8b485497))
1175
+ - add changesets for versioning and changelog management ([00db6e0ef1](https://github.com/RueDeRennes/mosaik/commit/00db6e0ef1))
1176
+ - add semver package for version validation in CopyPublisherPackageJson task ([f848b73d49](https://github.com/RueDeRennes/mosaik/commit/f848b73d49))
1177
+ - **dialog:** implement DialogRef and DialogService for enhanced dialog management ([e1c0b0d850](https://github.com/RueDeRennes/mosaik/commit/e1c0b0d850))
1178
+ - Enhance Electronic Program Guide with new properties and styling adjustments ([d2aed27576](https://github.com/RueDeRennes/mosaik/commit/d2aed27576))
1179
+ - implement theme persistence and configuration storage, update ToastService and RatingElement properties ([2fe40b8ee8](https://github.com/RueDeRennes/mosaik/commit/2fe40b8ee8))
1180
+ - add installation and setup for package manager in the workflow ([1498f235f9](https://github.com/RueDeRennes/mosaik/commit/1498f235f9))
1181
+ - add support for package manager setup in the dev workflow ([59aaf6b708](https://github.com/RueDeRennes/mosaik/commit/59aaf6b708))
1182
+ - update MenuItem and SearchBox styles for improved theming consistency and add shared focus ring styles ([ac0b6710c5](https://github.com/RueDeRennes/mosaik/commit/ac0b6710c5))
1183
+ - update Angular dependencies to version 19.1.5 and add new build configurations ([caa65cbcd7](https://github.com/RueDeRennes/mosaik/commit/caa65cbcd7))
1184
+ - add node-gyp as a dependency in package.json ([7ee58ddb29](https://github.com/RueDeRennes/mosaik/commit/7ee58ddb29))
1185
+ - organize vitest workspace configuration by grouping libs, tools, and infra ([b914409938](https://github.com/RueDeRennes/mosaik/commit/b914409938))
1186
+ - update package.json dependencies to use workspace references ([a09d328efb](https://github.com/RueDeRennes/mosaik/commit/a09d328efb))
1187
+ - update documentation structure and add metadata for MVP and Command patterns ([aa740dcdc8](https://github.com/RueDeRennes/mosaik/commit/aa740dcdc8))
1188
+ - add JSON and Markdown configurations to ESLint setup and update index for new configs ([67f5cb6cd9](https://github.com/RueDeRennes/mosaik/commit/67f5cb6cd9))
1189
+ - add @prisma/extension-optimize dependency and enable optimization in PrismaService ([d09a4414dc](https://github.com/RueDeRennes/mosaik/commit/d09a4414dc))
1190
+ - enhance resource serialization by adding metadata support in serializers and transformers ([d81c5fe981](https://github.com/RueDeRennes/mosaik/commit/d81c5fe981))
1191
+ - refactor utility namespaces and update import paths for consistency ([5475ccd879](https://github.com/RueDeRennes/mosaik/commit/5475ccd879))
1192
+ - refactor resource model interfaces and update related serializers and transformers ([72f0e5643b](https://github.com/RueDeRennes/mosaik/commit/72f0e5643b))
1193
+ - update resource info interfaces to use readonly properties and enhance cloning functionality ([173c1c0d01](https://github.com/RueDeRennes/mosaik/commit/173c1c0d01))
1194
+ - update CLI argument interfaces and improve resource generator imports ([52697bfaab](https://github.com/RueDeRennes/mosaik/commit/52697bfaab))
1195
+ - add AI localizator module with configuration and CLI argument support ([38770963c7](https://github.com/RueDeRennes/mosaik/commit/38770963c7))
1196
+ - add localizator executor and update related configurations ([79a5f1dd0d](https://github.com/RueDeRennes/mosaik/commit/79a5f1dd0d))
1197
+ - add ESLint configuration for Vitest and implement resource type detection from file paths ([488198e242](https://github.com/RueDeRennes/mosaik/commit/488198e242))
1198
+ - update resource handling to use content methods and enhance project configurations ([d56599c80d](https://github.com/RueDeRennes/mosaik/commit/d56599c80d))
1199
+ - enhance sorting functionality in resource interfaces and update TypeScript configurations ([6fcb2f3903](https://github.com/RueDeRennes/mosaik/commit/6fcb2f3903))
1200
+ - add translations extractor executor and update import paths for consistency ([ff9e6ab26e](https://github.com/RueDeRennes/mosaik/commit/ff9e6ab26e))
1201
+ - add new methods for file extension handling and enhance formatter interfaces with result types ([2f337c6ca0](https://github.com/RueDeRennes/mosaik/commit/2f337c6ca0))
1202
+ - implement Vitest configuration and add tests for LitPreset; refactor file handling and update parser methods ([d7b49e2443](https://github.com/RueDeRennes/mosaik/commit/d7b49e2443))
1203
+ - add ESLint and Vitest configurations, implement TypeScript settings, and define parser and formatter interfaces for localization ([c09d8c541a](https://github.com/RueDeRennes/mosaik/commit/c09d8c541a))
1204
+ - add ESLint and Vitest configurations for localization tools and implement tests for Angular, React, and Vue presets ([22a450cdd4](https://github.com/RueDeRennes/mosaik/commit/22a450cdd4))
1205
+ - update package.json files and add TypeScript configurations for localization ([577f8dd710](https://github.com/RueDeRennes/mosaik/commit/577f8dd710))
1206
+ - implement parser interfaces and various parser classes for localization ([8b5b4258e1](https://github.com/RueDeRennes/mosaik/commit/8b5b4258e1))
1207
+ - update project CommonJS/ESM TypeScript configurations ([b57802c2d9](https://github.com/RueDeRennes/mosaik/commit/b57802c2d9))
1208
+ - migrate from lodash to es-toolkit for utility functions and update package dependencies ([cfdb4f64a1](https://github.com/RueDeRennes/mosaik/commit/cfdb4f64a1))
1209
+ - add tsup configuration for Vite and Utilities, update LiveReload plugin options ([9d0b3a71be](https://github.com/RueDeRennes/mosaik/commit/9d0b3a71be))
1210
+ - update Vite configuration and improve FileSystemWatcher filtering logic ([43a655b8ac](https://github.com/RueDeRennes/mosaik/commit/43a655b8ac))
1211
+ - add Vite configuration and plugins, including live reload functionality ([92b0ee5260](https://github.com/RueDeRennes/mosaik/commit/92b0ee5260))
1212
+ - add Vitest configuration and implement tests for Markdown processors ([10d745777c](https://github.com/RueDeRennes/mosaik/commit/10d745777c))
1213
+ - add type annotations for hot update handler and improve import statements in processors ([6c28d98979](https://github.com/RueDeRennes/mosaik/commit/6c28d98979))
1214
+ - integrate markdowner tool and update API paths for consistency ([21c276f79a](https://github.com/RueDeRennes/mosaik/commit/21c276f79a))
1215
+ - initialize Mosaik.Elements library with TypeScript configuration and documentation ([121c1196a8](https://github.com/RueDeRennes/mosaik/commit/121c1196a8))
1216
+ - add mosaik-elements-angular-2 library with initial component and configuration files ([2e4c734f9e](https://github.com/RueDeRennes/mosaik/commit/2e4c734f9e))
1217
+ - add infrastructure build step to API development workflow ([4f77ea2b30](https://github.com/RueDeRennes/mosaik/commit/4f77ea2b30))
1218
+ - implement new email delivery strategies ([71d732c67d](https://github.com/RueDeRennes/mosaik/commit/71d732c67d))
1219
+ - add dependency installation step in GitHub Actions workflow ([0ee17aa199](https://github.com/RueDeRennes/mosaik/commit/0ee17aa199))
1220
+ - add build infrastructure step and update project configurations with 'infra' tags ([355a7b0768](https://github.com/RueDeRennes/mosaik/commit/355a7b0768))
1221
+ - add VERBOSE environment variable for detailed linting logs ([e3fe3fad69](https://github.com/RueDeRennes/mosaik/commit/e3fe3fad69))
1222
+ - add CommandNamingRule for ESLint; update project configuration and enhance documentation ([21e0e36302](https://github.com/RueDeRennes/mosaik/commit/21e0e36302))
1223
+ - add ICommand interface and implement delete profile view styles; update username references to userName across the codebase ([b7184a2d10](https://github.com/RueDeRennes/mosaik/commit/b7184a2d10))
1224
+ - remove debug endpoint from AppController; refactor feedback parameter definition; update form field element declarations; add DatabaseModule to HealthModule; implement SocialAuthGuard for OAuth provider handling; clean up unused code in AppService and AuthView ([6cad7d18f6](https://github.com/RueDeRennes/mosaik/commit/6cad7d18f6))
1225
+ - **api:** update Doppler configuration to support API key authentication and enhance documentation ([8e4c98a5e0](https://github.com/RueDeRennes/mosaik/commit/8e4c98a5e0))
1226
+ - **api:** add doppler support for security keys ([bb1dd83041](https://github.com/RueDeRennes/mosaik/commit/bb1dd83041))
1227
+ - **api:** add new issue models and update icon response; remove unused IIconGroup model ([d05cefc0ed](https://github.com/RueDeRennes/mosaik/commit/d05cefc0ed))
1228
+ - add docs executor and update package dependencies across multiple libraries ([b55ff52fd4](https://github.com/RueDeRennes/mosaik/commit/b55ff52fd4))
1229
+ - add GitHub Actions workflow for development app deployment with caching and build steps ([118b8a6bff](https://github.com/RueDeRennes/mosaik/commit/118b8a6bff))
1230
+ - add SubscribeRequest and UnsubscribeRequest classes, update API response statuses to use HttpStatus, and enhance Prisma configuration for PostgreSQL ([7c49d4098d](https://github.com/RueDeRennes/mosaik/commit/7c49d4098d))
1231
+ - add Database module and service, integrate with Issues and Newsletter repositories, and update TypeScript configuration ([238c8b509b](https://github.com/RueDeRennes/mosaik/commit/238c8b509b))
1232
+ - update server port to 8080, add IssuesView and related styles, and enhance ApiService2 with issue management methods ([8e55d5be52](https://github.com/RueDeRennes/mosaik/commit/8e55d5be52))
1233
+ - navigate to backend directory and list files before building Docker image ([bb4a5f8723](https://github.com/RueDeRennes/mosaik/commit/bb4a5f8723))
1234
+ - enhance GitHub Actions workflow for Docker by adding artifact upload and improving repository name handling ([b93588e6d5](https://github.com/RueDeRennes/mosaik/commit/b93588e6d5))
1235
+ - add .dockerignore for mosaik-api and log npm dependencies in build step ([d170a45722](https://github.com/RueDeRennes/mosaik/commit/d170a45722))
1236
+ - add GitHub Actions workflow for Docker build and push to GHCR ([14f2ed37e1](https://github.com/RueDeRennes/mosaik/commit/14f2ed37e1))
1237
+ - add backend code ([599d31af49](https://github.com/RueDeRennes/mosaik/commit/599d31af49))
1238
+ - **nx-cloud:** setup nx cloud workspace ([9dfa175d05](https://github.com/RueDeRennes/mosaik/commit/9dfa175d05))
1239
+ - add commitlint in repo ([4a71ed5158](https://github.com/RueDeRennes/mosaik/commit/4a71ed5158))
1240
+ - upgrade to angular 12 ([e604cc6da3](https://github.com/RueDeRennes/mosaik/commit/e604cc6da3))
1241
+ - **angular:** add cdk dependency to add new dialogService ([8c294ec672](https://github.com/RueDeRennes/mosaik/commit/8c294ec672))
1242
+ - **commerce:** add new commerce package 🎉 ([b595653878](https://github.com/RueDeRennes/mosaik/commit/b595653878))
1243
+ - **angular:** add camera recorder typings ([32a8ba560e](https://github.com/RueDeRennes/mosaik/commit/32a8ba560e))
1244
+
1245
+ ### 🩹 Fixes
1246
+
1247
+ - standardize title formatting in documentation files ([8899b6307c](https://github.com/RueDeRennes/mosaik/commit/8899b6307c))
1248
+ - update IconNameDirective to use 'icon' property instead of 'data' for icon name functionality ([af7d70822c](https://github.com/RueDeRennes/mosaik/commit/af7d70822c))
1249
+ - add missing newline at end of package.json ([649ed1b503](https://github.com/RueDeRennes/mosaik/commit/649ed1b503))
1250
+ - **dependencies:** add @rollup/plugin-json to package.json refactor: simplify build script in openapi templates ([f6a6476388](https://github.com/RueDeRennes/mosaik/commit/f6a6476388))
1251
+ - **dependencies:** update peer dependency for vite to support versions 6.x and 7.x refactor: remove unused plugins from nx configuration fix: update build script in openapi templates to use yarn ([0422a23610](https://github.com/RueDeRennes/mosaik/commit/0422a23610))
1252
+ - **dependencies:** update vite to version 7.0.2 in package.json and yarn.lock ([b6b2b61b42](https://github.com/RueDeRennes/mosaik/commit/b6b2b61b42))
1253
+ - **dependencies:** update @nx packages to version 21.2.2 ([c044affa8d](https://github.com/RueDeRennes/mosaik/commit/c044affa8d))
1254
+ - update release script to version 0.0.71 ([c3e7e5e8bf](https://github.com/RueDeRennes/mosaik/commit/c3e7e5e8bf))
1255
+ - add missing newline at end of package.json ([73866991d5](https://github.com/RueDeRennes/mosaik/commit/73866991d5))
1256
+ - update background color to transparent for page header and menu components; update release script to version 0.0.70 ([e8e7c124a4](https://github.com/RueDeRennes/mosaik/commit/e8e7c124a4))
1257
+ - update release version to 0.0.47 in package.json ([5a277d2d1d](https://github.com/RueDeRennes/mosaik/commit/5a277d2d1d))
1258
+ - correct spelling of 'HTML' in keywords and add new article on `part` attributes ([cd5b688a5c](https://github.com/RueDeRennes/mosaik/commit/cd5b688a5c))
1259
+ - correct quotation marks in attribute selector examples for consistency ([078a6c9289](https://github.com/RueDeRennes/mosaik/commit/078a6c9289))
1260
+ - correct quotation marks in markdown article and improve blockquote rendering in MarkdownRenderer ([09442e4509](https://github.com/RueDeRennes/mosaik/commit/09442e4509))
1261
+ - update release script to version 0.0.41 ([88efd1b9ca](https://github.com/RueDeRennes/mosaik/commit/88efd1b9ca))
1262
+ - update const vs enum article to use string literals for WorkType values ([3eb355434e](https://github.com/RueDeRennes/mosaik/commit/3eb355434e))
1263
+ - correct quotation marks in best practices section of const vs enum article ([df4187ec19](https://github.com/RueDeRennes/mosaik/commit/df4187ec19))
1264
+ - update backdrop image URLs in const vs enum article ([e05a779a0a](https://github.com/RueDeRennes/mosaik/commit/e05a779a0a))
1265
+ - update release version to 0.0.38 in package.json and improve description formatting in Meta.g.json ([edbd04421c](https://github.com/RueDeRennes/mosaik/commit/edbd04421c))
1266
+ - correct formatting of region comments and quote attribution for clarity ([952d90f14b](https://github.com/RueDeRennes/mosaik/commit/952d90f14b))
1267
+ - update provideTheme function to simplify overrides and adjust merge function ([0359c488be](https://github.com/RueDeRennes/mosaik/commit/0359c488be))
1268
+ - update provideTheme to useValue for theme and mode signals ([5a7b509869](https://github.com/RueDeRennes/mosaik/commit/5a7b509869))
1269
+ - update release script to version 0.0.33 ([0954fadfa3](https://github.com/RueDeRennes/mosaik/commit/0954fadfa3))
1270
+ - update markdowner-core dependency to use workspace reference for consistency ([518dffba42](https://github.com/RueDeRennes/mosaik/commit/518dffba42))
1271
+ - change progress/ring/bar number properties to cssLength for simpler data binding ([d15e88f0c9](https://github.com/RueDeRennes/mosaik/commit/d15e88f0c9))
1272
+ - update checkbox styles by removing unnecessary padding and border properties feat: add YouTube video embed and quote to interview markdown fix: adjust marker color in markdown styles for better visibility ([1284a2bcff](https://github.com/RueDeRennes/mosaik/commit/1284a2bcff))
1273
+ - correct quotes in interview markdown and enhance closing statements ([8d0e7134ba](https://github.com/RueDeRennes/mosaik/commit/8d0e7134ba))
1274
+ - correct formatting and update YouTube link in interview markdown ([2b430a99bc](https://github.com/RueDeRennes/mosaik/commit/2b430a99bc))
1275
+ - **docs:** update route in command-pattern-vue.md for correct path; remove outdated mvp.requirements.md file; add comprehensive requirements documentation ([12dd351358](https://github.com/RueDeRennes/mosaik/commit/12dd351358))
1276
+ - **build:** reorder build steps in deployment script for clarity and consistency ([4e746f0b36](https://github.com/RueDeRennes/mosaik/commit/4e746f0b36))
1277
+ - update build commands in CI workflows to use 'yarn nx run' syntax ([a38e725929](https://github.com/RueDeRennes/mosaik/commit/a38e725929))
1278
+ - update description of mosaik-api in README.md for clarity ([478b4c5177](https://github.com/RueDeRennes/mosaik/commit/478b4c5177))
1279
+ - remove verbose flag from mosaik app build command ([f8f2b53714](https://github.com/RueDeRennes/mosaik/commit/f8f2b53714))
1280
+ - add missing newline at end of package.json ([713cb1f983](https://github.com/RueDeRennes/mosaik/commit/713cb1f983))
1281
+ - simplify condition checks and remove unnecessary styles in various components ([41e6b5d8a9](https://github.com/RueDeRennes/mosaik/commit/41e6b5d8a9))
1282
+ - update release script to version 0.0.28 ([baaef44d1d](https://github.com/RueDeRennes/mosaik/commit/baaef44d1d))
1283
+ - add missing newline at end of package.json ([39f2f1c578](https://github.com/RueDeRennes/mosaik/commit/39f2f1c578))
1284
+ - update TabStrip and TreeItem styles to handle disabled state correctly ([ecb60798db](https://github.com/RueDeRennes/mosaik/commit/ecb60798db))
1285
+ - update release version to 0.0.19 in package.json ([acccb56f76](https://github.com/RueDeRennes/mosaik/commit/acccb56f76))
1286
+ - add missing newline at end of package.json ([43ce0e6a3b](https://github.com/RueDeRennes/mosaik/commit/43ce0e6a3b))
1287
+ - correct spelling of 'getScrollableElement' and remove unused method ([72e17ecc7a](https://github.com/RueDeRennes/mosaik/commit/72e17ecc7a))
1288
+ - correct spelling of 'success' in logSummary parameter documentation chore: update release script version to 0.0.16 chore: add 'keyhandle' to cspell words ([1a9d5e8732](https://github.com/RueDeRennes/mosaik/commit/1a9d5e8732))
1289
+ - correct spelling errors in README and update release version in package.json ([922364afec](https://github.com/RueDeRennes/mosaik/commit/922364afec))
1290
+ - different themes and styles ([917e55212d](https://github.com/RueDeRennes/mosaik/commit/917e55212d))
1291
+ - add missing words to cSpell configuration ([933dd56139](https://github.com/RueDeRennes/mosaik/commit/933dd56139))
1292
+ - correct spelling errors and improve property names in interfaces and components ([e7edf69f3e](https://github.com/RueDeRennes/mosaik/commit/e7edf69f3e))
1293
+ - remove OTP prompt from publish package task and update related function signatures ([a684f8dc7e](https://github.com/RueDeRennes/mosaik/commit/a684f8dc7e))
1294
+ - disable caching in build configurations across multiple project.json files ([00be50659d](https://github.com/RueDeRennes/mosaik/commit/00be50659d))
1295
+ - disable caching in project configurations and update build scripts for consistency ([0bf27cb99e](https://github.com/RueDeRennes/mosaik/commit/0bf27cb99e))
1296
+ - add missing newline at end of package.json files across multiple directories ([a01c97ed2b](https://github.com/RueDeRennes/mosaik/commit/a01c97ed2b))
1297
+ - remove 'verbose' option from PublishPackageExecutorkOptions and streamline runExecutor function ([839a5f892f](https://github.com/RueDeRennes/mosaik/commit/839a5f892f))
1298
+ - correct package name format in changeset configuration and add release script to package.json ([168113d104](https://github.com/RueDeRennes/mosaik/commit/168113d104))
1299
+ - update package.json dependencies to use version 0.0.0 for consistency across all packages ([9b37f5626c](https://github.com/RueDeRennes/mosaik/commit/9b37f5626c))
1300
+ - update Angular dependencies to use caret versioning and remove unused mosaik-elements-angular-2 entry ([65f2f21abf](https://github.com/RueDeRennes/mosaik/commit/65f2f21abf))
1301
+ - update SKIP_LINT variable to use lowercase 'true' for consistency ([319f15f508](https://github.com/RueDeRennes/mosaik/commit/319f15f508))
1302
+ - restore 'detect' configuration in project.json and update package manager version in package.json ([ff659684a6](https://github.com/RueDeRennes/mosaik/commit/ff659684a6))
1303
+ - update yarn clean script to remove force option ([723efb5c42](https://github.com/RueDeRennes/mosaik/commit/723efb5c42))
1304
+ - update import paths to remove file extensions for consistency ([ad0f93f3a9](https://github.com/RueDeRennes/mosaik/commit/ad0f93f3a9))
1305
+ - add missing React and Vue dependencies to package.json ([ee2fb6360f](https://github.com/RueDeRennes/mosaik/commit/ee2fb6360f))
1306
+ - update TypeScript configurations for consistency and readability ([a74cd93fc1](https://github.com/RueDeRennes/mosaik/commit/a74cd93fc1))
1307
+ - update dependencies in package.json files to latest versions ([00c4430b43](https://github.com/RueDeRennes/mosaik/commit/00c4430b43))
1308
+ - update package.json to add Angular DevKit and Nx dependencies ([d86b800714](https://github.com/RueDeRennes/mosaik/commit/d86b800714))
1309
+ - format json configuration files for consistency and readability ([f4e4b56db6](https://github.com/RueDeRennes/mosaik/commit/f4e4b56db6))
1310
+ - update .gitignore to simplify custom entries and add Angular build artifacts ([8dbc5e0cfe](https://github.com/RueDeRennes/mosaik/commit/8dbc5e0cfe))
1311
+ - add 'mosaik-ng' to package.json and clean up ToastComponent code with consistent formatting ([8871b31d8b](https://github.com/RueDeRennes/mosaik/commit/8871b31d8b))
1312
+ - add Angular CLI to install script and update EventEmitter definitions for consistency across components ([d46388649e](https://github.com/RueDeRennes/mosaik/commit/d46388649e))
1313
+ - remove unnecessary comments and continue-on-error flags in lint jobs for clarity ([a5cc2fbfe3](https://github.com/RueDeRennes/mosaik/commit/a5cc2fbfe3))
1314
+ - simplify lint command in GitHub Actions workflow ([f6324c6be3](https://github.com/RueDeRennes/mosaik/commit/f6324c6be3))
1315
+ - enable verbose linting for mosaik-elements-foundation ([9262eb8c5b](https://github.com/RueDeRennes/mosaik/commit/9262eb8c5b))
1316
+ - correct SKIP_LINT environment variable to use lowercase 'false' ([e04ba33fb4](https://github.com/RueDeRennes/mosaik/commit/e04ba33fb4))
1317
+ - update API endpoint to use Render URL instead of localhost ([3f3df24c15](https://github.com/RueDeRennes/mosaik/commit/3f3df24c15))
1318
+ - update deployment path in GitHub Actions workflow for backend API ([4d9721e02f](https://github.com/RueDeRennes/mosaik/commit/4d9721e02f))
1319
+ - remove redundant ls command from Docker build step in GitHub Actions workflow ([35074e3608](https://github.com/RueDeRennes/mosaik/commit/35074e3608))
1320
+ - remove redundant npm list commands in GitHub Actions build step ([88cbee4e84](https://github.com/RueDeRennes/mosaik/commit/88cbee4e84))
1321
+ - update GitHub Actions workflow to install npm packages and list global dependencies ([eda5a6b1f9](https://github.com/RueDeRennes/mosaik/commit/eda5a6b1f9))
1322
+ - update build step in GitHub Actions to list global npm packages ([f53cf75b47](https://github.com/RueDeRennes/mosaik/commit/f53cf75b47))
1323
+ - meta path ([7a3bdb39ef](https://github.com/RueDeRennes/mosaik/commit/7a3bdb39ef))
1324
+
1325
+ ## 0.0.75 (2025-07-06)
1326
+
1327
+ This was a version bump only for utilities to align it with other projects, there were no code changes.
1328
+
1329
+ ## 0.0.74 (2025-07-06)
1330
+
1331
+ ### 🩹 Fixes
1332
+
1333
+ - add missing newline at end of package.json ([649ed1b503](https://github.com/RueDeRennes/mosaik/commit/649ed1b503))
1334
+
1335
+ ## 0.0.73 (2025-07-06)
1336
+
1337
+ ### 🚀 Features
1338
+
1339
+ - add expand, collapse, and toggle methods to MenuItem and TreeItem components with descriptions ([8881f5f730](https://github.com/RueDeRennes/mosaik/commit/8881f5f730))
1340
+
1341
+ ## 0.0.72 (2025-07-05)
1342
+
1343
+ ### 🚀 Features
1344
+
1345
+ - Implement FileTracker class for managing generated files and cleanup operations ([8d6ed91f3f](https://github.com/RueDeRennes/mosaik/commit/8d6ed91f3f))
1346
+ - implement ColorTableElement component with associated template and styles ([a5bc0a091a](https://github.com/RueDeRennes/mosaik/commit/a5bc0a091a))
1347
+ - implement FileManifest and FileTracker classes for managing generated files and cleanup operations ([04a4def762](https://github.com/RueDeRennes/mosaik/commit/04a4def762))
1348
+ - add copyExecutorsJson script and update build commands ([0a0aba85b9](https://github.com/RueDeRennes/mosaik/commit/0a0aba85b9))
1349
+ - Add formatter property to Jumbotron components and update related files ([9ae59c7ff9](https://github.com/RueDeRennes/mosaik/commit/9ae59c7ff9))
1350
+ - Introduce Indicator component across multiple frameworks ([7ef850c39d](https://github.com/RueDeRennes/mosaik/commit/7ef850c39d))
1351
+ - implement animation directive and provider with presets ([09550b6633](https://github.com/RueDeRennes/mosaik/commit/09550b6633))
1352
+ - Add Svelte support with SvelteCodeGenerator and update build scripts ([955cb75cb6](https://github.com/RueDeRennes/mosaik/commit/955cb75cb6))
1353
+ - Add new Svelte components for menu, segment, tab, table, tree, wizard, and shell ([e6de8f0553](https://github.com/RueDeRennes/mosaik/commit/e6de8f0553))
1354
+ - add comprehensive article on using const vs enums in TypeScript with Angular templates ([8db46644e3](https://github.com/RueDeRennes/mosaik/commit/8db46644e3))
1355
+ - add localizator-core dependency and update build dependencies in project configuration ([077a2cd1d9](https://github.com/RueDeRennes/mosaik/commit/077a2cd1d9))
1356
+ - add comprehensive guide on the power of regions in TypeScript for improved code organization ([564b600288](https://github.com/RueDeRennes/mosaik/commit/564b600288))
1357
+ - add theme provider for angular ([04568d1528](https://github.com/RueDeRennes/mosaik/commit/04568d1528))
1358
+ - add 'Code' and 'TypeScript' keywords to various documentation files for improved discoverability ([7ac3c152dd](https://github.com/RueDeRennes/mosaik/commit/7ac3c152dd))
1359
+ - add "The Dependency Forest" article on dependency management challenges in Angular ([d129b84490](https://github.com/RueDeRennes/mosaik/commit/d129b84490))
1360
+ - add translation command and integrate translation functionality in BlogBaseElement ([7e166a6bea](https://github.com/RueDeRennes/mosaik/commit/7e166a6bea))
1361
+ - enhance blog and translation features with interview type and language flags ([9aff64d29b](https://github.com/RueDeRennes/mosaik/commit/9aff64d29b))
1362
+ - update interview content and add StickyController metadata in JSON ([c39d970be6](https://github.com/RueDeRennes/mosaik/commit/c39d970be6))
1363
+ - add YouTube video rendering support in MarkdownRenderer ([723610d3c8](https://github.com/RueDeRennes/mosaik/commit/723610d3c8))
1364
+ - Add new translation for "Open with" in code section ([e1b84033bc](https://github.com/RueDeRennes/mosaik/commit/e1b84033bc))
1365
+ - create Playground components for testing Markdown features ([738f61002f](https://github.com/RueDeRennes/mosaik/commit/738f61002f))
1366
+ - add PinchController for gesture recognition and enhance DiagramElement with centering functionality ([c3feb9a789](https://github.com/RueDeRennes/mosaik/commit/c3feb9a789))
1367
+ - **docs:** Update documentation with new sections, descriptions, and examples for clarity and usability ([c32ff5f976](https://github.com/RueDeRennes/mosaik/commit/c32ff5f976))
1368
+ - **docs:** Enhance MVP pattern documentation with detailed explanations and examples ([e3c97f1368](https://github.com/RueDeRennes/mosaik/commit/e3c97f1368))
1369
+ - Implement sticky positioning directive and controller, enhance scrolling functionality in Scroller class ([148f07916e](https://github.com/RueDeRennes/mosaik/commit/148f07916e))
1370
+ - Enhance MVP documentation and examples across multiple frameworks ([cfabea14a3](https://github.com/RueDeRennes/mosaik/commit/cfabea14a3))
1371
+ - add backdrop images and enhance ArticlesView with documentation grouping ([af72ff74cd](https://github.com/RueDeRennes/mosaik/commit/af72ff74cd))
1372
+ - add images and enhance Markdown documentation with improved layout and structure ([1eaac2125f](https://github.com/RueDeRennes/mosaik/commit/1eaac2125f))
1373
+ - enhance Markdown components with improved styling and layout variables ([780d383b31](https://github.com/RueDeRennes/mosaik/commit/780d383b31))
1374
+ - **markdowner:** enhance Markdown processing with new extension structure and build integration ([0c08852146](https://github.com/RueDeRennes/mosaik/commit/0c08852146))
1375
+ - Enhance Markdown processing with new features and improvements ([534983c407](https://github.com/RueDeRennes/mosaik/commit/534983c407))
1376
+ - refactor text overflow handling and enhance Markdown component styles ([62bb601fc7](https://github.com/RueDeRennes/mosaik/commit/62bb601fc7))
1377
+ - update metadata structure in documentation and improve avatar and chip components ([007bd05bea](https://github.com/RueDeRennes/mosaik/commit/007bd05bea))
1378
+ - update markdown files to use structured keywords and add author information ([d0df1b883f](https://github.com/RueDeRennes/mosaik/commit/d0df1b883f))
1379
+ - **docs): enhance keyword metadata across documentation files for improved searchability and context feat(Markdown): update MarkdownElement and MarkdownRenderer for better handling of text and code blocks fix(DocsService): refine getDocsTree method for improved documentation hierarchy and sorting fix(staticContent:** add meta information to static content registration for enhanced metadata handling ([789875e05d](https://github.com/RueDeRennes/mosaik/commit/789875e05d))
1380
+ - **build:** add vite-plugins build step to deployment script; enhance MarkdownElement and DocsService for better handling of documentation and Markdown sources ([619a32e38b](https://github.com/RueDeRennes/mosaik/commit/619a32e38b))
1381
+ - **router:** enhance routing components with role attributes and update templates for better accessibility; refactor RouterController and RouterLinkDirective for improved functionality ([63b32829f1](https://github.com/RueDeRennes/mosaik/commit/63b32829f1))
1382
+ - **router:** add RouterLinkDirective for dynamic link generation ([ab2e98ed50](https://github.com/RueDeRennes/mosaik/commit/ab2e98ed50))
1383
+ - enhance package service and controller to support history retrieval with optional limit; update translations and styles for package explorer ([71efae2557](https://github.com/RueDeRennes/mosaik/commit/71efae2557))
1384
+ - implement ShieldElement with template, style, and props; enhance package metadata and history models ([de73abbc76](https://github.com/RueDeRennes/mosaik/commit/de73abbc76))
1385
+ - enhance package service and models with metadata and history retrieval ([05c98c197d](https://github.com/RueDeRennes/mosaik/commit/05c98c197d))
1386
+ - add package manager installation step in CI workflow ([d8453719df](https://github.com/RueDeRennes/mosaik/commit/d8453719df))
1387
+ - add eslint config build step to the dev deployment workflow ([c831986474](https://github.com/RueDeRennes/mosaik/commit/c831986474))
1388
+ - add component selector to various sample elements for better integration ([3eb465fed5](https://github.com/RueDeRennes/mosaik/commit/3eb465fed5))
1389
+ - Enhance sandbox functionality and UI improvements ([c45d7ca09b](https://github.com/RueDeRennes/mosaik/commit/c45d7ca09b))
1390
+ - Implement ProjectionController for managing projected content in portals ([1bc46717b5](https://github.com/RueDeRennes/mosaik/commit/1bc46717b5))
1391
+ - add TableFooter component and related styles ([85d9e96af5](https://github.com/RueDeRennes/mosaik/commit/85d9e96af5))
1392
+ - Refactor CheckBoxGroupSample and TextBoxSample components for improved property formatting ([b0fcc7502e](https://github.com/RueDeRennes/mosaik/commit/b0fcc7502e))
1393
+ - add default values for boolean attributes across various components ([899d593ba5](https://github.com/RueDeRennes/mosaik/commit/899d593ba5))
1394
+ - update release script to version 0.0.26 ([11e2fdbc4f](https://github.com/RueDeRennes/mosaik/commit/11e2fdbc4f))
1395
+ - update release script to version 0.0.25 ([930ba60eb4](https://github.com/RueDeRennes/mosaik/commit/930ba60eb4))
1396
+ - update version to 0.0.24 and remove prefix/suffix styles from various components ([d061c7f8cd](https://github.com/RueDeRennes/mosaik/commit/d061c7f8cd))
1397
+ - update appearance of input components and add textAlign property ([5f7321b7a8](https://github.com/RueDeRennes/mosaik/commit/5f7321b7a8))
1398
+ - add Invalidable behavior and validity check to components ([893bb30b3b](https://github.com/RueDeRennes/mosaik/commit/893bb30b3b))
1399
+ - **eslint:** add TypeScript ESLint configuration with comprehensive ruleset ([4d7a0d88b7](https://github.com/RueDeRennes/mosaik/commit/4d7a0d88b7))
1400
+ - Add Insetable behavior and update BoxElement styles ([ca740ab5f2](https://github.com/RueDeRennes/mosaik/commit/ca740ab5f2))
1401
+ - add exports field to package.json and implement transformExports function ([99f3fbe3f1](https://github.com/RueDeRennes/mosaik/commit/99f3fbe3f1))
1402
+ - enhance project configurations with inputs and outputs for build targets ([6f80d15bda](https://github.com/RueDeRennes/mosaik/commit/6f80d15bda))
1403
+ - **PublishPackage:** add version validation and improve error logging ([33ad436126](https://github.com/RueDeRennes/mosaik/commit/33ad436126))
1404
+ - update package dependencies to use workspace references ([e853ec04e5](https://github.com/RueDeRennes/mosaik/commit/e853ec04e5))
1405
+ - add changelog configuration to disable author rendering and update release script to specify group ([9ce709c251](https://github.com/RueDeRennes/mosaik/commit/9ce709c251))
1406
+ - update version generator options to include installArgs and installIgnoreScripts ([747191d4da](https://github.com/RueDeRennes/mosaik/commit/747191d4da))
1407
+ - streamline release configuration by consolidating project relationships and removing redundant properties ([77fbfcd293](https://github.com/RueDeRennes/mosaik/commit/77fbfcd293))
1408
+ - add version configuration for conventional commits and generator options ([bd6048596e](https://github.com/RueDeRennes/mosaik/commit/bd6048596e))
1409
+ - update release configuration to set projectsRelationship to fixed for libs, infra, and tools ([bc0437f95d](https://github.com/RueDeRennes/mosaik/commit/bc0437f95d))
1410
+ - restructure release configuration to include groups for libs, infra, and tools ([fe9e93b5ce](https://github.com/RueDeRennes/mosaik/commit/fe9e93b5ce))
1411
+ - update documentation paths and add index file for mosaik-elements-foundation package ([ced717bdea](https://github.com/RueDeRennes/mosaik/commit/ced717bdea))
1412
+ - update package dependencies to use caret (^) versioning for consistency ([2d8ab96c84](https://github.com/RueDeRennes/mosaik/commit/2d8ab96c84))
1413
+ - enhance release script to include build and publish targets ([0c29b15d46](https://github.com/RueDeRennes/mosaik/commit/0c29b15d46))
1414
+ - update package.json dependencies to use specific versions instead of workspace references ([4934f88dc1](https://github.com/RueDeRennes/mosaik/commit/4934f88dc1))
1415
+ - update project configurations to enable caching and adjust input paths for build targets ([4e8b485497](https://github.com/RueDeRennes/mosaik/commit/4e8b485497))
1416
+ - add changesets for versioning and changelog management ([00db6e0ef1](https://github.com/RueDeRennes/mosaik/commit/00db6e0ef1))
1417
+ - add semver package for version validation in CopyPublisherPackageJson task ([f848b73d49](https://github.com/RueDeRennes/mosaik/commit/f848b73d49))
1418
+ - **dialog:** implement DialogRef and DialogService for enhanced dialog management ([e1c0b0d850](https://github.com/RueDeRennes/mosaik/commit/e1c0b0d850))
1419
+ - Enhance Electronic Program Guide with new properties and styling adjustments ([d2aed27576](https://github.com/RueDeRennes/mosaik/commit/d2aed27576))
1420
+ - implement theme persistence and configuration storage, update ToastService and RatingElement properties ([2fe40b8ee8](https://github.com/RueDeRennes/mosaik/commit/2fe40b8ee8))
1421
+ - add installation and setup for package manager in the workflow ([1498f235f9](https://github.com/RueDeRennes/mosaik/commit/1498f235f9))
1422
+ - add support for package manager setup in the dev workflow ([59aaf6b708](https://github.com/RueDeRennes/mosaik/commit/59aaf6b708))
1423
+ - update MenuItem and SearchBox styles for improved theming consistency and add shared focus ring styles ([ac0b6710c5](https://github.com/RueDeRennes/mosaik/commit/ac0b6710c5))
1424
+ - update Angular dependencies to version 19.1.5 and add new build configurations ([caa65cbcd7](https://github.com/RueDeRennes/mosaik/commit/caa65cbcd7))
1425
+ - add node-gyp as a dependency in package.json ([7ee58ddb29](https://github.com/RueDeRennes/mosaik/commit/7ee58ddb29))
1426
+ - organize vitest workspace configuration by grouping libs, tools, and infra ([b914409938](https://github.com/RueDeRennes/mosaik/commit/b914409938))
1427
+ - update package.json dependencies to use workspace references ([a09d328efb](https://github.com/RueDeRennes/mosaik/commit/a09d328efb))
1428
+ - update documentation structure and add metadata for MVP and Command patterns ([aa740dcdc8](https://github.com/RueDeRennes/mosaik/commit/aa740dcdc8))
1429
+ - add JSON and Markdown configurations to ESLint setup and update index for new configs ([67f5cb6cd9](https://github.com/RueDeRennes/mosaik/commit/67f5cb6cd9))
1430
+ - add @prisma/extension-optimize dependency and enable optimization in PrismaService ([d09a4414dc](https://github.com/RueDeRennes/mosaik/commit/d09a4414dc))
1431
+ - enhance resource serialization by adding metadata support in serializers and transformers ([d81c5fe981](https://github.com/RueDeRennes/mosaik/commit/d81c5fe981))
1432
+ - refactor utility namespaces and update import paths for consistency ([5475ccd879](https://github.com/RueDeRennes/mosaik/commit/5475ccd879))
1433
+ - refactor resource model interfaces and update related serializers and transformers ([72f0e5643b](https://github.com/RueDeRennes/mosaik/commit/72f0e5643b))
1434
+ - update resource info interfaces to use readonly properties and enhance cloning functionality ([173c1c0d01](https://github.com/RueDeRennes/mosaik/commit/173c1c0d01))
1435
+ - update CLI argument interfaces and improve resource generator imports ([52697bfaab](https://github.com/RueDeRennes/mosaik/commit/52697bfaab))
1436
+ - add AI localizator module with configuration and CLI argument support ([38770963c7](https://github.com/RueDeRennes/mosaik/commit/38770963c7))
1437
+ - add localizator executor and update related configurations ([79a5f1dd0d](https://github.com/RueDeRennes/mosaik/commit/79a5f1dd0d))
1438
+ - add ESLint configuration for Vitest and implement resource type detection from file paths ([488198e242](https://github.com/RueDeRennes/mosaik/commit/488198e242))
1439
+ - update resource handling to use content methods and enhance project configurations ([d56599c80d](https://github.com/RueDeRennes/mosaik/commit/d56599c80d))
1440
+ - enhance sorting functionality in resource interfaces and update TypeScript configurations ([6fcb2f3903](https://github.com/RueDeRennes/mosaik/commit/6fcb2f3903))
1441
+ - add translations extractor executor and update import paths for consistency ([ff9e6ab26e](https://github.com/RueDeRennes/mosaik/commit/ff9e6ab26e))
1442
+ - add new methods for file extension handling and enhance formatter interfaces with result types ([2f337c6ca0](https://github.com/RueDeRennes/mosaik/commit/2f337c6ca0))
1443
+ - implement Vitest configuration and add tests for LitPreset; refactor file handling and update parser methods ([d7b49e2443](https://github.com/RueDeRennes/mosaik/commit/d7b49e2443))
1444
+ - add ESLint and Vitest configurations, implement TypeScript settings, and define parser and formatter interfaces for localization ([c09d8c541a](https://github.com/RueDeRennes/mosaik/commit/c09d8c541a))
1445
+ - add ESLint and Vitest configurations for localization tools and implement tests for Angular, React, and Vue presets ([22a450cdd4](https://github.com/RueDeRennes/mosaik/commit/22a450cdd4))
1446
+ - update package.json files and add TypeScript configurations for localization ([577f8dd710](https://github.com/RueDeRennes/mosaik/commit/577f8dd710))
1447
+ - implement parser interfaces and various parser classes for localization ([8b5b4258e1](https://github.com/RueDeRennes/mosaik/commit/8b5b4258e1))
1448
+ - update project CommonJS/ESM TypeScript configurations ([b57802c2d9](https://github.com/RueDeRennes/mosaik/commit/b57802c2d9))
1449
+ - migrate from lodash to es-toolkit for utility functions and update package dependencies ([cfdb4f64a1](https://github.com/RueDeRennes/mosaik/commit/cfdb4f64a1))
1450
+ - add tsup configuration for Vite and Utilities, update LiveReload plugin options ([9d0b3a71be](https://github.com/RueDeRennes/mosaik/commit/9d0b3a71be))
1451
+ - update Vite configuration and improve FileSystemWatcher filtering logic ([43a655b8ac](https://github.com/RueDeRennes/mosaik/commit/43a655b8ac))
1452
+ - add Vite configuration and plugins, including live reload functionality ([92b0ee5260](https://github.com/RueDeRennes/mosaik/commit/92b0ee5260))
1453
+ - add Vitest configuration and implement tests for Markdown processors ([10d745777c](https://github.com/RueDeRennes/mosaik/commit/10d745777c))
1454
+ - add type annotations for hot update handler and improve import statements in processors ([6c28d98979](https://github.com/RueDeRennes/mosaik/commit/6c28d98979))
1455
+ - integrate markdowner tool and update API paths for consistency ([21c276f79a](https://github.com/RueDeRennes/mosaik/commit/21c276f79a))
1456
+ - initialize Mosaik.Elements library with TypeScript configuration and documentation ([121c1196a8](https://github.com/RueDeRennes/mosaik/commit/121c1196a8))
1457
+ - add mosaik-elements-angular-2 library with initial component and configuration files ([2e4c734f9e](https://github.com/RueDeRennes/mosaik/commit/2e4c734f9e))
1458
+ - add infrastructure build step to API development workflow ([4f77ea2b30](https://github.com/RueDeRennes/mosaik/commit/4f77ea2b30))
1459
+ - implement new email delivery strategies ([71d732c67d](https://github.com/RueDeRennes/mosaik/commit/71d732c67d))
1460
+ - add dependency installation step in GitHub Actions workflow ([0ee17aa199](https://github.com/RueDeRennes/mosaik/commit/0ee17aa199))
1461
+ - add build infrastructure step and update project configurations with 'infra' tags ([355a7b0768](https://github.com/RueDeRennes/mosaik/commit/355a7b0768))
1462
+ - add VERBOSE environment variable for detailed linting logs ([e3fe3fad69](https://github.com/RueDeRennes/mosaik/commit/e3fe3fad69))
1463
+ - add CommandNamingRule for ESLint; update project configuration and enhance documentation ([21e0e36302](https://github.com/RueDeRennes/mosaik/commit/21e0e36302))
1464
+ - add ICommand interface and implement delete profile view styles; update username references to userName across the codebase ([b7184a2d10](https://github.com/RueDeRennes/mosaik/commit/b7184a2d10))
1465
+ - remove debug endpoint from AppController; refactor feedback parameter definition; update form field element declarations; add DatabaseModule to HealthModule; implement SocialAuthGuard for OAuth provider handling; clean up unused code in AppService and AuthView ([6cad7d18f6](https://github.com/RueDeRennes/mosaik/commit/6cad7d18f6))
1466
+ - **api:** update Doppler configuration to support API key authentication and enhance documentation ([8e4c98a5e0](https://github.com/RueDeRennes/mosaik/commit/8e4c98a5e0))
1467
+ - **api:** add doppler support for security keys ([bb1dd83041](https://github.com/RueDeRennes/mosaik/commit/bb1dd83041))
1468
+ - **api:** add new issue models and update icon response; remove unused IIconGroup model ([d05cefc0ed](https://github.com/RueDeRennes/mosaik/commit/d05cefc0ed))
1469
+ - add docs executor and update package dependencies across multiple libraries ([b55ff52fd4](https://github.com/RueDeRennes/mosaik/commit/b55ff52fd4))
1470
+ - add GitHub Actions workflow for development app deployment with caching and build steps ([118b8a6bff](https://github.com/RueDeRennes/mosaik/commit/118b8a6bff))
1471
+ - add SubscribeRequest and UnsubscribeRequest classes, update API response statuses to use HttpStatus, and enhance Prisma configuration for PostgreSQL ([7c49d4098d](https://github.com/RueDeRennes/mosaik/commit/7c49d4098d))
1472
+ - add Database module and service, integrate with Issues and Newsletter repositories, and update TypeScript configuration ([238c8b509b](https://github.com/RueDeRennes/mosaik/commit/238c8b509b))
1473
+ - update server port to 8080, add IssuesView and related styles, and enhance ApiService2 with issue management methods ([8e55d5be52](https://github.com/RueDeRennes/mosaik/commit/8e55d5be52))
1474
+ - navigate to backend directory and list files before building Docker image ([bb4a5f8723](https://github.com/RueDeRennes/mosaik/commit/bb4a5f8723))
1475
+ - enhance GitHub Actions workflow for Docker by adding artifact upload and improving repository name handling ([b93588e6d5](https://github.com/RueDeRennes/mosaik/commit/b93588e6d5))
1476
+ - add .dockerignore for mosaik-api and log npm dependencies in build step ([d170a45722](https://github.com/RueDeRennes/mosaik/commit/d170a45722))
1477
+ - add GitHub Actions workflow for Docker build and push to GHCR ([14f2ed37e1](https://github.com/RueDeRennes/mosaik/commit/14f2ed37e1))
1478
+ - add backend code ([599d31af49](https://github.com/RueDeRennes/mosaik/commit/599d31af49))
1479
+ - **nx-cloud:** setup nx cloud workspace ([9dfa175d05](https://github.com/RueDeRennes/mosaik/commit/9dfa175d05))
1480
+ - add commitlint in repo ([4a71ed5158](https://github.com/RueDeRennes/mosaik/commit/4a71ed5158))
1481
+ - upgrade to angular 12 ([e604cc6da3](https://github.com/RueDeRennes/mosaik/commit/e604cc6da3))
1482
+ - **angular:** add cdk dependency to add new dialogService ([8c294ec672](https://github.com/RueDeRennes/mosaik/commit/8c294ec672))
1483
+ - **commerce:** add new commerce package 🎉 ([b595653878](https://github.com/RueDeRennes/mosaik/commit/b595653878))
1484
+ - **angular:** add camera recorder typings ([32a8ba560e](https://github.com/RueDeRennes/mosaik/commit/32a8ba560e))
1485
+
1486
+ ### 🩹 Fixes
1487
+
1488
+ - **dependencies:** add @rollup/plugin-json to package.json refactor: simplify build script in openapi templates ([f6a6476388](https://github.com/RueDeRennes/mosaik/commit/f6a6476388))
1489
+ - **dependencies:** update peer dependency for vite to support versions 6.x and 7.x refactor: remove unused plugins from nx configuration fix: update build script in openapi templates to use yarn ([0422a23610](https://github.com/RueDeRennes/mosaik/commit/0422a23610))
1490
+ - **dependencies:** update vite to version 7.0.2 in package.json and yarn.lock ([b6b2b61b42](https://github.com/RueDeRennes/mosaik/commit/b6b2b61b42))
1491
+ - **dependencies:** update @nx packages to version 21.2.2 ([c044affa8d](https://github.com/RueDeRennes/mosaik/commit/c044affa8d))
1492
+ - update release script to version 0.0.71 ([c3e7e5e8bf](https://github.com/RueDeRennes/mosaik/commit/c3e7e5e8bf))
1493
+ - add missing newline at end of package.json ([73866991d5](https://github.com/RueDeRennes/mosaik/commit/73866991d5))
1494
+ - update background color to transparent for page header and menu components; update release script to version 0.0.70 ([e8e7c124a4](https://github.com/RueDeRennes/mosaik/commit/e8e7c124a4))
1495
+ - update release version to 0.0.47 in package.json ([5a277d2d1d](https://github.com/RueDeRennes/mosaik/commit/5a277d2d1d))
1496
+ - correct spelling of 'HTML' in keywords and add new article on `part` attributes ([cd5b688a5c](https://github.com/RueDeRennes/mosaik/commit/cd5b688a5c))
1497
+ - correct quotation marks in attribute selector examples for consistency ([078a6c9289](https://github.com/RueDeRennes/mosaik/commit/078a6c9289))
1498
+ - correct quotation marks in markdown article and improve blockquote rendering in MarkdownRenderer ([09442e4509](https://github.com/RueDeRennes/mosaik/commit/09442e4509))
1499
+ - update release script to version 0.0.41 ([88efd1b9ca](https://github.com/RueDeRennes/mosaik/commit/88efd1b9ca))
1500
+ - update const vs enum article to use string literals for WorkType values ([3eb355434e](https://github.com/RueDeRennes/mosaik/commit/3eb355434e))
1501
+ - correct quotation marks in best practices section of const vs enum article ([df4187ec19](https://github.com/RueDeRennes/mosaik/commit/df4187ec19))
1502
+ - update backdrop image URLs in const vs enum article ([e05a779a0a](https://github.com/RueDeRennes/mosaik/commit/e05a779a0a))
1503
+ - update release version to 0.0.38 in package.json and improve description formatting in Meta.g.json ([edbd04421c](https://github.com/RueDeRennes/mosaik/commit/edbd04421c))
1504
+ - correct formatting of region comments and quote attribution for clarity ([952d90f14b](https://github.com/RueDeRennes/mosaik/commit/952d90f14b))
1505
+ - update provideTheme function to simplify overrides and adjust merge function ([0359c488be](https://github.com/RueDeRennes/mosaik/commit/0359c488be))
1506
+ - update provideTheme to useValue for theme and mode signals ([5a7b509869](https://github.com/RueDeRennes/mosaik/commit/5a7b509869))
1507
+ - update release script to version 0.0.33 ([0954fadfa3](https://github.com/RueDeRennes/mosaik/commit/0954fadfa3))
1508
+ - update markdowner-core dependency to use workspace reference for consistency ([518dffba42](https://github.com/RueDeRennes/mosaik/commit/518dffba42))
1509
+ - change progress/ring/bar number properties to cssLength for simpler data binding ([d15e88f0c9](https://github.com/RueDeRennes/mosaik/commit/d15e88f0c9))
1510
+ - update checkbox styles by removing unnecessary padding and border properties feat: add YouTube video embed and quote to interview markdown fix: adjust marker color in markdown styles for better visibility ([1284a2bcff](https://github.com/RueDeRennes/mosaik/commit/1284a2bcff))
1511
+ - correct quotes in interview markdown and enhance closing statements ([8d0e7134ba](https://github.com/RueDeRennes/mosaik/commit/8d0e7134ba))
1512
+ - correct formatting and update YouTube link in interview markdown ([2b430a99bc](https://github.com/RueDeRennes/mosaik/commit/2b430a99bc))
1513
+ - **docs:** update route in command-pattern-vue.md for correct path; remove outdated mvp.requirements.md file; add comprehensive requirements documentation ([12dd351358](https://github.com/RueDeRennes/mosaik/commit/12dd351358))
1514
+ - **build:** reorder build steps in deployment script for clarity and consistency ([4e746f0b36](https://github.com/RueDeRennes/mosaik/commit/4e746f0b36))
1515
+ - update build commands in CI workflows to use 'yarn nx run' syntax ([a38e725929](https://github.com/RueDeRennes/mosaik/commit/a38e725929))
1516
+ - update description of mosaik-api in README.md for clarity ([478b4c5177](https://github.com/RueDeRennes/mosaik/commit/478b4c5177))
1517
+ - remove verbose flag from mosaik app build command ([f8f2b53714](https://github.com/RueDeRennes/mosaik/commit/f8f2b53714))
1518
+ - add missing newline at end of package.json ([713cb1f983](https://github.com/RueDeRennes/mosaik/commit/713cb1f983))
1519
+ - simplify condition checks and remove unnecessary styles in various components ([41e6b5d8a9](https://github.com/RueDeRennes/mosaik/commit/41e6b5d8a9))
1520
+ - update release script to version 0.0.28 ([baaef44d1d](https://github.com/RueDeRennes/mosaik/commit/baaef44d1d))
1521
+ - add missing newline at end of package.json ([39f2f1c578](https://github.com/RueDeRennes/mosaik/commit/39f2f1c578))
1522
+ - update TabStrip and TreeItem styles to handle disabled state correctly ([ecb60798db](https://github.com/RueDeRennes/mosaik/commit/ecb60798db))
1523
+ - update release version to 0.0.19 in package.json ([acccb56f76](https://github.com/RueDeRennes/mosaik/commit/acccb56f76))
1524
+ - add missing newline at end of package.json ([43ce0e6a3b](https://github.com/RueDeRennes/mosaik/commit/43ce0e6a3b))
1525
+ - correct spelling of 'getScrollableElement' and remove unused method ([72e17ecc7a](https://github.com/RueDeRennes/mosaik/commit/72e17ecc7a))
1526
+ - correct spelling of 'success' in logSummary parameter documentation chore: update release script version to 0.0.16 chore: add 'keyhandle' to cspell words ([1a9d5e8732](https://github.com/RueDeRennes/mosaik/commit/1a9d5e8732))
1527
+ - correct spelling errors in README and update release version in package.json ([922364afec](https://github.com/RueDeRennes/mosaik/commit/922364afec))
1528
+ - different themes and styles ([917e55212d](https://github.com/RueDeRennes/mosaik/commit/917e55212d))
1529
+ - add missing words to cSpell configuration ([933dd56139](https://github.com/RueDeRennes/mosaik/commit/933dd56139))
1530
+ - correct spelling errors and improve property names in interfaces and components ([e7edf69f3e](https://github.com/RueDeRennes/mosaik/commit/e7edf69f3e))
1531
+ - remove OTP prompt from publish package task and update related function signatures ([a684f8dc7e](https://github.com/RueDeRennes/mosaik/commit/a684f8dc7e))
1532
+ - disable caching in build configurations across multiple project.json files ([00be50659d](https://github.com/RueDeRennes/mosaik/commit/00be50659d))
1533
+ - disable caching in project configurations and update build scripts for consistency ([0bf27cb99e](https://github.com/RueDeRennes/mosaik/commit/0bf27cb99e))
1534
+ - add missing newline at end of package.json files across multiple directories ([a01c97ed2b](https://github.com/RueDeRennes/mosaik/commit/a01c97ed2b))
1535
+ - remove 'verbose' option from PublishPackageExecutorkOptions and streamline runExecutor function ([839a5f892f](https://github.com/RueDeRennes/mosaik/commit/839a5f892f))
1536
+ - correct package name format in changeset configuration and add release script to package.json ([168113d104](https://github.com/RueDeRennes/mosaik/commit/168113d104))
1537
+ - update package.json dependencies to use version 0.0.0 for consistency across all packages ([9b37f5626c](https://github.com/RueDeRennes/mosaik/commit/9b37f5626c))
1538
+ - update Angular dependencies to use caret versioning and remove unused mosaik-elements-angular-2 entry ([65f2f21abf](https://github.com/RueDeRennes/mosaik/commit/65f2f21abf))
1539
+ - update SKIP_LINT variable to use lowercase 'true' for consistency ([319f15f508](https://github.com/RueDeRennes/mosaik/commit/319f15f508))
1540
+ - restore 'detect' configuration in project.json and update package manager version in package.json ([ff659684a6](https://github.com/RueDeRennes/mosaik/commit/ff659684a6))
1541
+ - update yarn clean script to remove force option ([723efb5c42](https://github.com/RueDeRennes/mosaik/commit/723efb5c42))
1542
+ - update import paths to remove file extensions for consistency ([ad0f93f3a9](https://github.com/RueDeRennes/mosaik/commit/ad0f93f3a9))
1543
+ - add missing React and Vue dependencies to package.json ([ee2fb6360f](https://github.com/RueDeRennes/mosaik/commit/ee2fb6360f))
1544
+ - update TypeScript configurations for consistency and readability ([a74cd93fc1](https://github.com/RueDeRennes/mosaik/commit/a74cd93fc1))
1545
+ - update dependencies in package.json files to latest versions ([00c4430b43](https://github.com/RueDeRennes/mosaik/commit/00c4430b43))
1546
+ - update package.json to add Angular DevKit and Nx dependencies ([d86b800714](https://github.com/RueDeRennes/mosaik/commit/d86b800714))
1547
+ - format json configuration files for consistency and readability ([f4e4b56db6](https://github.com/RueDeRennes/mosaik/commit/f4e4b56db6))
1548
+ - update .gitignore to simplify custom entries and add Angular build artifacts ([8dbc5e0cfe](https://github.com/RueDeRennes/mosaik/commit/8dbc5e0cfe))
1549
+ - add 'mosaik-ng' to package.json and clean up ToastComponent code with consistent formatting ([8871b31d8b](https://github.com/RueDeRennes/mosaik/commit/8871b31d8b))
1550
+ - add Angular CLI to install script and update EventEmitter definitions for consistency across components ([d46388649e](https://github.com/RueDeRennes/mosaik/commit/d46388649e))
1551
+ - remove unnecessary comments and continue-on-error flags in lint jobs for clarity ([a5cc2fbfe3](https://github.com/RueDeRennes/mosaik/commit/a5cc2fbfe3))
1552
+ - simplify lint command in GitHub Actions workflow ([f6324c6be3](https://github.com/RueDeRennes/mosaik/commit/f6324c6be3))
1553
+ - enable verbose linting for mosaik-elements-foundation ([9262eb8c5b](https://github.com/RueDeRennes/mosaik/commit/9262eb8c5b))
1554
+ - correct SKIP_LINT environment variable to use lowercase 'false' ([e04ba33fb4](https://github.com/RueDeRennes/mosaik/commit/e04ba33fb4))
1555
+ - update API endpoint to use Render URL instead of localhost ([3f3df24c15](https://github.com/RueDeRennes/mosaik/commit/3f3df24c15))
1556
+ - update deployment path in GitHub Actions workflow for backend API ([4d9721e02f](https://github.com/RueDeRennes/mosaik/commit/4d9721e02f))
1557
+ - remove redundant ls command from Docker build step in GitHub Actions workflow ([35074e3608](https://github.com/RueDeRennes/mosaik/commit/35074e3608))
1558
+ - remove redundant npm list commands in GitHub Actions build step ([88cbee4e84](https://github.com/RueDeRennes/mosaik/commit/88cbee4e84))
1559
+ - update GitHub Actions workflow to install npm packages and list global dependencies ([eda5a6b1f9](https://github.com/RueDeRennes/mosaik/commit/eda5a6b1f9))
1560
+ - update build step in GitHub Actions to list global npm packages ([f53cf75b47](https://github.com/RueDeRennes/mosaik/commit/f53cf75b47))
1561
+ - meta path ([7a3bdb39ef](https://github.com/RueDeRennes/mosaik/commit/7a3bdb39ef))
1562
+
1
1563
  ## 0.0.71 (2025-06-30)
2
1564
 
3
1565
  ### 🩹 Fixes