Skip to content

Commit 500799c

Browse files
chore: release v0.15.18 [skip ci]
1 parent 5abeeb5 commit 500799c

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

packages/superdoc/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## <small>0.15.18 (2025-08-30)</small>
4+
5+
- fix: add error notice if invalid docx is opened, fallback to blank ([0af7a7d](https://github.com/Harbour-Enterprises/SuperDoc/commit/0af7a7d))
6+
- fix: jsonOverride documentation (#821) ([f983b6a](https://github.com/Harbour-Enterprises/SuperDoc/commit/f983b6a)), closes [#821](https://github.com/Harbour-Enterprises/SuperDoc/issues/821)
7+
- fix: missing tooltip for linked styles ([349e0ac](https://github.com/Harbour-Enterprises/SuperDoc/commit/349e0ac))
8+
- feat: add load from json example (#824) ([ce3a737](https://github.com/Harbour-Enterprises/SuperDoc/commit/ce3a737)), closes [#824](https://github.com/Harbour-Enterprises/SuperDoc/issues/824)
9+
- feat: added content replace html/json example (#822) ([82625fd](https://github.com/Harbour-Enterprises/SuperDoc/commit/82625fd)), closes [#822](https://github.com/Harbour-Enterprises/SuperDoc/issues/822)
10+
- chore: bump version → 0.15.18-next.0 ([0a86a34](https://github.com/Harbour-Enterprises/SuperDoc/commit/0a86a34))
11+
- chore: release v0.15.18-next.1 [skip ci] ([d6ee757](https://github.com/Harbour-Enterprises/SuperDoc/commit/d6ee757))
12+
- chore: release v0.15.18-next.2 [skip ci] ([46a9373](https://github.com/Harbour-Enterprises/SuperDoc/commit/46a9373))
13+
- chore: release v0.15.18-next.3 [skip ci] ([f3bb9c0](https://github.com/Harbour-Enterprises/SuperDoc/commit/f3bb9c0))
14+
- HAR-10247: add validator rules to clean up numberingxml (#800) ([07d472a](https://github.com/Harbour-Enterprises/SuperDoc/commit/07d472a)), closes [#800](https://github.com/Harbour-Enterprises/SuperDoc/issues/800)
15+
316
## <small>0.15.17 (2025-08-29)</small>
417

518
- chore: add Extensions to superdoc exports, update example ([4965561](https://github.com/Harbour-Enterprises/SuperDoc/commit/4965561))

packages/superdoc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@harbour-enterprises/superdoc",
33
"type": "module",
4-
"version": "0.15.17",
4+
"version": "0.15.18",
55
"license": "AGPL-3.0",
66
"readme": "../../README.md",
77
"files": [

0 commit comments

Comments
 (0)