main
bokuweb 2024-04-26 18:33:16 +09:00 committed by GitHub
parent 776f76e8ab
commit ef068a6348
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 7 additions and 3 deletions

View File

@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## @0.4.17 (26. Apr, 2024)
- Floating images cause docx generation to fail with error `should end: LastElementNameNotAvailable`
## @0.4.16 (24. Apr, 2024)
- Fixed a `framePr`

2
Cargo.lock generated
View File

@ -143,7 +143,7 @@ checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499"
[[package]]
name = "docx-rs"
version = "0.4.14"
version = "0.4.17"
dependencies = [
"base64",
"image",

View File

@ -1,6 +1,6 @@
[package]
name = "docx-rs"
version = "0.4.14"
version = "0.4.17"
authors = ["bokuweb <bokuweb12@gmail.com>"]
repository = "https://github.com/bokuweb/docx-rs"
edition = "2018"

View File

@ -1,6 +1,6 @@
{
"name": "docx-wasm",
"version": "0.4.16",
"version": "0.4.17",
"main": "dist/node/index.js",
"browser": "dist/web/index.js",
"author": "bokuweb <bokuweb12@gmail.com>",