mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 20:48:28 +08:00
0.10.0
This commit is contained in:
parent
e0d5f08f06
commit
50b30b6cfd
@ -2,7 +2,7 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
## [Not released][Not released]
|
||||
## [0.10.0][2015-10-27]
|
||||
|
||||
### Added
|
||||
- RGBA filter. Thanks to [@codefo](https://github.com/codefo)
|
||||
|
6
konva.js
6
konva.js
@ -1,9 +1,9 @@
|
||||
|
||||
/*
|
||||
* Konva JavaScript Framework v0.9.9
|
||||
* Konva JavaScript Framework v0.10.0
|
||||
* http://konvajs.github.io/
|
||||
* Licensed under the MIT or GPL Version 2 licenses.
|
||||
* Date: Thu Oct 22 2015
|
||||
* Date: Tue Oct 27 2015
|
||||
*
|
||||
* Original work Copyright (C) 2011 - 2013 by Eric Rowell (KineticJS)
|
||||
* Modified work Copyright (C) 2014 - 2015 by Anton Lavrenov (Konva)
|
||||
@ -37,7 +37,7 @@ var Konva = {};
|
||||
|
||||
Konva = {
|
||||
// public
|
||||
version: '0.9.9',
|
||||
version: '0.10.0',
|
||||
|
||||
// private
|
||||
stages: [],
|
||||
|
6
konva.min.js
vendored
6
konva.min.js
vendored
File diff suppressed because one or more lines are too long
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "konva",
|
||||
"version": "0.9.9",
|
||||
"version": "0.10.0",
|
||||
"author": "Anton Lavrenov",
|
||||
"devDependencies": {
|
||||
"chai": "3.2.0",
|
||||
|
Loading…
Reference in New Issue
Block a user