18 Commits

Author SHA1 Message Date
Suren Atoyan
f682f99eda update @monaco-editor/loader dependency to version 1.0.1 2021-03-18 11:51:32 +04:00
Suren Atoyan
e7d98cb181
v4 (#163)
* update dependency (@monaco-editor/loader) version to - v1.0.0

* create useMonaco hook

* export useMonaco from the entry file

* rename the main utility: monaco -> loader

* rename editorDidMount to onMount, add beforeMount

* add defaultModelPath/originalModelPath/modifiedModelPath props

* add defaultValue prop and use it during default model creation

* rename the utility name: monaco -> loader

* handle no-unused-expressions rule

* move 'prop-types' to dependencies

* remove  prop

* remove ControlledEditor

* visually combine properties with the same type

* prerelease v4

* prerelease v4: release candidate 0

* fix types according to changed

* add onValidate prop: an event emitted when the length of the model markers of the current model isn't 0

* update package version to 4.0.0-rc.1

* rename monacoEditor to monaco in types

* add state-local as a dependency

* define state-local as a external library and set in UMD globals

* use state-local to store the backup of the model markers setter

* fix types in comments

* create draft version of v4 README file

* fix tabs in Documentation

* make title upper case

* add codesandbox likns
2021-01-17 18:56:18 +04:00
Suren Atoyan
1b91d20e37
create playground (#160)
* add playground app for monaco-react

* add .DS_Store file to npm/git ignore files

* fix rollup-plugin-terser named import

* use package 'concurrently' to concurrently run multiple scipts

* add development/playground section

* fix development/playground link

* adjust the playground coding styles

* set the first stable version of the playground
2021-01-12 15:05:30 +04:00
Suren Atoyan
4e8b2cf151 use Rollup as a build system 2021-01-07 23:14:57 +04:00
Suren Atoyan
1bda26a177 remove config as it's already replaced by the 2021-01-07 18:41:32 +04:00
Suren Atoyan
ea310827ee update package version to 3.7.1 2020-11-29 19:15:34 +04:00
Suren Atoyan
a18988b861 update monaco version to 0.21.2 2020-11-11 18:19:11 +04:00
Suren Atoyan
9bac09d857 update version to 3.5.6 2020-08-06 22:05:14 +04:00
Suren Atoyan
c42d281936 add @babel/runtime as a peer dependency 2020-08-03 02:57:13 +04:00
Suren Atoyan
165b9c368c update babel version / activate helpers 2020-08-03 02:26:47 +04:00
Suren Atoyan
d65fd545b4 downgrade the version of eslint to 6.6.0 2020-02-25 16:24:40 +04:00
Suren Atoyan
7c81ed5af7 update version to 2.2.0 2019-11-09 12:51:45 +04:00
Suren Atoyan
19dc581fdd add monaco-editor as peer dependency for proper type definitions 2019-10-25 22:55:44 +04:00
Suren Atoyan
29d0567f1d update dev dependencies 2019-10-03 12:51:49 +04:00
Suren Atoyan
f8a0144484 integrate jest and react-testing-library with test coverage 2019-06-19 14:08:45 +04:00
Suren Atoyan
99c26cbc00 integrate husky and eslint 2019-06-18 14:29:11 +04:00
Suren Atoyan
2ece9ac911 add babel packages and build script 2019-06-18 14:12:59 +04:00
Suren Atoyan
044f4be243 create base structure 2019-06-16 17:09:21 +04:00