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 +10
-2
lines changed Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
+ ## [ v1.2.2] ( https://github.com/MyScript/myscript-common-element/tree/v1.2.2 )
3
+
4
+ ### Features
5
+ - New ` strokecolor ` attribute to setup/change stroke color settings
6
+ - New ` strokewidth ` attribute to setup/change stroke width settings
7
+
8
+ ### Bugs
9
+ - See [ MyScriptJS v1.2.2] ( https://github.com/MyScript/MyScriptJS/tree/v1.2.2 ) for fixes
2
10
3
11
## [ v1.2.1] ( https://github.com/MyScript/myscript-common-element/tree/v1.2.1 )
4
12
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 25
25
"iron-icons" : " PolymerElements/iron-icons#1.1.x" ,
26
26
"paper-fab" : " PolymerElements/paper-fab#1.2.x" ,
27
27
"paper-toast" : " PolymerElements/paper-toast#1.2.x" ,
28
- "myscript" : " myscript#1.2.1 "
28
+ "myscript" : " myscript#1.2.2 "
29
29
},
30
30
"devDependencies" : {
31
31
"iron-component-page" : " PolymerElements/iron-component-page#1.1.x"
You can’t perform that action at this time.
0 commit comments