This repository was archived by the owner on Jan 4, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ v1.2.2] ( https://github.com/MyScript/myscript-text-web/tree/v1.2.2 )
4
+
5
+ ### Features
6
+ - New ` strokecolor ` attribute to setup/change stroke color settings
7
+ - New ` strokewidth ` attribute to setup/change stroke width settings
8
+
9
+ ### Bugs
10
+ - See [ MyScriptJS v1.2.2] ( https://github.com/MyScript/MyScriptJS/tree/v1.2.2 ) for fixes
11
+
3
12
## [ v1.2.1] ( https://github.com/MyScript/myscript-text-web/tree/v1.2.1 )
4
13
5
14
### Bugs
Original file line number Diff line number Diff line change 1
1
SHELL = /bin/bash
2
2
GIT_VERSION := $(shell git describe --tags --long --always)
3
- VERSION = 1.2.1-beta
3
+ VERSION = 1.2.2
4
4
5
5
OFFLINE = false
6
6
ifeq ($(OFFLINE ) ,true)
Original file line number Diff line number Diff line change 29
29
],
30
30
"dependencies" : {
31
31
"polymer" : " Polymer/polymer#1.4.x" ,
32
- "myscript-common-element" : " myscript-common-element#1.2.1 "
32
+ "myscript-common-element" : " myscript-common-element#1.2.2 "
33
33
},
34
34
"devDependencies" : {
35
35
"iron-component-page" : " PolymerElements/iron-component-page#1.1.x" ,
You can’t perform that action at this time.
0 commit comments