Skip to content
This repository was archived by the owner on Jan 4, 2021. It is now read-only.

Commit ebeeb49

Browse files
author
Francois-Xavier Gentilhomme
committed
[DEV] Set default configuration to v4
1 parent 69f7cb6 commit ebeeb49

File tree

73 files changed

+1280
-1493
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

73 files changed

+1280
-1493
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [v2.0.0](https://github.com/MyScript/myscript-text-web/tree/v2.0.0)
1+
# [v4.0.0](https://github.com/MyScript/myscript-text-web/tree/v4.0.0)
22

33
## Features
44
- New events to be notified of editor changes.

README.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,9 @@ myscript-text-web is a web component that can be used in every web application (
4848

4949
## Examples
5050

51-
- [examples/get_started.html](examples/get_started.html) Get started
52-
- [examples/v4_configuration.html](examples/v4/v4_configuration.html) Use interactive ink api (v4)
53-
- [examples/handle_error.html](examples/handle_error.html) Handle error
54-
- [examples/styling.html](examples/styling.html) Customize your component style
55-
- [examples/programmatic_init.html](examples/programmatic_init.html) Programmatic initialization
56-
- [examples/get_stats.html](examples/get_stats.html) Get statistics
57-
- [examples/debug.html](examples/debug.html) Debug your component
58-
- [examples/get_languages.html](examples/get_languages.html) Get available languages
59-
- [examples/prediction_completion.html](examples/prediction_completion.html) Use prediction and completion
60-
- [examples/superimposed.html](examples/superimposed.html) Use superimposed input mode
51+
- [examples/non-version-specific/get_started.html](examples/non-version-specific/get_started.html) Get started with iink
52+
- [examples/v3/get_started_legacy.html](examples/v3/get_started_legacy.html) Get started with legacy api (v3)
53+
- [examples/index.html](examples/index.html) Other demonstrations
6154

6255
## Documentation
6356

analysis.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2884,7 +2884,7 @@
28842884
{
28852885
"name": "apiversion",
28862886
"type": "string",
2887-
"description": "Cloud API version to use (eg V3 or V4)",
2887+
"description": "Cloud API version to use.",
28882888
"privacy": "public",
28892889
"sourceRange": {
28902890
"start": {
@@ -2899,7 +2899,7 @@
28992899
"metadata": {
29002900
"polymer": {}
29012901
},
2902-
"defaultValue": "\"V3\""
2902+
"defaultValue": "\"V4\""
29032903
},
29042904
{
29052905
"name": "triggerdelay",
@@ -6900,32 +6900,32 @@
69006900
],
69016901
"demos": [
69026902
{
6903-
"url": "examples/v4/get_started.html",
6904-
"description": "Interactive ink hello world [V4]"
6903+
"url": "examples/non-version-specific/get_started.html",
6904+
"description": "Get started [V4]"
69056905
},
69066906
{
6907-
"url": "examples/v4/styling.html",
6908-
"description": "Customization of style [V4]"
6907+
"url": "examples/non-version-specific/customize_style.html",
6908+
"description": "Customize style [V4]"
69096909
},
69106910
{
6911-
"url": "examples/v3/get_started.html",
6912-
"description": "Handwriting hello world [V3]"
6911+
"url": "examples/v4/import_content.html",
6912+
"description": "Import content [V4]"
69136913
},
69146914
{
6915-
"url": "examples/v3/prediction_completion.html",
6916-
"description": "Using and configuring prediction and completion [V3]"
6915+
"url": "examples/v3/get_started_legacy.html",
6916+
"description": "Get started [V3]"
69176917
},
69186918
{
6919-
"url": "examples/v3/styling.html",
6920-
"description": "Customization of style [V3]"
6919+
"url": "examples/v3/prediction_completion.html",
6920+
"description": "Prediction and completion [V3]"
69216921
},
69226922
{
69236923
"url": "examples/v3/superimposed.html",
69246924
"description": "Superimposed technology [V3]"
69256925
},
69266926
{
69276927
"url": "examples/index.html",
6928-
"description": "Other demos"
6928+
"description": "Other demonstrations"
69296929
}
69306930
],
69316931
"metadata": {},
@@ -6993,7 +6993,7 @@
69936993
},
69946994
{
69956995
"name": "apiversion",
6996-
"description": "Cloud API version to use (eg V3 or V4)",
6996+
"description": "Cloud API version to use.",
69976997
"sourceRange": {
69986998
"start": {
69996999
"line": 249,

docs/components/myscript-common-element/.bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@
4646
"paper-toggle-button": "^2.0.0",
4747
"paper-slider": "^2.0.2"
4848
},
49-
"_release": "16e6aad405",
49+
"_release": "4501c0b7f5",
5050
"_resolution": {
5151
"type": "branch",
5252
"branch": "2.0.0-alpha1",
53-
"commit": "16e6aad405ea1130530a6c7c1067aab0ec890c7c"
53+
"commit": "4501c0b7f5e6079881aa7176c315c79f7ad65adc"
5454
},
5555
"_source": "https://github.com/MyScript/myscript-common-element.git",
5656
"_target": "2.0.0-alpha1",

0 commit comments

Comments
 (0)