@instructure/ui-source-code-editor 8.25.1-snapshot-22 → 8.26.1-snapshot-0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -3
  2. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -3,15 +3,23 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
- ## [8.25.1-snapshot-22](https://github.com/instructure/instructure-ui/compare/v8.25.0...v8.25.1-snapshot-22) (2022-06-30)
6
+ ## [8.26.1-snapshot-0](https://github.com/instructure/instructure-ui/compare/v8.26.0...v8.26.1-snapshot-0) (2022-07-01)
7
+
8
+ **Note:** Version bump only for package @instructure/ui-source-code-editor
9
+
7
10
 
8
11
 
9
- ### Features
10
12
 
11
- * **ui-source-code-editor,ui-code-editor,ui:** add new `SourceCodeEditor` component ([b5064f5](https://github.com/instructure/instructure-ui/commit/b5064f5c767eb2d5c5a6d7f5bb6d05bd689418b5))
12
13
 
14
+ # [8.26.0](https://github.com/instructure/instructure-ui/compare/v8.25.0...v8.26.0) (2022-06-30)
15
+
16
+ ### Features
13
17
 
18
+ - **ui-source-code-editor,ui-code-editor,ui:** add new `SourceCodeEditor` component ([b5064f5](https://github.com/instructure/instructure-ui/commit/b5064f5c767eb2d5c5a6d7f5bb6d05bd689418b5))
14
19
 
20
+ ##### SourceCodeEditor component
15
21
 
22
+ A wrapper around the popular [CodeMirror V6](https://codemirror.net/) code editor component. CodeMirror provides a text input field with features like line gutters, syntax highlighting, and autocompletion.
23
+ It has better accessibility features than the (now deprecated) [CodeEditor](/#CodeEditor) component that is based on the former [version 5](https://codemirror.net/5/index.html) of CodeMirror.
16
24
 
17
25
  See the instructure-ui mono-repo [change log](#CHANGELOG) for past changes.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@instructure/ui-source-code-editor",
3
- "version": "8.25.1-snapshot-22",
3
+ "version": "8.26.1-snapshot-0",
4
4
  "description": "A UI component library made by Instructure Inc.",
5
5
  "author": "Instructure, Inc. Engineering and Product Design",
6
6
  "module": "./es/index.js",
@@ -23,9 +23,9 @@
23
23
  },
24
24
  "license": "MIT",
25
25
  "devDependencies": {
26
- "@instructure/ui-babel-preset": "8.25.1-snapshot-22",
27
- "@instructure/ui-test-queries": "8.25.1-snapshot-22",
28
- "@instructure/ui-test-utils": "8.25.1-snapshot-22",
26
+ "@instructure/ui-babel-preset": "8.26.1-snapshot-0",
27
+ "@instructure/ui-test-queries": "8.26.1-snapshot-0",
28
+ "@instructure/ui-test-utils": "8.26.1-snapshot-0",
29
29
  "@types/lodash": "^4"
30
30
  },
31
31
  "dependencies": {
@@ -43,17 +43,17 @@
43
43
  "@codemirror/search": "^6.0.0",
44
44
  "@codemirror/state": "^6.0.0",
45
45
  "@codemirror/view": "^6.0.0",
46
- "@instructure/emotion": "8.25.1-snapshot-22",
47
- "@instructure/shared-types": "8.25.1-snapshot-22",
48
- "@instructure/ui-a11y-content": "8.25.1-snapshot-22",
49
- "@instructure/ui-dom-utils": "8.25.1-snapshot-22",
50
- "@instructure/ui-i18n": "8.25.1-snapshot-22",
51
- "@instructure/ui-prop-types": "8.25.1-snapshot-22",
52
- "@instructure/ui-react-utils": "8.25.1-snapshot-22",
53
- "@instructure/ui-test-locator": "8.25.1-snapshot-22",
54
- "@instructure/ui-testable": "8.25.1-snapshot-22",
55
- "@instructure/ui-themes": "8.25.1-snapshot-22",
56
- "@instructure/ui-utils": "8.25.1-snapshot-22",
46
+ "@instructure/emotion": "8.26.1-snapshot-0",
47
+ "@instructure/shared-types": "8.26.1-snapshot-0",
48
+ "@instructure/ui-a11y-content": "8.26.1-snapshot-0",
49
+ "@instructure/ui-dom-utils": "8.26.1-snapshot-0",
50
+ "@instructure/ui-i18n": "8.26.1-snapshot-0",
51
+ "@instructure/ui-prop-types": "8.26.1-snapshot-0",
52
+ "@instructure/ui-react-utils": "8.26.1-snapshot-0",
53
+ "@instructure/ui-test-locator": "8.26.1-snapshot-0",
54
+ "@instructure/ui-testable": "8.26.1-snapshot-0",
55
+ "@instructure/ui-themes": "8.26.1-snapshot-0",
56
+ "@instructure/ui-utils": "8.26.1-snapshot-0",
57
57
  "@lezer/highlight": "^1.0.0",
58
58
  "lodash": "^4",
59
59
  "prop-types": "^15"