Skip to content

Commit

Permalink
docs updatesx
Browse files Browse the repository at this point in the history
  • Loading branch information
lavrton committed Jan 6, 2019
1 parent 4d58cd6 commit 52f2b81
Show file tree
Hide file tree
Showing 56 changed files with 3,071 additions and 2,689 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ package-lock.json
lib
src_old
*.zip
*_cache

# Numerous always-ignore extensions
*.diff
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
* Fixes inconsistent `layer.setSize()` method. Now it has same arguments as any container.
* Full rewrite to Typescript with tons of refactoring and small optimizations. The public API should be 100% the same

### Removed
* `Konva.Util.addMethods`
* `Konva.Util._removeLastLetter`


### Fixed

Expand Down
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ var tsProject = ts.createProject('tsconfig.json');

function build() {
return gulp
.src(['./dist/konva.js'])
.src(['./konva.js'])
.pipe(replace('@@shapeParams', ShapeParams))
.pipe(replace('@@nodeParams', NodeParams))
.pipe(replace('@@containerParams', ContainerParams))
Expand Down
Loading

0 comments on commit 52f2b81

Please sign in to comment.