Preparing for release
This commit is contained in:
parent
22e6d37a26
commit
4c15e258e0
2 changed files with 6 additions and 5 deletions
|
|
@ -17,11 +17,13 @@
|
||||||
|
|
||||||
### Upcoming...
|
### Upcoming...
|
||||||
|
|
||||||
|
-->
|
||||||
|
|
||||||
|
### v2.0.4
|
||||||
|
|
||||||
- Fix double-rendering of trusted content within `contenteditable` elements ([#2516](https://github.com/MithrilJS/mithril.js/pull/2516) [@isiahmeadows](https://github.com/isiahmeadows))
|
- Fix double-rendering of trusted content within `contenteditable` elements ([#2516](https://github.com/MithrilJS/mithril.js/pull/2516) [@isiahmeadows](https://github.com/isiahmeadows))
|
||||||
- Fix error on `m.trust` updating ([#2516](https://github.com/MithrilJS/mithril.js/pull/2516) [@isiahmeadows](https://github.com/isiahmeadows))
|
- Fix error on `m.trust` updating ([#2516](https://github.com/MithrilJS/mithril.js/pull/2516) [@isiahmeadows](https://github.com/isiahmeadows))
|
||||||
|
|
||||||
-->
|
|
||||||
|
|
||||||
### v2.0.3
|
### v2.0.3
|
||||||
|
|
||||||
- Ensure vnodes are removed correctly in the face of `onbeforeremove` resolving after new nodes are added ([#2492](https://github.com/MithrilJS/mithril.js/pull/2492) [@isiahmeadows](https://github.com/isiahmeadows))
|
- Ensure vnodes are removed correctly in the face of `onbeforeremove` resolving after new nodes are added ([#2492](https://github.com/MithrilJS/mithril.js/pull/2492) [@isiahmeadows](https://github.com/isiahmeadows))
|
||||||
|
|
|
||||||
|
|
@ -23,9 +23,8 @@
|
||||||
"test": "node ospec/bin/ospec",
|
"test": "node ospec/bin/ospec",
|
||||||
"posttest": "npm run lint",
|
"posttest": "npm run lint",
|
||||||
"cover": "istanbul cover --print both ospec/bin/ospec",
|
"cover": "istanbul cover --print both ospec/bin/ospec",
|
||||||
"release": "node scripts/release",
|
"release": "npm version -m 'v%s'",
|
||||||
"release:docs": "node scripts/update-docs",
|
"version": "npm run build && git add mithril.js mithril.min.js README.md"
|
||||||
"version": "npm run build && git add index.js mithril.js mithril.min.js README.md"
|
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@alrra/travis-scripts": "^3.0.1",
|
"@alrra/travis-scripts": "^3.0.1",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue