Skip to content

Commit 551897a

Browse files
authored
Merge pull request #17 from tmarsik42/changeset-release/main
Version Packages
2 parents aea51be + b4cbe11 commit 551897a

File tree

3 files changed

+35
-34
lines changed

3 files changed

+35
-34
lines changed

.changeset/big-jobs-hammer.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 34 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,42 @@
11
# blocks-svelte-renderer
22

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- ee969c8: Export additional renderers for ease of making custom components.
8+
39
## 1.0.0
410

511
### Major Changes
612

713
- f913ed4: # 1.0.0
814

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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blocks-svelte-renderer",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "A Svelte renderer for Strapi's Blocks rich text editor",
55
"keywords": [
66
"svelte",

0 commit comments

Comments
 (0)