You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 4, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
- New `unloaded` flag to control component state. `load` event will be trigger once the editor will be fully loaded.
6
6
- New **not mutable**`configuration` attribute. Changing the configuration will clear the underlying editor, all currents strokes and results will be lost. To do it, set `unloaded=true` after changing configuration, and wait for a `load` event.
7
7
- New **read-only**`editor` property that allow you to access to the underlying editor object (see [MyScriptJS documentation]() for more details).
8
-
- New CSS variables to customize the web-component. See [demo/styling.html](demo/styling.html) as an example.
8
+
- New CSS variables to customize the web-component. See [examples/styling.html](examples/styling.html) as an example.
9
9
10
10
## Breaking changes
11
11
- Complete rewrite of the underlying javascript library with ES6 syntax
@@ -19,7 +19,7 @@
19
19
-`getAvailableLanguages()` have been replaced by a new web-component. You can use it to retrieve the list of available languages for your configuration.
20
20
21
21
## Bugs
22
-
- User can no longer write when an unrecoverable error is detected forcing him to reload the page. See [demo/handle_error.html](demo/handle_error.html) to see how it works.
22
+
- User can no longer write when an unrecoverable error is detected forcing him to reload the page. See [examples/handle_error.html](examples/handle_error.html) to see how it works.
23
23
24
24
For more details about attributes, look at the [documentation](docs/index.html).
0 commit comments