Skip to content

Commit

Permalink
chore: Add webpack notes to Changelog
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Replace browserify with webpack as it didn't support requires properly. The setup got a bit simpler.
  • Loading branch information
marcbachmann committed Sep 13, 2018
1 parent 4f9547c commit c6957e5
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# v.1.2.0
# v2.0.0
- Migrate build system to webpack
- Remove `srcissors.min.js` and source files from the npm package
`srcissors.js` should now directly work with all bundlers, previously the setup was somewhat broken.

# v1.2.0

- Add `showSurroundingImage` and `surroundingImageOpacity` options [#9](https://github.com/livingdocsIO/srcissors/pull/9)

# v.1.1.0
# v1.1.0

- Add a `minResolution` parameter [#6](https://github.com/livingdocsIO/srcissors/pull/6)

Expand Down

0 comments on commit c6957e5

Please sign in to comment.