Skip to content

Commit

Permalink
Bump to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gustafnk committed Jul 13, 2019
1 parent 098d387 commit 2643bb1
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ Declarative client-side transclusion, using [Custom Elements V1](https://develop

Based on [hinclude.js](https://github.com/mnot/hinclude) by [@mnot](https://github.com/mnot/).

*Breaking changes in version 4.0.0*:

Rename `alt` attribute to `when-false-src` to support future feature for error handling.

*Breaking changes in version 3.0.0*:

- Because h-include is now using Custom Elements V1, we recommend that you update your polyfill (i.e. [document-register-element](https://github.com/WebReflection/document-register-element)) to the latest version.
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "h-include",
"version": "3.1.1",
"version": "4.0.0",
"main": "h-include.js",
"keywords": [
"web-components"
Expand Down
2 changes: 1 addition & 1 deletion h-include.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ console.warn('Using h-include.js from the root folder is deprecated, please use
})();

/*
h-include.js -- HTML Includes (version 3.1.1)
h-include.js -- HTML Includes (version 4.0.0)
MIT Style License
Expand Down
2 changes: 1 addition & 1 deletion lib/h-include.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
})();

/*
h-include.js -- HTML Includes (version 3.1.1)
h-include.js -- HTML Includes (version 4.0.0)
MIT Style License
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "h-include",
"version": "3.1.1",
"version": "4.0.0",
"homepage": "https://github.com/gustafnk/h-include",
"repository": {
"type": "git",
Expand Down

0 comments on commit 2643bb1

Please sign in to comment.