Skip to content

Commit e64fde6

Browse files
chore: release 1.1.0 (#3)
* updated CHANGELOG.md [ci skip] * updated package.json [ci skip] * updated package-lock.json [ci skip] Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0848523 commit e64fde6

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [1.1.0](https://www.github.com/sastan/svelte-hyperscript/compare/v1.0.0...v1.1.0) (2020-06-23)
4+
5+
6+
### Features
7+
8+
* support class directive ([52c01be](https://www.github.com/sastan/svelte-hyperscript/commit/52c01beb459db702b0088a8c2843a5eff23f127d))
9+
* support use:action directive ([0848523](https://www.github.com/sastan/svelte-hyperscript/commit/08485236eca6b9ab408a6f6485f27fb9ce904b27))
10+
* **bind:** support bind directive for component properties ([b5b90b3](https://www.github.com/sastan/svelte-hyperscript/commit/b5b90b3a5e4dd1a74de4507c65510bd79242caae))
11+
* **bind:** support bind directive on html elements ([b13915c](https://www.github.com/sastan/svelte-hyperscript/commit/b13915cb4b9ab137978c819e3e84a70c4fa13efe))
12+
* support on:eventname modifiers on DOM elements ([7646195](https://www.github.com/sastan/svelte-hyperscript/commit/764619586cf6f05a8d89b40becdde0defdc64285))
13+
14+
15+
### Bug Fixes
16+
17+
* add test for context API ([a035f10](https://www.github.com/sastan/svelte-hyperscript/commit/a035f108a97896ca80af9ec5300e9f56d0770a8b))
18+
* comment transition code ([7bbf3d6](https://www.github.com/sastan/svelte-hyperscript/commit/7bbf3d6e7020046a5faaf95f48e5cb968de4700a))
19+
* render empty node for null, undefined and false ([d3d6126](https://www.github.com/sastan/svelte-hyperscript/commit/d3d6126ce2b7c69976914ade40a6482272f760ad))
20+
321
## 1.0.0 (2020-06-21)
422

523

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-hyperscript",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "hyperscript for svelte",
55
"source": "src/h.js",
66
"main": "./dist/cjs/h.js",

0 commit comments

Comments
 (0)