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
+29-5
Original file line number
Diff line number
Diff line change
@@ -13,15 +13,39 @@ Please follow the established format:
13
13
14
14
<!-- Add release notes for the upcoming release here -->
15
15
16
-
- Rename default endpoint from `/api/nodes.json` to `/api/main` (#239)
17
-
18
16
## Bug fixes and other changes
19
17
20
18
<!-- Add release notes for the upcoming release here -->
21
19
22
-
- Move data source loading into standalone-app entry point (#215)
23
-
- Allow an argument to be passed to loadJsonData (#215)
24
-
- Add information for multiple pipelines in `nodes.json` (#192)
20
+
# Release 3.5.0
21
+
22
+
## Major features and improvements
23
+
24
+
-**BREAKING CHANGE:** Rename default endpoint from `/api/nodes.json` to `/api/main`. This should only affect local JS development. (#239, #259)
25
+
- Add an interactive minimap to the toolbar (#203, #238, #247)
26
+
- 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)
27
+
- Focus search bar with Cmd+F/Ctrl+F keyboard shortcuts (#261)
28
+
- Allow an argument to be passed to loadJsonData, for external use if needed (#215)
29
+
- 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)
30
+
- Save disabled state of individual nodes in localStorage (#220)
31
+
- Add automated testing for npm package import (#222)
32
+
- Rename master branch to main ✊🏿 and deprecate develop (#248)
33
+
34
+
## Bug fixes and other changes
35
+
36
+
- Fix prepublishOnly task by changing from parallel jobs to sequential (#264)
37
+
- Refactor layer visibility state (#253)
38
+
- Expose an endpoint to query pipeline-specific node (#252)
39
+
- Reduce toolbar-button height on smaller screens (#251)
40
+
- Delete duplicate icon-button component (#250)
41
+
- Fix mispelling in demo dataset (#249)
42
+
- Improve performance of `getLinkedNodes` (#235)
43
+
- Expose node and dataset metadata in "api/nodes/" endpoint (#231)
44
+
- Move react-redux from peerDependencies to regular dependencies, and move react-scripts from dependencies to devDependencies (#223)
0 commit comments