We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b954cb commit 6b9fac1Copy full SHA for 6b9fac1
CHANGELOG.md
@@ -1,3 +1,15 @@
1
+# [1.0.0](https://github.com/Draggable/formeo/compare/v0.7.18...v1.0.0) (2019-03-22)
2
+
3
4
+### Bug Fixes
5
6
+* make editorContainer optional, fix imports ([#176](https://github.com/Draggable/formeo/issues/176)) ([0b954cb](https://github.com/Draggable/formeo/commit/0b954cb))
7
8
9
+### BREAKING CHANGES
10
11
+* window.Formeo is now window.FormeoEditor
12
13
## [0.7.18](https://github.com/Draggable/formeo/compare/v0.7.17...v0.7.18) (2019-03-19)
14
15
package.json
@@ -1,6 +1,6 @@
{
"name": "formeo",
- "version": "0.7.18",
+ "version": "1.0.0",
"main": "dist/formeo.min.js",
"files": [
"dist/*",
0 commit comments