* fix

* fix

* fix
main
bokuweb 2022-11-04 21:57:30 +09:00 committed by GitHub
parent 8646553d92
commit f8928f0c77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 3 deletions

View File

@ -5,6 +5,11 @@ 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).
## docx-wasm@0.0.276-rc34, docx-rs@0.4.6 (4. Nov, 2022)
- Support Pic alignment
- fix #554 Special characters are being carried across using HTML entities vs unicode
## docx-wasm@0.0.276-rc32 (1. Nov, 2022)
- Fix TableProperty json types.

2
Cargo.lock generated
View File

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

View File

@ -1,6 +1,6 @@
[package]
name = "docx-rs"
version = "0.4.5"
version = "0.4.6"
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.0.276-rc32",
"version": "0.0.276-rc34",
"main": "dist/node/index.js",
"browser": "dist/web/index.js",
"author": "bokuweb <bokuweb12@gmail.com>",