Skip to content

Commit c6957e5

Browse files
committed
chore: Add webpack notes to Changelog
BREAKING CHANGE: Replace browserify with webpack as it didn't support requires properly. The setup got a bit simpler.
1 parent 4f9547c commit c6957e5

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Changelog.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
1-
# v.1.2.0
1+
# v2.0.0
2+
- Migrate build system to webpack
3+
- Remove `srcissors.min.js` and source files from the npm package
4+
`srcissors.js` should now directly work with all bundlers, previously the setup was somewhat broken.
5+
6+
# v1.2.0
27

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

5-
# v.1.1.0
10+
# v1.1.0
611

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

0 commit comments

Comments
 (0)