This repository was archived by the owner on Nov 17, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +11
-5
lines changed
Expand file tree Collapse file tree 1 file changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -4,18 +4,24 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ )
55and 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
1010in 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
You can’t perform that action at this time.
0 commit comments