Skip to content

Latest commit

 

History

History
438 lines (313 loc) · 37.4 KB

CHANGELOG.md

File metadata and controls

438 lines (313 loc) · 37.4 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.0.4 (2024-04-17)

Bug Fixes

  • remove monacoDiffEditor readonly props (6183eae)

1.0.3 (2024-01-11)

Bug Fixes

  • do not dispose model manually (486092d)

1.0.2 (2023-11-10)

Features

  • add some lifeCycle hooks to MonacoEditor and MonacoDiffEditor (57ca6ff)
  • ugrade react version (09fd0b6)

1.0.1 (2023-07-13)

Bug Fixes

  • allow sync value when editor is readOnly (195bcea)

1.0.0 (2023-07-13)

Bug Fixes

  • replace pushEditOperations with executeEdits to sync value (760c51a)

1.0.0-beta.2 (2023-06-19)

Bug Fixes

1.0.0-beta.1 (2023-06-19)

Features

1.0.0-beta.0 (2023-06-14)

0.4.3 (2023-05-15)

Bug Fixes

  • do not invoke onchange when manually setValue (ef0ed30)

0.4.3-beta.1 (2023-04-25)

Features

  • 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)

Bug Fixes

  • 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)

Features

  • 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)

Bug Fixes

  • correct commonFileEditDelegator (f2548e4)

0.4.1 (2022-11-09)

0.4.0 (2022-11-09)

0.4.0-beta.1 (2022-11-07)

Features

  • export everything from index file (1ff7774)
  • update ILocationInfo interface (23f3de0)

0.4.0-beta.0 (2022-11-02)

Features

  • add greenplum sql language (e2ac800)
  • export some built-in types (dd81504)
  • patch ts definations and optimize customCompletionItemsCreator (23dfc41)

Bug Fixes

  • export diffEditor in editor file (298cea8)

0.4.0-alpha.1 (2022-10-21)

Features

  • add greenplum sql language (882b7ca)
  • export diffEditor in editor file (0587baa)

0.3.5 (2022-10-28)

Bug Fixes

  • correct ts definations of component (bed4c92)

0.3.4 (2022-10-18)

Bug Fixes

  • correct completeProvideFunc forth params (af27d46)

0.3.3 (2022-10-14)

Features

  • add ts defination of component props (62d4c1d)

Bug Fixes

  • use new api which compat currect version of monaco (0bbd098)

0.3.2 (2022-10-13)

Features

  • expose completionContext of dtflick language (4f71f97)

0.3.1 (2022-10-13)

Features

  • add InsertAsSnippet rule to auto complete items (8265915)
  • update deps & scripts (96d6e21)
  • using plain webpack without monoco-editor-webpack-plugin (3f6238c)

Bug Fixes

0.2.0 (2022-09-20)

Features

Bug Fixes

  • 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)

Bug Fixes

  • 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)

0.1.3 (2021-12-10)

Features

Bug Fixes

0.1.2 (2021-12-09)

Features

Bug Fixes

0.0.7 (2020-09-22)

Bug Fixes

Features