Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Thibault Jan Beyer committed Mar 10, 2019
1 parent 8fd18d5 commit 49796e7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 1.11.1

- Add em6 moduled files that have native `module export DragSelect` that can be used in for example:
```html
<script type="module">
import DragSelect from "path/to/DragSelect.es6m.js"
new DragSelect({...});
</script>
```

# 1.11.0

- Improve code stability by enforcing typechecks via JS-Docs, inspired by [truckjs](https://medium.com/@trukrs/type-safe-javascript-with-jsdoc-7a2a63209b76)
Expand Down

0 comments on commit 49796e7

Please sign in to comment.