Releases: connium/simple-odf
Releases · connium/simple-odf
v3.0.3
3.0.3 (2023-01-12)
Bug Fixes
v3.0.2
3.0.2 (2022-10-22)
Bug Fixes
- deps: bump @xmldom/xmldom from 0.8.2 to 0.8.3 (#786) (4a8a66c)
v3.0.1
3.0.1 (2022-01-22)
Bug Fixes
- deps: bump semantic-release from 18.0.1 to 19.0.2 (#616) (ba7950c)
v3.0.0
3.0.0 (2022-01-17)
Bug Fixes
- deps: upgrade node to resolve vulnerabilities (#615) (46d6959)
BREAKING CHANGES
- deps: Dropped support for Node.js versions less than v14.17
and v15 to upgrade dev dependencies to their latest versions.
v2.2.0
2.2.0 (2021-09-02)
Features
v2.1.0
2.1.0 (2021-09-02)
Features
v2.0.2
2.0.2 (2021-05-09)
Bug Fixes
- deps: [security] bump version (813ecab)
v2.0.1
2.0.1 (2021-03-29)
Bug Fixes
v2.0.0
2.0.0 (2020-06-29)
chore
BREAKING CHANGES
- deps: The compile target of the library changed from ES2015 to ES2018.
- deps: The compile target of the library changed from ES2015 to ES2018.
v1.0.0
1.0.0 (2020-04-22)
Bug Fixes
- list: text content of a list item cannot be styled (#120) (453a96b), closes #67
- meta: do not forbid dates older than now (77790c8)
Features
BREAKING CHANGES
- list: The
addListItem
method on a List
no longer accepts a string and it doesn't automagically create a "hidden" paragraph. Instead an empty ListItem
is being created. On the ListItem
instance it is now possible to add headings or paragraphs.