Bug Fixes
- fix: updateKernelSpecs's argument is optional
- fix: use @aminya/xmlhttprequest
- fix: ratio distortion of media in sidebar
- fix: use optional chaining inside onGateWay
- fix: separeate onSessionWithModel and onSessionWitouthModel
Other changes
- chore: fix dev script
- chore: add target for atom.commands.add
- chore: fix the types of handleKernelCommand
- chore: add default case for switch
- chore: kernel.restart onRestart is optional
- chore: accept both Kernel.ISpecModel | KernelspecMetadata
- refactor: getEscapeBlankRowsEndRow
- refactor: make _isValidMessage a free function
- refactor: make _getUsername a free function
- refactor: make _createMessage a free function
- chore: better type for onRestarted callback
- chore: accept both Kernel.ISpecModel | KernelspecMetadata
- chore: better types for onConfirmed and onCancelled
- chore: use object spread instead of Object.assign
- chore: add KernelGateway and SessionInfo
- chore: add default case to msgSpecV4toV5
- chore: fix return type of kernelSpec
- chore: update the tools in devDepenendencies
- test: use jsx extension for the files that use jsx
Updated the dependencies which fixes the following:
- Fix building ZeroMQ from the source on Linux
- ZeroMQ now includes prebuilds for older Atoms, so the latest Hydrogen is also usable on older Atom