Skip to content

Commit

Permalink
Allow featureGroup initialization with no overlay corners (#381)
Browse files Browse the repository at this point in the history
* test how readme formatting is rendered

* update formatting

* make documented setters return this

* bump to 0.8.0

* update

* update demo

* fix grammer

* update to use DistortableCollection.Edit

* complete API

* make API make sense

* fix mobile

* update readme

* update cmment

* revert demo change

* revert both demo changes

* refactor

* add new line to end of file

* make final updates

* fix typo
  • Loading branch information
sashadev-sky authored Aug 15, 2019
1 parent e77232c commit 9847963
Show file tree
Hide file tree
Showing 17 changed files with 1,329 additions and 1,001 deletions.
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ module.exports = function(grunt) {
'src/edit/tools/DistortableImage.PopupBar.js',
'src/edit/tools/DistortableImage.ControlBar.js',
'src/edit/DistortableImage.Edit.js',
'src/edit/DistortableCollection.Edit.js',
'src/components/DistortableImage.Keymapper.js',
'src/edit/BoxSelector.js'
],
Expand Down
385 changes: 220 additions & 165 deletions README.md

Large diffs are not rendered by default.

Loading

0 comments on commit 9847963

Please sign in to comment.