Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit eeddfaa

Browse files
author
Nicolas Schäfli
committed
Update changelog
1 parent be82dc9 commit eeddfaa

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,24 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## 0.3.0 - 2019-06-02
88
### Added
99
* Forms api which can be used to place rectangles, lines, circles and ellipses
1010
in a document.
11+
* Selection tool which allows to transform existing forms and drawings.
1112
### Changed
1213
* Upgrade to typescript version ^3.4.0
1314
* Engines version constraint (node 10.9 < 13.0, yarn 1.13 < 2.0)
1415
* Migrate to Gulp 4.
15-
### Deprecated
16-
### Removed
17-
### Fixed
18-
### Security
16+
* Updated dev example
17+
* Migrate from uglify-js to terser in order to target es2015.
18+
* Only one tool can be active at once.
19+
* Default to highlighting mode if no tool is active.
20+
* **BREAKING CHANGES**
21+
* The event PageEventCollection#afterRectangleRendered() has
22+
been renamed to PageEventCollection#afterHighlightRendered().
23+
* The Points of all elements now expect to have a x,y and z field.
24+
* Target es2015.
1925

2026
## 0.2.0 - 2019-01-18
2127

0 commit comments

Comments
 (0)