All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.0.4 (2024-04-17)
- remove monacoDiffEditor readonly props (6183eae)
1.0.3 (2024-01-11)
- do not dispose model manually (486092d)
1.0.2 (2023-11-10)
- add some lifeCycle hooks to MonacoEditor and MonacoDiffEditor (57ca6ff)
- ugrade react version (09fd0b6)
1.0.1 (2023-07-13)
- allow sync value when editor is readOnly (195bcea)
1.0.0 (2023-07-13)
- replace pushEditOperations with executeEdits to sync value (760c51a)
1.0.0-beta.2 (2023-06-19)
- correct theme type (97f1e0a)
1.0.0-beta.1 (2023-06-19)
- improve types (8e236ce)
1.0.0-beta.0 (2023-06-14)
0.4.3 (2023-05-15)
- do not invoke onchange when manually setValue (ef0ed30)
- add basic python auto-suggest (d137adb)
- add editor code (67a08f4)
- add gitignore (a602fb2)
- add greenplum sql language (e2ac800)
- add icon (e0efe32)
- add InsertAsSnippet rule to auto complete items (8265915)
- add lib (45c6aef)
- add monaco plugin 1.4 (6fd71fa)
- add notParseSqlChange props, avoid repeat parseSql (65c4142)
- add npmrc (b0f15de)
- add npmrc (2cb0e50)
- add onlineDemo (d87e18a)
- add package and change title (838351f)
- add python grammar mode (d2a070c)
- add python instantiation (58cb272)
- add python parser support (63d7cb8)
- add python2 and python3 compatibility mode (5132305)
- add readme (9e90f7f)
- add ts defination of component props (62d4c1d)
- add worker-loader (c534abf)
- change md (362bf26)
- change readme (d86f778)
- change readme (c4ba63d)
- change readme (bf36381)
- change readme.md (0d7b4ea)
- change readme.md (7727c50)
- code review, exchange prop field (d56abb5)
- delete storybook html (e3de440)
- export everything from index file (1ff7774)
- export some built-in types (dd81504)
- expose completionContext of dtflick language (4f71f97)
- import stroybook (7b4bde8)
- initialization architecture (444c41d)
- patch ts definations and optimize customCompletionItemsCreator (23dfc41)
- python: add keywords and python syntax parsing (bc74e81)
- python: add python keywords (a65aec2)
- python: added Python syntax support (1f7a49c)
- python: added Python syntax support (bc3b5ed)
- python: update python (cbb04e8)
- update (059baf3)
- update deps & scripts (96d6e21)
- update ILocationInfo interface (23f3de0)
- update online demo text (691dbff)
- update version (2670124)
- update version (d961146)
- using plain webpack without monoco-editor-webpack-plugin (3f6238c)
- add webpack (19366cd)
- change rowKey (c37f596)
- change tsx (5124353)
- correct commonFileEditDelegator (f2548e4)
- correct completeProvideFunc forth params (af27d46)
- correct simpleComplete code to compat [email protected] (34df442)
- correct ts definations of component (bed4c92)
- export diffEditor in editor file (298cea8)
- fix language worker loop call onmessage (f1694e9)
- fix loop call python worker onmessage case cpu too high (7f14b3a)
- fix loop call python worker onmessage case cpu too high (#9) (1a08ffd)
- package css (a863303)
- update webpack (8db9bda)
- use new api which compat currect version of monaco (0bbd098)
- webpack: fix worker cannot be identified (87a5f7d)
- worker (b17d6e0)
- worker: fixed worker unable to instantiate (6e48e00)
- worker: fixed worker unable to instantiate (c971218)
0.4.3-beta.0 (2023-04-25)
- add notParseSqlChange props, avoid repeat parseSql (65c4142)
- code review, exchange prop field (d56abb5)
0.4.2 (2022-11-17)
0.4.2-beta.0 (2022-11-17)
- correct commonFileEditDelegator (f2548e4)
0.4.1 (2022-11-09)
0.4.0 (2022-11-09)
0.4.0-beta.1 (2022-11-07)
0.4.0-beta.0 (2022-11-02)
- add greenplum sql language (e2ac800)
- export some built-in types (dd81504)
- patch ts definations and optimize customCompletionItemsCreator (23dfc41)
- export diffEditor in editor file (298cea8)
0.4.0-alpha.1 (2022-10-21)
0.3.5 (2022-10-28)
- correct ts definations of component (bed4c92)
0.3.4 (2022-10-18)
- correct completeProvideFunc forth params (af27d46)
0.3.3 (2022-10-14)
- add ts defination of component props (62d4c1d)
- use new api which compat currect version of monaco (0bbd098)
0.3.2 (2022-10-13)
- expose completionContext of dtflick language (4f71f97)
0.3.1 (2022-10-13)
- add InsertAsSnippet rule to auto complete items (8265915)
- update deps & scripts (96d6e21)
- using plain webpack without monoco-editor-webpack-plugin (3f6238c)
- correct simpleComplete code to compat [email protected] (34df442)
- add basic python auto-suggest (d137adb)
- add editor code (67a08f4)
- add gitignore (a602fb2)
- add icon (e0efe32)
- add lib (45c6aef)
- add monaco plugin 1.4 (6fd71fa)
- add npmrc (b0f15de)
- add npmrc (2cb0e50)
- add onlineDemo (d87e18a)
- add package and change title (838351f)
- add python grammar mode (d2a070c)
- add python instantiation (58cb272)
- add python parser support (63d7cb8)
- add python2 and python3 compatibility mode (5132305)
- add readme (9e90f7f)
- add worker-loader (c534abf)
- change md (362bf26)
- change readme (d86f778)
- change readme (c4ba63d)
- change readme (bf36381)
- change readme.md (0d7b4ea)
- change readme.md (7727c50)
- compatible with monaco-editor@^0.30.1 (de290ca)
- delete storybook html (e3de440)
- import stroybook (7b4bde8)
- initialization architecture (444c41d)
- python: add keywords and python syntax parsing (bc74e81)
- python: add python keywords (a65aec2)
- python: added Python syntax support (1f7a49c)
- python: added Python syntax support (bc3b5ed)
- python: update python (cbb04e8)
- update (059baf3)
- update dependencies (bd6f411)
- update online demo text (691dbff)
- update version (2670124)
- update version (d961146)
- add webpack (19366cd)
- change rowKey (c37f596)
- change tsx (5124353)
- fix language worker loop call onmessage (f1694e9)
- fix loop call python worker onmessage case cpu too high (7f14b3a)
- fix loop call python worker onmessage case cpu too high (#9) (1a08ffd)
- package css (a863303)
- update webpack (8db9bda)
- webpack: fix worker cannot be identified (87a5f7d)
- worker (b17d6e0)
- worker: fixed worker unable to instantiate (6e48e00)
- worker: fixed worker unable to instantiate (c971218)
0.1.4 (2022-02-21)
- fix language worker loop call onmessage (f1694e9)
- fix loop call python worker onmessage case cpu too high (7f14b3a)
- fix loop call python worker onmessage case cpu too high (#9) (1a08ffd)
- add basic python auto-suggest (d137adb)
- add editor code (67a08f4)
- add gitignore (a602fb2)
- add icon (e0efe32)
- add lib (45c6aef)
- add monaco plugin 1.4 (6fd71fa)
- add npmrc (b0f15de)
- add npmrc (2cb0e50)
- add onlineDemo (d87e18a)
- add package and change title (838351f)
- add python grammar mode (d2a070c)
- add python instantiation (58cb272)
- add python parser support (63d7cb8)
- add python2 and python3 compatibility mode (5132305)
- add readme (9e90f7f)
- add worker-loader (c534abf)
- change md (362bf26)
- change readme (d86f778)
- change readme (c4ba63d)
- change readme (bf36381)
- change readme.md (0d7b4ea)
- change readme.md (7727c50)
- delete storybook html (e3de440)
- import stroybook (7b4bde8)
- initialization architecture (444c41d)
- python: add keywords and python syntax parsing (bc74e81)
- python: add python keywords (a65aec2)
- python: added Python syntax support (1f7a49c)
- python: added Python syntax support (bc3b5ed)
- python: update python (cbb04e8)
- update (059baf3)
- update online demo text (691dbff)
- update version (2670124)
- update version (d961146)
- add webpack (19366cd)
- change rowKey (c37f596)
- change tsx (5124353)
- package css (a863303)
- update webpack (8db9bda)
- webpack: fix worker cannot be identified (87a5f7d)
- worker (b17d6e0)
- worker: fixed worker unable to instantiate (6e48e00)
- worker: fixed worker unable to instantiate (c971218)
- add basic python auto-suggest (d137adb)
- add editor code (67a08f4)
- add gitignore (a602fb2)
- add icon (e0efe32)
- add lib (45c6aef)
- add monaco plugin 1.4 (6fd71fa)
- add npmrc (b0f15de)
- add npmrc (2cb0e50)
- add onlineDemo (d87e18a)
- add package and change title (838351f)
- add python grammar mode (d2a070c)
- add python instantiation (58cb272)
- add python parser support (63d7cb8)
- add python2 and python3 compatibility mode (5132305)
- add readme (9e90f7f)
- add worker-loader (c534abf)
- change md (362bf26)
- change readme (d86f778)
- change readme (c4ba63d)
- change readme (bf36381)
- change readme.md (0d7b4ea)
- change readme.md (7727c50)
- delete storybook html (e3de440)
- import stroybook (7b4bde8)
- initialization architecture (444c41d)
- python: add keywords and python syntax parsing (bc74e81)
- python: add python keywords (a65aec2)
- python: added Python syntax support (1f7a49c)
- python: added Python syntax support (bc3b5ed)
- python: update python (cbb04e8)
- update (059baf3)
- update online demo text (691dbff)
- update version (2670124)
- update version (d961146)
- add webpack (19366cd)
- change rowKey (c37f596)
- change tsx (5124353)
- package css (a863303)
- update webpack (8db9bda)
- webpack: fix worker cannot be identified (87a5f7d)
- worker (b17d6e0)
- worker: fixed worker unable to instantiate (6e48e00)
- worker: fixed worker unable to instantiate (c971218)
- add webpack (19366cd)
- change rowKey (c37f596)
- change tsx (5124353)
- update webpack (8db9bda)
- worker (b17d6e0)
- add editor code (67a08f4)
- add gitignore (a602fb2)
- add icon (e0efe32)
- add lib (45c6aef)
- add monaco plugin 1.4 (6fd71fa)
- add npmrc (b0f15de)
- add package and change title (838351f)
- add readme (9e90f7f)
- add worker-loader (c534abf)
- change readme (d86f778)
- change readme.md (0d7b4ea)
- delete storybook html (e3de440)
- import stroybook (7b4bde8)
- initialization architecture (444c41d)
- update (059baf3)
- update version (d961146)