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 11# Change Log
22
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+
312## [ v1.2.1] ( https://github.com/MyScript/myscript-text-web/tree/v1.2.1 )
413
514### Bugs
Original file line number Diff line number Diff line change 11SHELL = /bin/bash
22GIT_VERSION := $(shell git describe --tags --long --always)
3- VERSION = 1.2.1-beta
3+ VERSION = 1.2.2
44
55OFFLINE = false
66ifeq ($(OFFLINE ) ,true)
Original file line number Diff line number Diff line change 2929 ],
3030 "dependencies" : {
3131 "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 "
3333 },
3434 "devDependencies" : {
3535 "iron-component-page" : " PolymerElements/iron-component-page#1.1.x" ,
You can’t perform that action at this time.
0 commit comments