Skip to content

Commit 5d19a1b

Browse files
committed
Set version to 1.4.6
1 parent 66a4ba0 commit 5d19a1b

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -541,6 +541,14 @@ MIT License - see [LICENSE](LICENSE) file for details
541541

542542
## Changelog History
543543

544+
### Version 1.4.6
545+
546+
* feat: preserve metadata types when adding images in cells (#216) (@jdugh)
547+
* Update deleteSheet for delete also relationships of sheet (#215) (@jdugh)
548+
* Fix: Handle missing drawing rels file when worksheet contains shapes only (#214) (@atsu0127)
549+
* create a new relationships element if the rels file does not exist.
550+
* Add test for image substitution in worksheets with shapes lacking drawing rels
551+
544552
### Version 1.4.5
545553
* Fixed UTF-8 encoding in `copySheet()` - sheet content now properly preserved in binary mode
546554
* `copySheet()` now properly copies comments (including threaded comments)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xlsx-template",
3-
"version": "1.4.5",
3+
"version": "1.4.6",
44
"description": "Generate .xlsx (Excel) files from templates built in Excel",
55
"main": "./lib/index",
66
"files": [

0 commit comments

Comments
 (0)