|
1 | 1 | # blocks-svelte-renderer |
2 | 2 |
|
| 3 | +## 1.0.1 |
| 4 | + |
| 5 | +### Patch Changes |
| 6 | + |
| 7 | +- ee969c8: Export additional renderers for ease of making custom components. |
| 8 | + |
3 | 9 | ## 1.0.0 |
4 | 10 |
|
5 | 11 | ### Major Changes |
6 | 12 |
|
7 | 13 | - f913ed4: # 1.0.0 |
8 | 14 |
|
9 | | - This release introduces major structural improvements, feature additions, and CI enhancements across the Svelte package. |
10 | | - |
11 | | - ## Highlights |
12 | | - |
13 | | - ### Refactor and architecture |
14 | | - - restructured the codebase for maintainability and clarity, |
15 | | - - separated components into blocks and modifiers, |
16 | | - - simplified rendering logic, |
17 | | - - improved type safety and error handling, |
18 | | - - renamed and cleaned up test structure for consistency. |
19 | | - |
20 | | - ### Features |
21 | | - - render modifiers as independent Svelte components, |
22 | | - - safer and more idiomatic approach |
23 | | - - now supports everything the original library does (stacking modifiers, custom components, etc), |
24 | | - - added examples for custom component usage |
25 | | - |
26 | | - ### Fixes |
27 | | - - corrected rendering of quotes and line breaks, |
28 | | - - fixed renderer types, |
29 | | - - addressed lint and Svelte check issues. |
30 | | - |
31 | | - ### Chore & CI |
32 | | - - added and refined GitHub workflows, templates, and dependabot rules, |
33 | | - - introduced ESLint and improved Vitest setup, |
34 | | - - added changeset configuration, |
35 | | - - removed legacy scripts and unified build/release processes, |
36 | | - - improved package.json and project configs. |
| 15 | + This release introduces major structural improvements, feature additions, and CI enhancements across the Svelte package. |
| 16 | + |
| 17 | + ## Highlights |
| 18 | + |
| 19 | + ### Refactor and architecture |
| 20 | + - restructured the codebase for maintainability and clarity, |
| 21 | + - separated components into blocks and modifiers, |
| 22 | + - simplified rendering logic, |
| 23 | + - improved type safety and error handling, |
| 24 | + - renamed and cleaned up test structure for consistency. |
| 25 | + |
| 26 | + ### Features |
| 27 | + - render modifiers as independent Svelte components, |
| 28 | + - safer and more idiomatic approach |
| 29 | + - now supports everything the original library does (stacking modifiers, custom components, etc), |
| 30 | + - added examples for custom component usage |
| 31 | + |
| 32 | + ### Fixes |
| 33 | + - corrected rendering of quotes and line breaks, |
| 34 | + - fixed renderer types, |
| 35 | + - addressed lint and Svelte check issues. |
| 36 | + |
| 37 | + ### Chore & CI |
| 38 | + - added and refined GitHub workflows, templates, and dependabot rules, |
| 39 | + - introduced ESLint and improved Vitest setup, |
| 40 | + - added changeset configuration, |
| 41 | + - removed legacy scripts and unified build/release processes, |
| 42 | + - improved package.json and project configs. |
0 commit comments