setNotificationSystem
Redux action creator and action removed from API
Version updates for lerna-managed packages.
Version updates for lerna-managed packages.
- Reduce z-index on
NotebookMenu
component to 19
This is a meta-packaged that includes all changes in @nteract/actions
, @nteract/reducers
, @nteract/epics
, @nteract/types
, and @nteract/selectors
.
- Remove
errorMiddleware
Redux middleware from API
Version updates for lerna-managed packages.
Version updates for lerna-managed packages.
Version updates for lerna-managed packages.
Version updates for lerna-managed packages.
- Use
executeRequest
method in execution epics instead of deprecatedcreateExecuteRequest
- Fix bug where
autoSave
epic does not get latest version of content model during auto-save - Fix bug where
autoSave
epic does not getautoSaveInterval
stored in config state launchKernelWhenNotebookSetEpic
no longer launches kernels for notebooks that have already kernels
- Add support for creating mythic property in top-level state in test fixtures
Version updates for lerna-managed packages.
Version updates for lerna-managed packages.
Version updates for lerna-managed packages.
Version updates for lerna-managed packages.
Version updates for lerna-managed packages.
createExecuteRequest
method deprecated from@nteract/messaging
API. Please useexecuteRequest
instead.
- Upgrade to monaco-editor from v0.18.0 to v0.20.0
New package for supporting notifications on nteract apps.
New package that enables extending nteract-based apps with custom state, reducers, and epics.
- Add new decorator for app-level notification system
Version updates for lerna-managed packages.
Version updates for lerna-managed packages.
- Add reducers for configuring nteract myths registered on application
Version updates for lerna-managed packages.
Version updates for lerna-managed packages.
- Use child render prop in favor of
React.cloneElement
to configureEditor
component
Version updates for lerna-managed packages.
Version updates for lerna-managed packages.
Version updates for lerna-managed packages.
Version updates for lerna-managed packages.
Version updates for lerna-managed packages.
- Remove
makeAppStateRecord
andAppStateRecord
from external API.
- Add new @nteract/mythic-notifications and @nteract/myths packages to config
- @CrystallineCat
- @captainsafia
- @barshana-banerjee
- @victor-meng