@@ -5,6 +5,41 @@ All notable changes to pipeline-editor-s5 project will be documented in this fil
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
66and 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
0 commit comments