Skip to content

Commit

Permalink
chore: release v0.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
geotrev committed Feb 4, 2022
1 parent 05ff086 commit 21ad257
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 23 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [0.11.3](https://github.com/geotrev/rotom/compare/v0.11.2...v0.11.3) (2022-02-04)


### Features

* allows attribute values to be property defaults if a property is reflected but has no default value ([05ff086](https://github.com/geotrev/rotom/commit/05ff0861646c7b37f210b42499234d182df03909))

## [0.11.2](https://github.com/geotrev/rotom/compare/v0.11.1...v0.11.2) (2022-01-31)


Expand Down
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,16 +74,16 @@ You can use Rotom with string or jsx renderers. Make sure to use the right versi
<!-- Development build -->
<script
type="text/javascript"
src="https://cdn.jsdelivr.net/npm/rotom@0.11.2/dist/rotom.template.js"
integrity="sha256-FRqLYkQJFOJXaqKUCYRXfpu3prC5rvjid7Tp61xXtPE="
src="https://cdn.jsdelivr.net/npm/rotom@0.11.3/dist/rotom.template.js"
integrity="sha256-HIKV+AaVZ7xRmfu4oVygD5Z16T6xekJ1yrGPqSWrTco="
crossorigin="anonymous"
></script>

<!-- OR production build -->
<script
type="text/javascript"
src="https://cdn.jsdelivr.net/npm/rotom@0.11.2/dist/rotom.template.min.js"
integrity="sha256-5xOfSVahaY3ZiTl+WliMo+AatEkvq06CAyHXHaceqjw="
src="https://cdn.jsdelivr.net/npm/rotom@0.11.3/dist/rotom.template.min.js"
integrity="sha256-FS5U/aPq1vGuJUxnHHPzAfAHHxC9cGqtuvOL1q/Cd38="
crossorigin="anonymous"
></script>
```
Expand All @@ -94,15 +94,15 @@ You can use Rotom with string or jsx renderers. Make sure to use the right versi
<!-- Development build -->
<script
type="text/javascript"
src="https://cdn.jsdelivr.net/npm/rotom@0.11.2/dist/snabbdom.js"
src="https://cdn.jsdelivr.net/npm/rotom@0.11.3/dist/snabbdom.js"
integrity="sha256-0xccUJ0Wrf3QnJXGrV4onKUkgI92mpyy+48H4jIN4Ho="
crossorigin="anonymous"
></script>

<!-- OR production build-->
<script
type="text/javascript"
src="https://cdn.jsdelivr.net/npm/rotom@0.11.2/dist/snabbdom.min.js"
src="https://cdn.jsdelivr.net/npm/rotom@0.11.3/dist/snabbdom.min.js"
integrity="sha256-2ocqbM/5Lp2mPUeOc5EYrFGf8tFXkpRM3hg0PIU5m8k="
crossorigin="anonymous"
></script>
Expand All @@ -114,16 +114,16 @@ Note that Snabbdom doesn't build its own browser bundle so Rotom provides it.
<!-- Development build -->
<script
type="text/javascript"
src="https://cdn.jsdelivr.net/npm/rotom@0.11.2/dist/rotom.jsx.js"
integrity="sha256-EPRFaFAYGF1WWd0KoFY2tpDl7b9p5tDZYSltO58A8AQ="
src="https://cdn.jsdelivr.net/npm/rotom@0.11.3/dist/rotom.jsx.js"
integrity="sha256-aB2qiis+dyl5nF/hwhaoEsKlRBF+C4wDdY0xESWUCyY="
crossorigin="anonymous"
></script>

<!-- OR production build -->
<script
type="text/javascript"
src="https://cdn.jsdelivr.net/npm/rotom@0.11.2/dist/rotom.jsx.min.js"
integrity="sha256-Y8oWBa7Y9qcFf8ON3tA3rNXQhziAodyd7eyPf3KggOs="
src="https://cdn.jsdelivr.net/npm/rotom@0.11.3/dist/rotom.jsx.min.js"
integrity="sha256-0nVURjYaUIzSSt0iiuhd46nZdfUKOPgGIVJNNCoWXEI="
crossorigin="anonymous"
></script>
```
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rotom",
"version": "0.11.2",
"version": "0.11.3",
"description": "A base class for using Web Components",
"main": "lib/rotom.template.cjs.js",
"module": "lib/rotom.template.esm.js",
Expand Down
12 changes: 6 additions & 6 deletions test/jsx/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,29 +60,29 @@ <h2>Nested components</h2>

<!-- <script
type="text/javascript"
src="https://cdn.jsdelivr.net/npm/rotom@0.11.2/dist/snabbdom.js"
src="https://cdn.jsdelivr.net/npm/rotom@0.11.3/dist/snabbdom.js"
integrity="sha256-0xccUJ0Wrf3QnJXGrV4onKUkgI92mpyy+48H4jIN4Ho="
crossorigin="anonymous"
></script> -->

<!-- <script
type="text/javascript"
src="https://cdn.jsdelivr.net/npm/rotom@0.11.2/dist/snabbdom.min.js"
src="https://cdn.jsdelivr.net/npm/rotom@0.11.3/dist/snabbdom.min.js"
integrity="sha256-2ocqbM/5Lp2mPUeOc5EYrFGf8tFXkpRM3hg0PIU5m8k="
crossorigin="anonymous"
></script> -->

<!-- <script
type="text/javascript"
src="https://cdn.jsdelivr.net/npm/rotom@0.11.2/dist/rotom.jsx.js"
integrity="sha256-EPRFaFAYGF1WWd0KoFY2tpDl7b9p5tDZYSltO58A8AQ="
src="https://cdn.jsdelivr.net/npm/rotom@0.11.3/dist/rotom.jsx.js"
integrity="sha256-aB2qiis+dyl5nF/hwhaoEsKlRBF+C4wDdY0xESWUCyY="
crossorigin="anonymous"
></script> -->

<!-- <script
type="text/javascript"
src="https://cdn.jsdelivr.net/npm/rotom@0.11.2/dist/rotom.jsx.min.js"
integrity="sha256-Y8oWBa7Y9qcFf8ON3tA3rNXQhziAodyd7eyPf3KggOs="
src="https://cdn.jsdelivr.net/npm/rotom@0.11.3/dist/rotom.jsx.min.js"
integrity="sha256-0nVURjYaUIzSSt0iiuhd46nZdfUKOPgGIVJNNCoWXEI="
crossorigin="anonymous"
></script> -->

Expand Down
8 changes: 4 additions & 4 deletions test/template/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,14 @@ <h2>Nested components</h2>

<!-- <script
type="text/javascript"
src="https://cdn.jsdelivr.net/npm/rotom@0.11.2/dist/rotom.template.js"
integrity="sha256-FRqLYkQJFOJXaqKUCYRXfpu3prC5rvjid7Tp61xXtPE="
src="https://cdn.jsdelivr.net/npm/rotom@0.11.3/dist/rotom.template.js"
integrity="sha256-HIKV+AaVZ7xRmfu4oVygD5Z16T6xekJ1yrGPqSWrTco="
crossorigin="anonymous"
></script> -->
<!-- <script
type="text/javascript"
src="https://cdn.jsdelivr.net/npm/rotom@0.11.2/dist/rotom.template.min.js"
integrity="sha256-5xOfSVahaY3ZiTl+WliMo+AatEkvq06CAyHXHaceqjw="
src="https://cdn.jsdelivr.net/npm/rotom@0.11.3/dist/rotom.template.min.js"
integrity="sha256-FS5U/aPq1vGuJUxnHHPzAfAHHxC9cGqtuvOL1q/Cd38="
crossorigin="anonymous"
></script> -->

Expand Down

0 comments on commit 21ad257

Please sign in to comment.