diff --git a/.changeset/yellow-ways-leave.md b/.changeset/yellow-ways-leave.md deleted file mode 100644 index d1b6ba69..00000000 --- a/.changeset/yellow-ways-leave.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -'@difizen/libro-jupyter': patch -'@difizen/libro-core': patch -'@difizen/libro-lab': patch -'@difizen/libro-docs': patch -'@difizen/libro-code-cell': patch -'@difizen/libro-code-editor': patch -'@difizen/libro-codemirror': patch -'@difizen/libro-cofine-editor': patch -'@difizen/libro-cofine-editor-contribution': patch -'@difizen/libro-cofine-editor-core': patch -'@difizen/libro-cofine-textmate': patch -'@difizen/libro-common': patch -'@difizen/libro-kernel': patch -'@difizen/libro-l10n': patch -'@difizen/libro-lsp': patch -'@difizen/libro-markdown': patch -'@difizen/libro-markdown-cell': patch -'@difizen/libro-output': patch -'@difizen/libro-prompt-cell': patch -'@difizen/libro-raw-cell': patch -'@difizen/libro-rendermime': patch -'@difizen/libro-search': patch -'@difizen/libro-search-code-cell': patch -'@difizen/libro-shared-model': patch -'@difizen/libro-terminal': patch -'@difizen/libro-toc': patch -'@difizen/libro-virtualized': patch -'@difizen/libro-widget': patch ---- - -1.libro keybind not work when switching tabs -2.auto focus when input file name. -3.editor resize when CodeEditorViewer resize -4.add file size warning -5.add UI for file formats not supported for viewing -6.file name error when select other format diff --git a/apps/docs/CHANGELOG.md b/apps/docs/CHANGELOG.md index ad2389d0..bd4b4f47 100644 --- a/apps/docs/CHANGELOG.md +++ b/apps/docs/CHANGELOG.md @@ -1,5 +1,21 @@ # @difizen/libro-docs +## 0.1.11 + +### Patch Changes + +- 236634d: 1.libro keybind not work when switching tabs + 2.auto focus when input file name. + 3.editor resize when CodeEditorViewer resize + 4.add file size warning + 5.add UI for file formats not supported for viewing + 6.file name error when select other format +- Updated dependencies [236634d] + - @difizen/libro-jupyter@0.1.11 + - @difizen/libro-core@0.1.11 + - @difizen/libro-lab@0.1.11 + - @difizen/libro-terminal@0.1.11 + ## 0.1.10 ### Patch Changes diff --git a/apps/docs/package.json b/apps/docs/package.json index 505bed0a..8ca3e36d 100644 --- a/apps/docs/package.json +++ b/apps/docs/package.json @@ -1,6 +1,6 @@ { "name": "@difizen/libro-docs", - "version": "0.1.10", + "version": "0.1.11", "private": true, "license": "MIT", "description": "Document site for mana", @@ -21,10 +21,10 @@ "dependencies": { "@difizen/mana-app": "latest", "@difizen/mana-react": "latest", - "@difizen/libro-jupyter": "^0.1.10", - "@difizen/libro-lab": "^0.1.10", - "@difizen/libro-core": "^0.1.10", - "@difizen/libro-terminal": "^0.1.10", + "@difizen/libro-jupyter": "^0.1.11", + "@difizen/libro-lab": "^0.1.11", + "@difizen/libro-core": "^0.1.11", + "@difizen/libro-terminal": "^0.1.11", "@ant-design/icons": "^5.1.0", "react": "^18.2.0", "antd": "^5.10.0" diff --git a/packages/libro-code-cell/CHANGELOG.md b/packages/libro-code-cell/CHANGELOG.md index 7def9505..d5ce1641 100644 --- a/packages/libro-code-cell/CHANGELOG.md +++ b/packages/libro-code-cell/CHANGELOG.md @@ -1,5 +1,20 @@ # @difizen/libro-codemirror-code-cell +## 0.1.11 + +### Patch Changes + +- 236634d: 1.libro keybind not work when switching tabs + 2.auto focus when input file name. + 3.editor resize when CodeEditorViewer resize + 4.add file size warning + 5.add UI for file formats not supported for viewing + 6.file name error when select other format +- Updated dependencies [236634d] + - @difizen/libro-core@0.1.11 + - @difizen/libro-code-editor@0.1.11 + - @difizen/libro-common@0.1.11 + ## 0.1.10 ### Patch Changes diff --git a/packages/libro-code-cell/package.json b/packages/libro-code-cell/package.json index 499d39ed..f1c42e02 100644 --- a/packages/libro-code-cell/package.json +++ b/packages/libro-code-cell/package.json @@ -1,6 +1,6 @@ { "name": "@difizen/libro-code-cell", - "version": "0.1.10", + "version": "0.1.11", "description": "", "keywords": [ "libro", @@ -45,9 +45,9 @@ "typecheck:tsc": "tsc --noEmit" }, "dependencies": { - "@difizen/libro-code-editor": "^0.1.10", - "@difizen/libro-common": "^0.1.10", - "@difizen/libro-core": "^0.1.10", + "@difizen/libro-code-editor": "^0.1.11", + "@difizen/libro-common": "^0.1.11", + "@difizen/libro-core": "^0.1.11", "@difizen/mana-app": "latest" }, "peerDependencies": { diff --git a/packages/libro-code-editor/CHANGELOG.md b/packages/libro-code-editor/CHANGELOG.md index 30c27015..523e34a8 100644 --- a/packages/libro-code-editor/CHANGELOG.md +++ b/packages/libro-code-editor/CHANGELOG.md @@ -1,5 +1,18 @@ # @difizen/libro-code-editor +## 0.1.11 + +### Patch Changes + +- 236634d: 1.libro keybind not work when switching tabs + 2.auto focus when input file name. + 3.editor resize when CodeEditorViewer resize + 4.add file size warning + 5.add UI for file formats not supported for viewing + 6.file name error when select other format +- Updated dependencies [236634d] + - @difizen/libro-common@0.1.11 + ## 0.1.10 ### Patch Changes diff --git a/packages/libro-code-editor/package.json b/packages/libro-code-editor/package.json index d0fd2b7e..f2cd35b0 100644 --- a/packages/libro-code-editor/package.json +++ b/packages/libro-code-editor/package.json @@ -1,6 +1,6 @@ { "name": "@difizen/libro-code-editor", - "version": "0.1.10", + "version": "0.1.11", "description": "", "keywords": [ "libro", @@ -47,7 +47,7 @@ "dependencies": { "@difizen/mana-app": "latest", "@difizen/mana-l10n": "latest", - "@difizen/libro-common": "^0.1.10", + "@difizen/libro-common": "^0.1.11", "uuid": "^9.0.0" }, "peerDependencies": { diff --git a/packages/libro-codemirror/CHANGELOG.md b/packages/libro-codemirror/CHANGELOG.md index 6d3c39f2..6d9fc813 100644 --- a/packages/libro-codemirror/CHANGELOG.md +++ b/packages/libro-codemirror/CHANGELOG.md @@ -1,5 +1,21 @@ # @difizen/libro-codemirror +## 0.1.11 + +### Patch Changes + +- 236634d: 1.libro keybind not work when switching tabs + 2.auto focus when input file name. + 3.editor resize when CodeEditorViewer resize + 4.add file size warning + 5.add UI for file formats not supported for viewing + 6.file name error when select other format +- Updated dependencies [236634d] + - @difizen/libro-code-editor@0.1.11 + - @difizen/libro-common@0.1.11 + - @difizen/libro-lsp@0.1.11 + - @difizen/libro-rendermime@0.1.11 + ## 0.1.10 ### Patch Changes diff --git a/packages/libro-codemirror/package.json b/packages/libro-codemirror/package.json index 5fa946b9..4309ce73 100644 --- a/packages/libro-codemirror/package.json +++ b/packages/libro-codemirror/package.json @@ -1,6 +1,6 @@ { "name": "@difizen/libro-codemirror", - "version": "0.1.10", + "version": "0.1.11", "description": "", "keywords": [ "libro", @@ -57,10 +57,10 @@ "@codemirror/search": "^6.0.0", "@codemirror/state": "^6.0.0", "@codemirror/view": "^6.2.2", - "@difizen/libro-code-editor": "^0.1.10", - "@difizen/libro-common": "^0.1.10", - "@difizen/libro-rendermime": "^0.1.10", - "@difizen/libro-lsp": "^0.1.10", + "@difizen/libro-code-editor": "^0.1.11", + "@difizen/libro-common": "^0.1.11", + "@difizen/libro-rendermime": "^0.1.11", + "@difizen/libro-lsp": "^0.1.11", "@difizen/mana-app": "latest", "@lezer/common": "^1.1.0", "@lezer/highlight": "^1.1.4", diff --git a/packages/libro-cofine-editor-contribution/CHANGELOG.md b/packages/libro-cofine-editor-contribution/CHANGELOG.md index aefe6a59..5fdc3223 100644 --- a/packages/libro-cofine-editor-contribution/CHANGELOG.md +++ b/packages/libro-cofine-editor-contribution/CHANGELOG.md @@ -1,5 +1,16 @@ # @difizen/libro-codemirror-markdown-cell +## 0.1.11 + +### Patch Changes + +- 236634d: 1.libro keybind not work when switching tabs + 2.auto focus when input file name. + 3.editor resize when CodeEditorViewer resize + 4.add file size warning + 5.add UI for file formats not supported for viewing + 6.file name error when select other format + ## 0.1.10 ### Patch Changes diff --git a/packages/libro-cofine-editor-contribution/package.json b/packages/libro-cofine-editor-contribution/package.json index 475dc31d..a9ff0a55 100644 --- a/packages/libro-cofine-editor-contribution/package.json +++ b/packages/libro-cofine-editor-contribution/package.json @@ -1,6 +1,6 @@ { "name": "@difizen/libro-cofine-editor-contribution", - "version": "0.1.10", + "version": "0.1.11", "description": "", "keywords": [ "libro", diff --git a/packages/libro-cofine-editor-core/CHANGELOG.md b/packages/libro-cofine-editor-core/CHANGELOG.md index 86e71627..4e7acd49 100644 --- a/packages/libro-cofine-editor-core/CHANGELOG.md +++ b/packages/libro-cofine-editor-core/CHANGELOG.md @@ -1,5 +1,18 @@ # @difizen/libro-codemirror-markdown-cell +## 0.1.11 + +### Patch Changes + +- 236634d: 1.libro keybind not work when switching tabs + 2.auto focus when input file name. + 3.editor resize when CodeEditorViewer resize + 4.add file size warning + 5.add UI for file formats not supported for viewing + 6.file name error when select other format +- Updated dependencies [236634d] + - @difizen/libro-cofine-editor-contribution@0.1.11 + ## 0.1.10 ### Patch Changes diff --git a/packages/libro-cofine-editor-core/package.json b/packages/libro-cofine-editor-core/package.json index 8450b22e..66eff9ed 100644 --- a/packages/libro-cofine-editor-core/package.json +++ b/packages/libro-cofine-editor-core/package.json @@ -1,6 +1,6 @@ { "name": "@difizen/libro-cofine-editor-core", - "version": "0.1.10", + "version": "0.1.11", "description": "", "keywords": [ "libro", @@ -47,7 +47,7 @@ "typecheck:tsc": "tsc --noEmit" }, "dependencies": { - "@difizen/libro-cofine-editor-contribution": "^0.1.10", + "@difizen/libro-cofine-editor-contribution": "^0.1.11", "@difizen/mana-app": "latest", "@difizen/monaco-editor-core": "latest", "debug": "^4.3.2", diff --git a/packages/libro-cofine-editor/CHANGELOG.md b/packages/libro-cofine-editor/CHANGELOG.md index 9ff567f1..0d8805d7 100644 --- a/packages/libro-cofine-editor/CHANGELOG.md +++ b/packages/libro-cofine-editor/CHANGELOG.md @@ -1,5 +1,23 @@ # @difizen/libro-codemirror-markdown-cell +## 0.1.11 + +### Patch Changes + +- 236634d: 1.libro keybind not work when switching tabs + 2.auto focus when input file name. + 3.editor resize when CodeEditorViewer resize + 4.add file size warning + 5.add UI for file formats not supported for viewing + 6.file name error when select other format +- Updated dependencies [236634d] + - @difizen/libro-core@0.1.11 + - @difizen/libro-code-editor@0.1.11 + - @difizen/libro-cofine-editor-core@0.1.11 + - @difizen/libro-cofine-textmate@0.1.11 + - @difizen/libro-common@0.1.11 + - @difizen/libro-lsp@0.1.11 + ## 0.1.10 ### Patch Changes diff --git a/packages/libro-cofine-editor/package.json b/packages/libro-cofine-editor/package.json index 374c48b1..b20b56d3 100644 --- a/packages/libro-cofine-editor/package.json +++ b/packages/libro-cofine-editor/package.json @@ -1,6 +1,6 @@ { "name": "@difizen/libro-cofine-editor", - "version": "0.1.10", + "version": "0.1.11", "description": "", "keywords": [ "libro", @@ -46,12 +46,12 @@ }, "dependencies": { "@difizen/monaco-editor-core": "latest", - "@difizen/libro-cofine-editor-core": "^0.1.10", - "@difizen/libro-cofine-textmate": "^0.1.10", - "@difizen/libro-lsp": "^0.1.10", - "@difizen/libro-code-editor": "^0.1.10", - "@difizen/libro-common": "^0.1.10", - "@difizen/libro-core": "^0.1.10", + "@difizen/libro-cofine-editor-core": "^0.1.11", + "@difizen/libro-cofine-textmate": "^0.1.11", + "@difizen/libro-lsp": "^0.1.11", + "@difizen/libro-code-editor": "^0.1.11", + "@difizen/libro-common": "^0.1.11", + "@difizen/libro-core": "^0.1.11", "@difizen/mana-app": "latest", "resize-observer-polyfill": "^1.5.1", "vscode-languageserver-protocol": "^3.17.4", diff --git a/packages/libro-cofine-textmate/CHANGELOG.md b/packages/libro-cofine-textmate/CHANGELOG.md index 75a48e16..9557e7c9 100644 --- a/packages/libro-cofine-textmate/CHANGELOG.md +++ b/packages/libro-cofine-textmate/CHANGELOG.md @@ -1,5 +1,18 @@ # @difizen/libro-codemirror-markdown-cell +## 0.1.11 + +### Patch Changes + +- 236634d: 1.libro keybind not work when switching tabs + 2.auto focus when input file name. + 3.editor resize when CodeEditorViewer resize + 4.add file size warning + 5.add UI for file formats not supported for viewing + 6.file name error when select other format +- Updated dependencies [236634d] + - @difizen/libro-cofine-editor-core@0.1.11 + ## 0.1.10 ### Patch Changes diff --git a/packages/libro-cofine-textmate/package.json b/packages/libro-cofine-textmate/package.json index bb4cd12a..ca335bdb 100644 --- a/packages/libro-cofine-textmate/package.json +++ b/packages/libro-cofine-textmate/package.json @@ -1,6 +1,6 @@ { "name": "@difizen/libro-cofine-textmate", - "version": "0.1.10", + "version": "0.1.11", "description": "", "keywords": [ "libro", @@ -46,7 +46,7 @@ "typecheck:tsc": "tsc --noEmit" }, "dependencies": { - "@difizen/libro-cofine-editor-core": "^0.1.10", + "@difizen/libro-cofine-editor-core": "^0.1.11", "@difizen/mana-app": "latest", "fast-plist": "^0.1.2", "vscode-oniguruma": "^1.5.1", diff --git a/packages/libro-common/CHANGELOG.md b/packages/libro-common/CHANGELOG.md index 3d059433..c447773c 100644 --- a/packages/libro-common/CHANGELOG.md +++ b/packages/libro-common/CHANGELOG.md @@ -1,5 +1,16 @@ # @difizen/libro-common +## 0.1.11 + +### Patch Changes + +- 236634d: 1.libro keybind not work when switching tabs + 2.auto focus when input file name. + 3.editor resize when CodeEditorViewer resize + 4.add file size warning + 5.add UI for file formats not supported for viewing + 6.file name error when select other format + ## 0.1.10 ### Patch Changes diff --git a/packages/libro-common/package.json b/packages/libro-common/package.json index 641a39a9..d2e793b7 100644 --- a/packages/libro-common/package.json +++ b/packages/libro-common/package.json @@ -1,6 +1,6 @@ { "name": "@difizen/libro-common", - "version": "0.1.10", + "version": "0.1.11", "description": "", "keywords": [ "libro", diff --git a/packages/libro-core/CHANGELOG.md b/packages/libro-core/CHANGELOG.md index 932e6046..37899c30 100644 --- a/packages/libro-core/CHANGELOG.md +++ b/packages/libro-core/CHANGELOG.md @@ -1,5 +1,21 @@ # @difizen/libro-core +## 0.1.11 + +### Patch Changes + +- 236634d: 1.libro keybind not work when switching tabs + 2.auto focus when input file name. + 3.editor resize when CodeEditorViewer resize + 4.add file size warning + 5.add UI for file formats not supported for viewing + 6.file name error when select other format +- Updated dependencies [236634d] + - @difizen/libro-code-editor@0.1.11 + - @difizen/libro-common@0.1.11 + - @difizen/libro-shared-model@0.1.11 + - @difizen/libro-virtualized@0.1.11 + ## 0.1.10 ### Patch Changes diff --git a/packages/libro-core/package.json b/packages/libro-core/package.json index dfe08380..bbd29628 100644 --- a/packages/libro-core/package.json +++ b/packages/libro-core/package.json @@ -1,6 +1,6 @@ { "name": "@difizen/libro-core", - "version": "0.1.10", + "version": "0.1.11", "description": "", "keywords": [ "libro", @@ -47,10 +47,10 @@ }, "dependencies": { "@ant-design/icons": "^5.1.0", - "@difizen/libro-code-editor": "^0.1.10", - "@difizen/libro-common": "^0.1.10", - "@difizen/libro-shared-model": "^0.1.10", - "@difizen/libro-virtualized": "^0.1.10", + "@difizen/libro-code-editor": "^0.1.11", + "@difizen/libro-common": "^0.1.11", + "@difizen/libro-shared-model": "^0.1.11", + "@difizen/libro-virtualized": "^0.1.11", "@difizen/mana-app": "latest", "@difizen/mana-l10n": "latest", "@difizen/mana-react": "latest", diff --git a/packages/libro-jupyter/CHANGELOG.md b/packages/libro-jupyter/CHANGELOG.md index b781419b..1c5f109a 100644 --- a/packages/libro-jupyter/CHANGELOG.md +++ b/packages/libro-jupyter/CHANGELOG.md @@ -1,5 +1,32 @@ # @difizen/libro-jupyter +## 0.1.11 + +### Patch Changes + +- 236634d: 1.libro keybind not work when switching tabs + 2.auto focus when input file name. + 3.editor resize when CodeEditorViewer resize + 4.add file size warning + 5.add UI for file formats not supported for viewing + 6.file name error when select other format +- Updated dependencies [236634d] + - @difizen/libro-core@0.1.11 + - @difizen/libro-code-cell@0.1.11 + - @difizen/libro-code-editor@0.1.11 + - @difizen/libro-codemirror@0.1.11 + - @difizen/libro-cofine-editor@0.1.11 + - @difizen/libro-common@0.1.11 + - @difizen/libro-kernel@0.1.11 + - @difizen/libro-l10n@0.1.11 + - @difizen/libro-lsp@0.1.11 + - @difizen/libro-markdown-cell@0.1.11 + - @difizen/libro-output@0.1.11 + - @difizen/libro-raw-cell@0.1.11 + - @difizen/libro-rendermime@0.1.11 + - @difizen/libro-search@0.1.11 + - @difizen/libro-search-code-cell@0.1.11 + ## 0.1.10 ### Patch Changes diff --git a/packages/libro-jupyter/package.json b/packages/libro-jupyter/package.json index 7f553d5d..85b745b0 100644 --- a/packages/libro-jupyter/package.json +++ b/packages/libro-jupyter/package.json @@ -1,6 +1,6 @@ { "name": "@difizen/libro-jupyter", - "version": "0.1.10", + "version": "0.1.11", "description": "", "keywords": [ "libro" @@ -44,21 +44,21 @@ "typecheck:tsc": "tsc --noEmit" }, "dependencies": { - "@difizen/libro-cofine-editor": "^0.1.10", - "@difizen/libro-code-editor": "^0.1.10", - "@difizen/libro-code-cell": "^0.1.10", - "@difizen/libro-codemirror": "^0.1.10", - "@difizen/libro-rendermime": "^0.1.10", - "@difizen/libro-common": "^0.1.10", - "@difizen/libro-core": "^0.1.10", - "@difizen/libro-kernel": "^0.1.10", - "@difizen/libro-l10n": "^0.1.10", - "@difizen/libro-output": "^0.1.10", - "@difizen/libro-search": "^0.1.10", - "@difizen/libro-search-code-cell": "^0.1.10", - "@difizen/libro-lsp": "^0.1.10", - "@difizen/libro-markdown-cell": "^0.1.10", - "@difizen/libro-raw-cell": "^0.1.10", + "@difizen/libro-cofine-editor": "^0.1.11", + "@difizen/libro-code-editor": "^0.1.11", + "@difizen/libro-code-cell": "^0.1.11", + "@difizen/libro-codemirror": "^0.1.11", + "@difizen/libro-rendermime": "^0.1.11", + "@difizen/libro-common": "^0.1.11", + "@difizen/libro-core": "^0.1.11", + "@difizen/libro-kernel": "^0.1.11", + "@difizen/libro-l10n": "^0.1.11", + "@difizen/libro-output": "^0.1.11", + "@difizen/libro-search": "^0.1.11", + "@difizen/libro-search-code-cell": "^0.1.11", + "@difizen/libro-lsp": "^0.1.11", + "@difizen/libro-markdown-cell": "^0.1.11", + "@difizen/libro-raw-cell": "^0.1.11", "@difizen/mana-app": "latest", "@difizen/mana-l10n": "latest", "@ant-design/colors": "^7.0.0", diff --git a/packages/libro-kernel/CHANGELOG.md b/packages/libro-kernel/CHANGELOG.md index 36ff7b27..11fe9529 100644 --- a/packages/libro-kernel/CHANGELOG.md +++ b/packages/libro-kernel/CHANGELOG.md @@ -1,5 +1,19 @@ # @difizen/libro-kernel +## 0.1.11 + +### Patch Changes + +- 236634d: 1.libro keybind not work when switching tabs + 2.auto focus when input file name. + 3.editor resize when CodeEditorViewer resize + 4.add file size warning + 5.add UI for file formats not supported for viewing + 6.file name error when select other format +- Updated dependencies [236634d] + - @difizen/libro-core@0.1.11 + - @difizen/libro-common@0.1.11 + ## 0.1.10 ### Patch Changes diff --git a/packages/libro-kernel/package.json b/packages/libro-kernel/package.json index 1a4b1e6f..f0401053 100644 --- a/packages/libro-kernel/package.json +++ b/packages/libro-kernel/package.json @@ -1,6 +1,6 @@ { "name": "@difizen/libro-kernel", - "version": "0.1.10", + "version": "0.1.11", "description": "", "keywords": [ "ai-infra", @@ -45,8 +45,8 @@ "typecheck:tsc": "tsc --noEmit" }, "dependencies": { - "@difizen/libro-common": "^0.1.10", - "@difizen/libro-core": "^0.1.10", + "@difizen/libro-common": "^0.1.11", + "@difizen/libro-core": "^0.1.11", "@difizen/mana-app": "latest", "minimist": "^1.2.8", "query-string": "^8.1.0", diff --git a/packages/libro-l10n/CHANGELOG.md b/packages/libro-l10n/CHANGELOG.md index 5f210ae8..b89567e4 100644 --- a/packages/libro-l10n/CHANGELOG.md +++ b/packages/libro-l10n/CHANGELOG.md @@ -1,5 +1,16 @@ # @difizen/libro-l10n +## 0.1.11 + +### Patch Changes + +- 236634d: 1.libro keybind not work when switching tabs + 2.auto focus when input file name. + 3.editor resize when CodeEditorViewer resize + 4.add file size warning + 5.add UI for file formats not supported for viewing + 6.file name error when select other format + ## 0.1.10 ### Patch Changes diff --git a/packages/libro-l10n/package.json b/packages/libro-l10n/package.json index d4052696..1547a167 100644 --- a/packages/libro-l10n/package.json +++ b/packages/libro-l10n/package.json @@ -1,6 +1,6 @@ { "name": "@difizen/libro-l10n", - "version": "0.1.10", + "version": "0.1.11", "description": "", "keywords": [ "libro", diff --git a/packages/libro-lab/CHANGELOG.md b/packages/libro-lab/CHANGELOG.md index 1c04582e..ae8e1804 100644 --- a/packages/libro-lab/CHANGELOG.md +++ b/packages/libro-lab/CHANGELOG.md @@ -1,5 +1,24 @@ # @difizen/libro-lab +## 0.1.11 + +### Patch Changes + +- 236634d: 1.libro keybind not work when switching tabs + 2.auto focus when input file name. + 3.editor resize when CodeEditorViewer resize + 4.add file size warning + 5.add UI for file formats not supported for viewing + 6.file name error when select other format +- Updated dependencies [236634d] + - @difizen/libro-jupyter@0.1.11 + - @difizen/libro-core@0.1.11 + - @difizen/libro-cofine-editor-core@0.1.11 + - @difizen/libro-kernel@0.1.11 + - @difizen/libro-prompt-cell@0.1.11 + - @difizen/libro-terminal@0.1.11 + - @difizen/libro-toc@0.1.11 + ## 0.1.10 ### Patch Changes diff --git a/packages/libro-lab/package.json b/packages/libro-lab/package.json index 91678fc7..71b5ccf0 100644 --- a/packages/libro-lab/package.json +++ b/packages/libro-lab/package.json @@ -1,6 +1,6 @@ { "name": "@difizen/libro-lab", - "version": "0.1.10", + "version": "0.1.11", "description": "", "keywords": [ "libro", @@ -47,13 +47,13 @@ }, "dependencies": { "@ant-design/icons": "^5.1.0", - "@difizen/libro-core": "^0.1.10", - "@difizen/libro-jupyter": "^0.1.10", - "@difizen/libro-kernel": "^0.1.10", - "@difizen/libro-prompt-cell": "^0.1.10", - "@difizen/libro-terminal": "^0.1.10", - "@difizen/libro-toc": "^0.1.10", - "@difizen/libro-cofine-editor-core": "^0.1.10", + "@difizen/libro-core": "^0.1.11", + "@difizen/libro-jupyter": "^0.1.11", + "@difizen/libro-kernel": "^0.1.11", + "@difizen/libro-prompt-cell": "^0.1.11", + "@difizen/libro-terminal": "^0.1.11", + "@difizen/libro-toc": "^0.1.11", + "@difizen/libro-cofine-editor-core": "^0.1.11", "@difizen/mana-app": "latest", "@difizen/mana-react": "latest", "classnames": "^2.3.2", diff --git a/packages/libro-lsp/CHANGELOG.md b/packages/libro-lsp/CHANGELOG.md index dd7b909f..d54636b8 100644 --- a/packages/libro-lsp/CHANGELOG.md +++ b/packages/libro-lsp/CHANGELOG.md @@ -1,5 +1,21 @@ # @difizen/libro-code-editor +## 0.1.11 + +### Patch Changes + +- 236634d: 1.libro keybind not work when switching tabs + 2.auto focus when input file name. + 3.editor resize when CodeEditorViewer resize + 4.add file size warning + 5.add UI for file formats not supported for viewing + 6.file name error when select other format +- Updated dependencies [236634d] + - @difizen/libro-core@0.1.11 + - @difizen/libro-code-editor@0.1.11 + - @difizen/libro-common@0.1.11 + - @difizen/libro-kernel@0.1.11 + ## 0.1.10 ### Patch Changes diff --git a/packages/libro-lsp/package.json b/packages/libro-lsp/package.json index 734410c1..901799f2 100644 --- a/packages/libro-lsp/package.json +++ b/packages/libro-lsp/package.json @@ -1,6 +1,6 @@ { "name": "@difizen/libro-lsp", - "version": "0.1.10", + "version": "0.1.11", "description": "", "keywords": [ "libro", @@ -45,10 +45,10 @@ "typecheck:tsc": "tsc --noEmit" }, "dependencies": { - "@difizen/libro-core": "^0.1.10", - "@difizen/libro-kernel": "^0.1.10", - "@difizen/libro-common": "^0.1.10", - "@difizen/libro-code-editor": "^0.1.10", + "@difizen/libro-core": "^0.1.11", + "@difizen/libro-kernel": "^0.1.11", + "@difizen/libro-common": "^0.1.11", + "@difizen/libro-code-editor": "^0.1.11", "@difizen/mana-app": "latest", "lodash.mergewith": "^4.6.2", "uuid": "^9.0.0", diff --git a/packages/libro-markdown-cell/CHANGELOG.md b/packages/libro-markdown-cell/CHANGELOG.md index b5e06ef2..9a08102c 100644 --- a/packages/libro-markdown-cell/CHANGELOG.md +++ b/packages/libro-markdown-cell/CHANGELOG.md @@ -1,5 +1,21 @@ # @difizen/libro-markdown +## 0.1.11 + +### Patch Changes + +- 236634d: 1.libro keybind not work when switching tabs + 2.auto focus when input file name. + 3.editor resize when CodeEditorViewer resize + 4.add file size warning + 5.add UI for file formats not supported for viewing + 6.file name error when select other format +- Updated dependencies [236634d] + - @difizen/libro-core@0.1.11 + - @difizen/libro-code-editor@0.1.11 + - @difizen/libro-common@0.1.11 + - @difizen/libro-markdown@0.1.11 + ## 0.1.10 ### Patch Changes diff --git a/packages/libro-markdown-cell/package.json b/packages/libro-markdown-cell/package.json index 75dd5894..3f369adf 100644 --- a/packages/libro-markdown-cell/package.json +++ b/packages/libro-markdown-cell/package.json @@ -1,6 +1,6 @@ { "name": "@difizen/libro-markdown-cell", - "version": "0.1.10", + "version": "0.1.11", "description": "", "keywords": [ "libro", @@ -52,10 +52,10 @@ "@types/react": "^18.2.25" }, "dependencies": { - "@difizen/libro-core": "^0.1.10", - "@difizen/libro-common": "^0.1.10", - "@difizen/libro-code-editor": "^0.1.10", - "@difizen/libro-markdown": "^0.1.10", + "@difizen/libro-core": "^0.1.11", + "@difizen/libro-common": "^0.1.11", + "@difizen/libro-code-editor": "^0.1.11", + "@difizen/libro-markdown": "^0.1.11", "@difizen/mana-app": "latest", "@types/markdown-it": "^12.2.3", "markdown-it": "^13.0.1", diff --git a/packages/libro-markdown/CHANGELOG.md b/packages/libro-markdown/CHANGELOG.md index 796e6621..60f29c32 100644 --- a/packages/libro-markdown/CHANGELOG.md +++ b/packages/libro-markdown/CHANGELOG.md @@ -1,5 +1,16 @@ # @difizen/libro-markdown +## 0.1.11 + +### Patch Changes + +- 236634d: 1.libro keybind not work when switching tabs + 2.auto focus when input file name. + 3.editor resize when CodeEditorViewer resize + 4.add file size warning + 5.add UI for file formats not supported for viewing + 6.file name error when select other format + ## 0.1.10 ### Patch Changes diff --git a/packages/libro-markdown/package.json b/packages/libro-markdown/package.json index 08c0d8ec..9337668d 100644 --- a/packages/libro-markdown/package.json +++ b/packages/libro-markdown/package.json @@ -1,6 +1,6 @@ { "name": "@difizen/libro-markdown", - "version": "0.1.10", + "version": "0.1.11", "description": "", "keywords": [ "libro", diff --git a/packages/libro-output/CHANGELOG.md b/packages/libro-output/CHANGELOG.md index 0b97369f..aa69eed1 100644 --- a/packages/libro-output/CHANGELOG.md +++ b/packages/libro-output/CHANGELOG.md @@ -1,5 +1,20 @@ # @difizen/libro-output +## 0.1.11 + +### Patch Changes + +- 236634d: 1.libro keybind not work when switching tabs + 2.auto focus when input file name. + 3.editor resize when CodeEditorViewer resize + 4.add file size warning + 5.add UI for file formats not supported for viewing + 6.file name error when select other format +- Updated dependencies [236634d] + - @difizen/libro-core@0.1.11 + - @difizen/libro-common@0.1.11 + - @difizen/libro-rendermime@0.1.11 + ## 0.1.10 ### Patch Changes diff --git a/packages/libro-output/package.json b/packages/libro-output/package.json index 943cffc9..96e8b3f1 100644 --- a/packages/libro-output/package.json +++ b/packages/libro-output/package.json @@ -1,6 +1,6 @@ { "name": "@difizen/libro-output", - "version": "0.1.10", + "version": "0.1.11", "description": "", "keywords": [ "libro", @@ -45,9 +45,9 @@ "typecheck:tsc": "tsc --noEmit" }, "dependencies": { - "@difizen/libro-common": "^0.1.10", - "@difizen/libro-core": "^0.1.10", - "@difizen/libro-rendermime": "^0.1.10", + "@difizen/libro-common": "^0.1.11", + "@difizen/libro-core": "^0.1.11", + "@difizen/libro-rendermime": "^0.1.11", "@difizen/mana-app": "latest", "markdown-it": "^13.0.1" }, diff --git a/packages/libro-prompt-cell/CHANGELOG.md b/packages/libro-prompt-cell/CHANGELOG.md index a216c613..2cc951ad 100644 --- a/packages/libro-prompt-cell/CHANGELOG.md +++ b/packages/libro-prompt-cell/CHANGELOG.md @@ -1,5 +1,23 @@ # @difizen/libro-prompt-cell +## 0.1.11 + +### Patch Changes + +- 236634d: 1.libro keybind not work when switching tabs + 2.auto focus when input file name. + 3.editor resize when CodeEditorViewer resize + 4.add file size warning + 5.add UI for file formats not supported for viewing + 6.file name error when select other format +- Updated dependencies [236634d] + - @difizen/libro-jupyter@0.1.11 + - @difizen/libro-core@0.1.11 + - @difizen/libro-code-editor@0.1.11 + - @difizen/libro-codemirror@0.1.11 + - @difizen/libro-common@0.1.11 + - @difizen/libro-rendermime@0.1.11 + ## 0.1.10 ### Patch Changes diff --git a/packages/libro-prompt-cell/package.json b/packages/libro-prompt-cell/package.json index 2f43287c..11d2ec7d 100644 --- a/packages/libro-prompt-cell/package.json +++ b/packages/libro-prompt-cell/package.json @@ -1,6 +1,6 @@ { "name": "@difizen/libro-prompt-cell", - "version": "0.1.10", + "version": "0.1.11", "description": "", "keywords": [ "libro", @@ -45,12 +45,12 @@ "typecheck:tsc": "tsc --noEmit" }, "dependencies": { - "@difizen/libro-code-editor": "^0.1.10", - "@difizen/libro-jupyter": "^0.1.10", - "@difizen/libro-rendermime": "^0.1.10", - "@difizen/libro-codemirror": "^0.1.10", - "@difizen/libro-common": "^0.1.10", - "@difizen/libro-core": "^0.1.10", + "@difizen/libro-code-editor": "^0.1.11", + "@difizen/libro-jupyter": "^0.1.11", + "@difizen/libro-rendermime": "^0.1.11", + "@difizen/libro-codemirror": "^0.1.11", + "@difizen/libro-common": "^0.1.11", + "@difizen/libro-core": "^0.1.11", "@difizen/mana-app": "latest", "highlight.js": "^11.8.0", "marked": "^5.1.1", diff --git a/packages/libro-raw-cell/CHANGELOG.md b/packages/libro-raw-cell/CHANGELOG.md index 2c634228..501cbc9a 100644 --- a/packages/libro-raw-cell/CHANGELOG.md +++ b/packages/libro-raw-cell/CHANGELOG.md @@ -1,5 +1,20 @@ # @difizen/libro-codemirror-raw-cell +## 0.1.11 + +### Patch Changes + +- 236634d: 1.libro keybind not work when switching tabs + 2.auto focus when input file name. + 3.editor resize when CodeEditorViewer resize + 4.add file size warning + 5.add UI for file formats not supported for viewing + 6.file name error when select other format +- Updated dependencies [236634d] + - @difizen/libro-core@0.1.11 + - @difizen/libro-code-editor@0.1.11 + - @difizen/libro-common@0.1.11 + ## 0.1.10 ### Patch Changes diff --git a/packages/libro-raw-cell/package.json b/packages/libro-raw-cell/package.json index ec5dd4b7..002a1474 100644 --- a/packages/libro-raw-cell/package.json +++ b/packages/libro-raw-cell/package.json @@ -1,6 +1,6 @@ { "name": "@difizen/libro-raw-cell", - "version": "0.1.10", + "version": "0.1.11", "description": "", "keywords": [ "libro", @@ -45,9 +45,9 @@ "typecheck:tsc": "tsc --noEmit" }, "dependencies": { - "@difizen/libro-code-editor": "^0.1.10", - "@difizen/libro-common": "^0.1.10", - "@difizen/libro-core": "^0.1.10", + "@difizen/libro-code-editor": "^0.1.11", + "@difizen/libro-common": "^0.1.11", + "@difizen/libro-core": "^0.1.11", "@difizen/mana-app": "latest" }, "peerDependencies": { diff --git a/packages/libro-rendermime/CHANGELOG.md b/packages/libro-rendermime/CHANGELOG.md index f8d6702b..e1825063 100644 --- a/packages/libro-rendermime/CHANGELOG.md +++ b/packages/libro-rendermime/CHANGELOG.md @@ -1,5 +1,20 @@ # @difizen/libro-rendermime +## 0.1.11 + +### Patch Changes + +- 236634d: 1.libro keybind not work when switching tabs + 2.auto focus when input file name. + 3.editor resize when CodeEditorViewer resize + 4.add file size warning + 5.add UI for file formats not supported for viewing + 6.file name error when select other format +- Updated dependencies [236634d] + - @difizen/libro-core@0.1.11 + - @difizen/libro-common@0.1.11 + - @difizen/libro-markdown@0.1.11 + ## 0.1.10 ### Patch Changes diff --git a/packages/libro-rendermime/package.json b/packages/libro-rendermime/package.json index 1f90f398..5090d3c0 100644 --- a/packages/libro-rendermime/package.json +++ b/packages/libro-rendermime/package.json @@ -1,6 +1,6 @@ { "name": "@difizen/libro-rendermime", - "version": "0.1.10", + "version": "0.1.11", "description": "", "keywords": [ "libro", @@ -45,9 +45,9 @@ "typecheck:tsc": "tsc --noEmit" }, "dependencies": { - "@difizen/libro-common": "^0.1.10", - "@difizen/libro-core": "^0.1.10", - "@difizen/libro-markdown": "^0.1.10", + "@difizen/libro-common": "^0.1.11", + "@difizen/libro-core": "^0.1.11", + "@difizen/libro-markdown": "^0.1.11", "@difizen/mana-app": "latest", "lodash.escape": "^4.0.1" }, diff --git a/packages/libro-search-code-cell/CHANGELOG.md b/packages/libro-search-code-cell/CHANGELOG.md index 54c3d892..58933c5c 100644 --- a/packages/libro-search-code-cell/CHANGELOG.md +++ b/packages/libro-search-code-cell/CHANGELOG.md @@ -1,5 +1,22 @@ # @difizen/libro-search-codemirror-cell +## 0.1.11 + +### Patch Changes + +- 236634d: 1.libro keybind not work when switching tabs + 2.auto focus when input file name. + 3.editor resize when CodeEditorViewer resize + 4.add file size warning + 5.add UI for file formats not supported for viewing + 6.file name error when select other format +- Updated dependencies [236634d] + - @difizen/libro-core@0.1.11 + - @difizen/libro-code-cell@0.1.11 + - @difizen/libro-code-editor@0.1.11 + - @difizen/libro-common@0.1.11 + - @difizen/libro-search@0.1.11 + ## 0.1.10 ### Patch Changes diff --git a/packages/libro-search-code-cell/package.json b/packages/libro-search-code-cell/package.json index 5eb83088..2ceeb116 100644 --- a/packages/libro-search-code-cell/package.json +++ b/packages/libro-search-code-cell/package.json @@ -1,6 +1,6 @@ { "name": "@difizen/libro-search-code-cell", - "version": "0.1.10", + "version": "0.1.11", "description": "", "keywords": [ "libro", @@ -45,11 +45,11 @@ "typecheck:tsc": "tsc --noEmit" }, "dependencies": { - "@difizen/libro-common": "^0.1.10", - "@difizen/libro-code-editor": "^0.1.10", - "@difizen/libro-code-cell": "^0.1.10", - "@difizen/libro-search": "^0.1.10", - "@difizen/libro-core": "^0.1.10", + "@difizen/libro-common": "^0.1.11", + "@difizen/libro-code-editor": "^0.1.11", + "@difizen/libro-code-cell": "^0.1.11", + "@difizen/libro-search": "^0.1.11", + "@difizen/libro-core": "^0.1.11", "@difizen/mana-app": "latest", "@codemirror/state": "^6.0.0", "@codemirror/view": "^6.2.2" diff --git a/packages/libro-search/CHANGELOG.md b/packages/libro-search/CHANGELOG.md index 7f9cfe7d..ffd52d6a 100644 --- a/packages/libro-search/CHANGELOG.md +++ b/packages/libro-search/CHANGELOG.md @@ -1,5 +1,20 @@ # @difizen/libro-search +## 0.1.11 + +### Patch Changes + +- 236634d: 1.libro keybind not work when switching tabs + 2.auto focus when input file name. + 3.editor resize when CodeEditorViewer resize + 4.add file size warning + 5.add UI for file formats not supported for viewing + 6.file name error when select other format +- Updated dependencies [236634d] + - @difizen/libro-core@0.1.11 + - @difizen/libro-code-editor@0.1.11 + - @difizen/libro-common@0.1.11 + ## 0.1.10 ### Patch Changes diff --git a/packages/libro-search/package.json b/packages/libro-search/package.json index ee46434a..4eb7fd24 100644 --- a/packages/libro-search/package.json +++ b/packages/libro-search/package.json @@ -1,6 +1,6 @@ { "name": "@difizen/libro-search", - "version": "0.1.10", + "version": "0.1.11", "description": "", "keywords": [ "libro", @@ -49,9 +49,9 @@ "@difizen/mana-app": "latest", "@difizen/mana-l10n": "latest", "@ant-design/icons": "^5.1.0", - "@difizen/libro-common": "^0.1.10", - "@difizen/libro-core": "^0.1.10", - "@difizen/libro-code-editor": "^0.1.10", + "@difizen/libro-common": "^0.1.11", + "@difizen/libro-core": "^0.1.11", + "@difizen/libro-code-editor": "^0.1.11", "@types/lodash.debounce": "^4.0.7", "classnames": "^2.3.2", "lodash.debounce": "^4.0.8", diff --git a/packages/libro-shared-model/CHANGELOG.md b/packages/libro-shared-model/CHANGELOG.md index 7d8e3210..8519b56a 100644 --- a/packages/libro-shared-model/CHANGELOG.md +++ b/packages/libro-shared-model/CHANGELOG.md @@ -1,5 +1,18 @@ # @difizen/libro-shared-model +## 0.1.11 + +### Patch Changes + +- 236634d: 1.libro keybind not work when switching tabs + 2.auto focus when input file name. + 3.editor resize when CodeEditorViewer resize + 4.add file size warning + 5.add UI for file formats not supported for viewing + 6.file name error when select other format +- Updated dependencies [236634d] + - @difizen/libro-common@0.1.11 + ## 0.1.10 ### Patch Changes diff --git a/packages/libro-shared-model/package.json b/packages/libro-shared-model/package.json index 5d83fce2..aa258bd1 100644 --- a/packages/libro-shared-model/package.json +++ b/packages/libro-shared-model/package.json @@ -1,6 +1,6 @@ { "name": "@difizen/libro-shared-model", - "version": "0.1.10", + "version": "0.1.11", "description": "", "keywords": [ "libro", @@ -45,7 +45,7 @@ "typecheck:tsc": "tsc --noEmit" }, "dependencies": { - "@difizen/libro-common": "^0.1.10", + "@difizen/libro-common": "^0.1.11", "@difizen/mana-app": "latest", "uuid": "^9.0.0", "y-protocols": "^1.0.5", diff --git a/packages/libro-terminal/CHANGELOG.md b/packages/libro-terminal/CHANGELOG.md index 161479b5..ba9cf280 100644 --- a/packages/libro-terminal/CHANGELOG.md +++ b/packages/libro-terminal/CHANGELOG.md @@ -1,5 +1,20 @@ # @difizen/libro-widget +## 0.1.11 + +### Patch Changes + +- 236634d: 1.libro keybind not work when switching tabs + 2.auto focus when input file name. + 3.editor resize when CodeEditorViewer resize + 4.add file size warning + 5.add UI for file formats not supported for viewing + 6.file name error when select other format +- Updated dependencies [236634d] + - @difizen/libro-core@0.1.11 + - @difizen/libro-common@0.1.11 + - @difizen/libro-kernel@0.1.11 + ## 0.1.10 ### Patch Changes diff --git a/packages/libro-terminal/package.json b/packages/libro-terminal/package.json index 50279957..4bb2ac4d 100644 --- a/packages/libro-terminal/package.json +++ b/packages/libro-terminal/package.json @@ -1,6 +1,6 @@ { "name": "@difizen/libro-terminal", - "version": "0.1.10", + "version": "0.1.11", "description": "", "keywords": [ "libro" @@ -44,9 +44,9 @@ "typecheck:tsc": "tsc --noEmit" }, "dependencies": { - "@difizen/libro-core": "^0.1.10", - "@difizen/libro-common": "^0.1.10", - "@difizen/libro-kernel": "^0.1.10", + "@difizen/libro-core": "^0.1.11", + "@difizen/libro-common": "^0.1.11", + "@difizen/libro-kernel": "^0.1.11", "@ant-design/icons": "^5.1.0", "@difizen/mana-app": "latest", "lodash.throttle": "^4.1.1", diff --git a/packages/libro-toc/CHANGELOG.md b/packages/libro-toc/CHANGELOG.md index 77867b13..4ca16b19 100644 --- a/packages/libro-toc/CHANGELOG.md +++ b/packages/libro-toc/CHANGELOG.md @@ -1,5 +1,21 @@ # @difizen/libro-toc +## 0.1.11 + +### Patch Changes + +- 236634d: 1.libro keybind not work when switching tabs + 2.auto focus when input file name. + 3.editor resize when CodeEditorViewer resize + 4.add file size warning + 5.add UI for file formats not supported for viewing + 6.file name error when select other format +- Updated dependencies [236634d] + - @difizen/libro-core@0.1.11 + - @difizen/libro-common@0.1.11 + - @difizen/libro-markdown@0.1.11 + - @difizen/libro-rendermime@0.1.11 + ## 0.1.10 ### Patch Changes diff --git a/packages/libro-toc/package.json b/packages/libro-toc/package.json index 2614194c..be4929ec 100644 --- a/packages/libro-toc/package.json +++ b/packages/libro-toc/package.json @@ -1,6 +1,6 @@ { "name": "@difizen/libro-toc", - "version": "0.1.10", + "version": "0.1.11", "description": "", "keywords": [ "libro", @@ -46,10 +46,10 @@ "typecheck:tsc": "tsc --noEmit" }, "dependencies": { - "@difizen/libro-common": "^0.1.10", - "@difizen/libro-core": "^0.1.10", - "@difizen/libro-markdown": "^0.1.10", - "@difizen/libro-rendermime": "^0.1.10", + "@difizen/libro-common": "^0.1.11", + "@difizen/libro-core": "^0.1.11", + "@difizen/libro-markdown": "^0.1.11", + "@difizen/libro-rendermime": "^0.1.11", "@difizen/mana-app": "latest", "@difizen/mana-l10n": "latest" }, diff --git a/packages/libro-virtualized/CHANGELOG.md b/packages/libro-virtualized/CHANGELOG.md index de05edf9..6089bb6a 100644 --- a/packages/libro-virtualized/CHANGELOG.md +++ b/packages/libro-virtualized/CHANGELOG.md @@ -1,5 +1,16 @@ # @difizen/libro-code-editor +## 0.1.11 + +### Patch Changes + +- 236634d: 1.libro keybind not work when switching tabs + 2.auto focus when input file name. + 3.editor resize when CodeEditorViewer resize + 4.add file size warning + 5.add UI for file formats not supported for viewing + 6.file name error when select other format + ## 0.1.10 ### Patch Changes diff --git a/packages/libro-virtualized/package.json b/packages/libro-virtualized/package.json index c2ebcf2b..600a0c34 100644 --- a/packages/libro-virtualized/package.json +++ b/packages/libro-virtualized/package.json @@ -1,6 +1,6 @@ { "name": "@difizen/libro-virtualized", - "version": "0.1.10", + "version": "0.1.11", "description": "", "keywords": [ "libro", diff --git a/packages/libro-widget/CHANGELOG.md b/packages/libro-widget/CHANGELOG.md index 43d68e64..152046db 100644 --- a/packages/libro-widget/CHANGELOG.md +++ b/packages/libro-widget/CHANGELOG.md @@ -1,5 +1,21 @@ # @difizen/libro-widget +## 0.1.11 + +### Patch Changes + +- 236634d: 1.libro keybind not work when switching tabs + 2.auto focus when input file name. + 3.editor resize when CodeEditorViewer resize + 4.add file size warning + 5.add UI for file formats not supported for viewing + 6.file name error when select other format +- Updated dependencies [236634d] + - @difizen/libro-core@0.1.11 + - @difizen/libro-common@0.1.11 + - @difizen/libro-kernel@0.1.11 + - @difizen/libro-rendermime@0.1.11 + ## 0.1.10 ### Patch Changes diff --git a/packages/libro-widget/package.json b/packages/libro-widget/package.json index ba582037..3e485e0d 100644 --- a/packages/libro-widget/package.json +++ b/packages/libro-widget/package.json @@ -1,6 +1,6 @@ { "name": "@difizen/libro-widget", - "version": "0.1.10", + "version": "0.1.11", "description": "", "keywords": [ "libro" @@ -44,10 +44,10 @@ "typecheck:tsc": "tsc --noEmit" }, "dependencies": { - "@difizen/libro-core": "^0.1.10", - "@difizen/libro-common": "^0.1.10", - "@difizen/libro-kernel": "^0.1.10", - "@difizen/libro-rendermime": "^0.1.10", + "@difizen/libro-core": "^0.1.11", + "@difizen/libro-common": "^0.1.11", + "@difizen/libro-kernel": "^0.1.11", + "@difizen/libro-rendermime": "^0.1.11", "@difizen/mana-app": "latest" }, "peerDependencies": {