mirror of
https://github.com/optilude/xlsx-template.git
synced 2026-07-02 00:17:39 +08:00
Set version to 1.4.6
This commit is contained in:
@@ -541,6 +541,14 @@ MIT License - see [LICENSE](LICENSE) file for details
|
||||
|
||||
## Changelog History
|
||||
|
||||
### Version 1.4.6
|
||||
|
||||
* feat: preserve metadata types when adding images in cells (#216) (@jdugh)
|
||||
* Update deleteSheet for delete also relationships of sheet (#215) (@jdugh)
|
||||
* Fix: Handle missing drawing rels file when worksheet contains shapes only (#214) (@atsu0127)
|
||||
* create a new relationships element if the rels file does not exist.
|
||||
* Add test for image substitution in worksheets with shapes lacking drawing rels
|
||||
|
||||
### Version 1.4.5
|
||||
* Fixed UTF-8 encoding in `copySheet()` - sheet content now properly preserved in binary mode
|
||||
* `copySheet()` now properly copies comments (including threaded comments)
|
||||
|
||||
Generated
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xlsx-template",
|
||||
"version": "1.4.5",
|
||||
"version": "1.4.6",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xlsx-template",
|
||||
"version": "1.4.5",
|
||||
"version": "1.4.6",
|
||||
"description": "Generate .xlsx (Excel) files from templates built in Excel",
|
||||
"main": "./lib/index",
|
||||
"files": [
|
||||
|
||||
Reference in New Issue
Block a user