Skip to content

Commit

Permalink
udpate release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
eapearson committed Oct 19, 2021
1 parent bab2335 commit d56e40e
Showing 1 changed file with 31 additions and 21 deletions.
52 changes: 31 additions & 21 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,31 +4,41 @@ The Narrative Interface allows users to craft KBase Narratives using a combinati

This is built on the Jupyter Notebook v6.0.2 (more notes will follow).

### Unreleased

- SCT-1315 - Fix KBaseSets generic set viewer; ported to preact initial, then React
- The above is the first utilization of React in the Narrative, and of npm-installed modules into the Narrative runtime
- added npm dependencies: react, react-dom, prop-types
- added support to copy umd-packaged modules from node_modules into the kbase extension static content during build

### Version 4.5.1

Code changes
- DATAUP-599 - Adjusted the kernel code and tests to account for a Workspace service update.

- DATAUP-599 - Adjusted the kernel code and tests to account for a Workspace service update.

Dependency Changes
- Python dependency updates
- pillow 8.3.1 -> 8.3.2
- plotly 5.1.0 -> 5.3.1
- pygments 2.9.0 -> 2.10.0
- pytest 6.2.4 -> 6.2.5
- terminado 0.10.1 -> 0.11.1
- Javascript dependency updates
- @wdio/browserstack-service 7.9.1 -> 7.11.1
- @wdio/cli 7.9.1 -> 7.11.1
- @wdio/local-runner 7.9.1 -> 7.11.1
- @wdio/mocha-framework 7.9.1 -> 7.11.1
- @wdio/selenium-standalone-service 7.7.7 -> 7.10.1
- @wdio/spec-reporter 7.9.0 -> 7.10.1
- chromedriver 92.0.1 -> 92.0.2
- husky 7.0.1 -> 7.0.2
- jasmine-core 3.8.0 -> 3.9.0
- msw 0.34.0 -> 0.35.0
- puppeteer 10.1.0 -> 10.2.0
- terser 5.7.1 -> 5.7.2
- webdriverio 7.9.1 -> 7.11.1

- Python dependency updates
- pillow 8.3.1 -> 8.3.2
- plotly 5.1.0 -> 5.3.1
- pygments 2.9.0 -> 2.10.0
- pytest 6.2.4 -> 6.2.5
- terminado 0.10.1 -> 0.11.1
- Javascript dependency updates
- @wdio/browserstack-service 7.9.1 -> 7.11.1
- @wdio/cli 7.9.1 -> 7.11.1
- @wdio/local-runner 7.9.1 -> 7.11.1
- @wdio/mocha-framework 7.9.1 -> 7.11.1
- @wdio/selenium-standalone-service 7.7.7 -> 7.10.1
- @wdio/spec-reporter 7.9.0 -> 7.10.1
- chromedriver 92.0.1 -> 92.0.2
- husky 7.0.1 -> 7.0.2
- jasmine-core 3.8.0 -> 3.9.0
- msw 0.34.0 -> 0.35.0
- puppeteer 10.1.0 -> 10.2.0
- terser 5.7.1 -> 5.7.2
- webdriverio 7.9.1 -> 7.11.1

### Version 4.5.0

Expand Down

0 comments on commit d56e40e

Please sign in to comment.