Skip to content

Commit 34e0ab8

Browse files
committed
Added version v0.2.0
1 parent 63c1b07 commit 34e0ab8

2 files changed

Lines changed: 36 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,41 @@ All notable changes to pipeline-editor-s5 project will be documented in this fil
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## [v0.2.0] - 2021-07-31 (2021 Jul 31)
9+
10+
### Fixed
11+
12+
* Fixed #30 forbidden moving child upper than parent
13+
* Fixed #23 added to README integration to angular
14+
15+
### Changed
16+
17+
* Redesign format of json (minifier for share)
18+
* Fixed #4 Scaling - redesign, moved to canvas
19+
* Renamed RenderPipelineNode -> RenderPipelineBlock
20+
* Start redesign modes of editor (redesign remove blocks)
21+
* Redraw icons
22+
* Redesign padding option for #4
23+
* Scale value moved to RenderPipelineConfig
24+
* Prepare #32 - reposition nodes (auto_placement)
25+
* Updated html/images/share.svg
26+
27+
### Added
28+
29+
* Fixed #3: autosave
30+
* Fixed #15, #18: share by url (`?v=data_share`)
31+
* Implemented get_data_share/set_data_share for url sharing
32+
* added `version` to RenderPipelineEditor
33+
* Added cursor on delete blocks
34+
* Prepare list of functions for documentation
35+
* Implemented settings title, description, background-color
36+
* Added lz-string for share urls
37+
38+
### Security
39+
40+
* Fixed lgtm alerts
41+
* Removed unused functions
42+
843

944
## [v0.1.1] - 2021-07-13 (2021 Jul 13)
1045

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pipeline-editor-s5",
3-
"version": "v0.1.1",
3+
"version": "v0.2.0",
44
"description": "Visaul web-editor for a pipelines",
55
"main": "html/render-pipeline.js",
66
"repository": {

0 commit comments

Comments
 (0)