mirror of
https://github.com/konvajs/konva.git
synced 2026-01-21 18:51:52 +08:00
update changelog and readme
This commit is contained in:
@@ -3,6 +3,9 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
|
## [new version][unreleased]
|
||||||
|
|
||||||
|
|
||||||
## [2.0.0][2018-03-15]
|
## [2.0.0][2018-03-15]
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ This repository began as a GitHub fork of [ericdrowell/KineticJS](https://github
|
|||||||
# Quick Look
|
# Quick Look
|
||||||
|
|
||||||
```html
|
```html
|
||||||
<script src="https://cdn.rawgit.com/konvajs/konva/1.7.3/konva.min.js"></script>
|
<script src="https://cdn.rawgit.com/konvajs/konva/2.0.0/konva.min.js"></script>
|
||||||
<div id="container"></div>
|
<div id="container"></div>
|
||||||
<script>
|
<script>
|
||||||
var stage = new Konva.Stage({
|
var stage = new Konva.Stage({
|
||||||
|
|||||||
Reference in New Issue
Block a user