You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: RELEASE.md
+25-3
Original file line number
Diff line number
Diff line change
@@ -10,12 +10,33 @@ Please follow the established format:
10
10
-->
11
11
12
12
## Major features and improvements
13
-
- Drop Kedro 0.14.* support.
13
+
14
+
<!-- Add release notes for the upcoming release here -->
14
15
15
16
## Bug fixes and other changes
16
17
17
18
<!-- Add release notes for the upcoming release here -->
18
-
- Expose parameter metadata in "api/nodes/" endpoint (#275)
19
+
20
+
# Release 3.6.0
21
+
22
+
## Major features and improvements
23
+
24
+
- Redesign main sidebar (#236, #283)
25
+
- Drop Kedro 0.14.* support (#277)
26
+
27
+
28
+
## Bug fixes and other changes
29
+
30
+
- Continue work-in-progress on the multiple pipeline selection dropdown, which is still hidden behind a flag and disabled by default but is nearly complete. (#270, #273, #285, #289)
31
+
- Continue work on new metadata panel endpoints (#275)
32
+
- Fix chart rendering edge cases and hover styles (#288)
33
+
- Update Python unit tests using the same json file as front-end (#281)
34
+
- Improve lib-test docs (#278)
35
+
- Hide random seed message unless using random data (#280)
36
+
- Delete deprecated isParam and schema_id fields (#274)
37
+
- Fix bug caused by typo in saveStateToLocalStorage (#271)
38
+
- Fix interrupted chart transitions (#269)
39
+
- Refactor and optimise flowchart performance (#268)
19
40
20
41
# Release 3.5.1
21
42
@@ -32,7 +53,8 @@ Please follow the established format:
32
53
- Add web worker to make the expensive graph layout calculation into an asynchronous action, to prevent it from blocking other tasks on the main thread. (#217)
33
54
- Focus search bar with Cmd+F/Ctrl+F keyboard shortcuts (#261)
34
55
- Allow an argument to be passed to loadJsonData, for external use if needed (#215)
35
-
- Add support for multiple pipelines. This is a work-in-progress, and is currently disabled by default and hidden behind a flag. (#192, #215, #216, #221, #252, #254)
56
+
- Add support for multiple pipelines. This is a work-in-progress, and is currently disabled by default and hidden behind a flag. (#192, #215, #216, #221, #254)
57
+
- Begin adding individual node API endpoints, as a prelinary step towards full node metadata sidebars (#252)
36
58
- Save disabled state of individual nodes in localStorage (#220)
37
59
- Add automated testing for npm package import (#222)
38
60
- Rename master branch to main ✊🏿 and deprecate develop (#248)
0 commit comments