mirror of
https://github.com/jlengrand/open-wc.git
synced 2026-03-10 08:31:19 +00:00
Version Packages
This commit is contained in:
committed by
Thomas Allmer
parent
03033a0c84
commit
adb28b8759
@@ -1,15 +0,0 @@
|
||||
---
|
||||
'@import-maps/resolve': patch
|
||||
'@mdjs/core': patch
|
||||
'polyfills-loader': patch
|
||||
'@open-wc/scoped-elements': patch
|
||||
'@open-wc/semantic-dom-diff': patch
|
||||
'@open-wc/testing': patch
|
||||
'@open-wc/testing-helpers': patch
|
||||
'@open-wc/rollup-plugin-polyfills-loader': patch
|
||||
'storybook-addon-markdown-docs': patch
|
||||
'storybook-addon-web-components-knobs': patch
|
||||
'@open-wc/demoing-storybook': patch
|
||||
---
|
||||
|
||||
Change type distribution workflow
|
||||
@@ -1,5 +0,0 @@
|
||||
---
|
||||
'@open-wc/building-rollup': patch
|
||||
---
|
||||
|
||||
Respect user provided absolute paths
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@open-wc/building-rollup",
|
||||
"version": "1.9.3",
|
||||
"version": "1.9.4",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
@@ -65,7 +65,7 @@
|
||||
"@babel/preset-env": "^7.9.0",
|
||||
"@open-wc/building-utils": "^2.18.3",
|
||||
"@open-wc/rollup-plugin-html": "^1.2.5",
|
||||
"@open-wc/rollup-plugin-polyfills-loader": "^1.1.7",
|
||||
"@open-wc/rollup-plugin-polyfills-loader": "^1.1.8",
|
||||
"@rollup/plugin-babel": "^5.1.0",
|
||||
"@rollup/plugin-node-resolve": "^7.1.1",
|
||||
"babel-plugin-bundled-import-meta": "^0.3.2",
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@open-wc/demoing-storybook",
|
||||
"version": "2.4.5",
|
||||
"version": "2.4.6",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
@@ -52,7 +52,7 @@
|
||||
"@babel/preset-env": "^7.9.0",
|
||||
"@mdx-js/mdx": "^1.5.1",
|
||||
"@open-wc/rollup-plugin-html": "^1.2.5",
|
||||
"@open-wc/rollup-plugin-polyfills-loader": "^1.1.7",
|
||||
"@open-wc/rollup-plugin-polyfills-loader": "^1.1.8",
|
||||
"@rollup/plugin-node-resolve": "^7.1.1",
|
||||
"babel-plugin-bundled-import-meta": "^0.3.2",
|
||||
"babel-plugin-template-html-minifier": "^4.0.0",
|
||||
@@ -70,7 +70,7 @@
|
||||
"rollup": "^2.7.2",
|
||||
"rollup-plugin-babel": "^5.0.0-alpha.1",
|
||||
"rollup-plugin-terser": "^7.0.2",
|
||||
"storybook-addon-markdown-docs": "^0.4.3",
|
||||
"storybook-addon-markdown-docs": "^0.4.4",
|
||||
"storybook-prebuilt": "^1.5.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,171 +1,102 @@
|
||||
# Change Log
|
||||
|
||||
## 1.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 17e9e7dc: Change type distribution workflow
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [1.0.0](https://github.com/open-wc/open-wc/compare/@import-maps/resolve@0.3.2...@import-maps/resolve@1.0.0) (2020-08-19)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **resolve:** return whether a resolved import was matched ([c8da78a](https://github.com/open-wc/open-wc/commit/c8da78a917a0156528cd99e413dd38038837b794))
|
||||
|
||||
- **resolve:** return whether a resolved import was matched ([c8da78a](https://github.com/open-wc/open-wc/commit/c8da78a917a0156528cd99e413dd38038837b794))
|
||||
|
||||
### BREAKING CHANGES
|
||||
|
||||
* **resolve:** Resolve now returns an object instead of a string. Check the docs for the updated syntax.
|
||||
|
||||
|
||||
|
||||
|
||||
- **resolve:** Resolve now returns an object instead of a string. Check the docs for the updated syntax.
|
||||
|
||||
## [0.3.2](https://github.com/open-wc/open-wc/compare/@import-maps/resolve@0.3.1...@import-maps/resolve@0.3.2) (2020-05-07)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **resolve:** adjust prepublish script to not use a build ([61a78a7](https://github.com/open-wc/open-wc/commit/61a78a7d6954c796785f5dd2960ea8d1a88d8221))
|
||||
|
||||
|
||||
|
||||
|
||||
- **resolve:** adjust prepublish script to not use a build ([61a78a7](https://github.com/open-wc/open-wc/commit/61a78a7d6954c796785f5dd2960ea8d1a88d8221))
|
||||
|
||||
## [0.3.1](https://github.com/open-wc/open-wc/compare/@import-maps/resolve@0.3.0...@import-maps/resolve@0.3.1) (2020-05-07)
|
||||
|
||||
**Note:** Version bump only for package @import-maps/resolve
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.3.0](https://github.com/open-wc/open-wc/compare/@import-maps/resolve@0.2.6...@import-maps/resolve@0.3.0) (2020-04-28)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **resolve:** update to latest proposal specs (only mapping and scopes) ([86ab538](https://github.com/open-wc/open-wc/commit/86ab53844e74e16982aa221b1f8520bc6598e6e0))
|
||||
|
||||
|
||||
|
||||
|
||||
- **resolve:** update to latest proposal specs (only mapping and scopes) ([86ab538](https://github.com/open-wc/open-wc/commit/86ab53844e74e16982aa221b1f8520bc6598e6e0))
|
||||
|
||||
## [0.2.6](https://github.com/open-wc/open-wc/compare/@import-maps/resolve@0.2.5...@import-maps/resolve@0.2.6) (2020-04-12)
|
||||
|
||||
**Note:** Version bump only for package @import-maps/resolve
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.5](https://github.com/open-wc/open-wc/compare/@import-maps/resolve@0.2.4...@import-maps/resolve@0.2.5) (2020-03-24)
|
||||
|
||||
**Note:** Version bump only for package @import-maps/resolve
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.4](https://github.com/open-wc/open-wc/compare/@import-maps/resolve@0.2.3...@import-maps/resolve@0.2.4) (2020-02-09)
|
||||
|
||||
**Note:** Version bump only for package @import-maps/resolve
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.3](https://github.com/open-wc/open-wc/compare/@import-maps/resolve@0.2.2...@import-maps/resolve@0.2.3) (2020-02-03)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **create:** update broken @babel/cli ([b0cb95b](https://github.com/open-wc/open-wc/commit/b0cb95b650e3aae3d04ddf1879b5eec62abe7d00))
|
||||
|
||||
|
||||
|
||||
|
||||
- **create:** update broken @babel/cli ([b0cb95b](https://github.com/open-wc/open-wc/commit/b0cb95b650e3aae3d04ddf1879b5eec62abe7d00))
|
||||
|
||||
## [0.2.2](https://github.com/open-wc/open-wc/compare/@import-maps/resolve@0.2.1...@import-maps/resolve@0.2.2) (2020-02-02)
|
||||
|
||||
**Note:** Version bump only for package @import-maps/resolve
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.1](https://github.com/open-wc/open-wc/compare/@import-maps/resolve@0.2.0...@import-maps/resolve@0.2.1) (2019-11-24)
|
||||
|
||||
**Note:** Version bump only for package @import-maps/resolve
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.2.0](https://github.com/open-wc/open-wc/compare/@import-maps/resolve@0.1.5...@import-maps/resolve@0.2.0) (2019-11-19)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* update to use auto compatibility of es-dev-server ([f6d085e](https://github.com/open-wc/open-wc/commit/f6d085eda5a05391d1a464b9e49222c78194b0d9))
|
||||
|
||||
|
||||
|
||||
|
||||
- update to use auto compatibility of es-dev-server ([f6d085e](https://github.com/open-wc/open-wc/commit/f6d085eda5a05391d1a464b9e49222c78194b0d9))
|
||||
|
||||
## [0.1.5](https://github.com/open-wc/open-wc/compare/@import-maps/resolve@0.1.4...@import-maps/resolve@0.1.5) (2019-10-25)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* align used mocha version ([#901](https://github.com/open-wc/open-wc/issues/901)) ([3606381](https://github.com/open-wc/open-wc/commit/3606381))
|
||||
|
||||
|
||||
|
||||
|
||||
- align used mocha version ([#901](https://github.com/open-wc/open-wc/issues/901)) ([3606381](https://github.com/open-wc/open-wc/commit/3606381))
|
||||
|
||||
## [0.1.4](https://github.com/open-wc/open-wc/compare/@import-maps/resolve@0.1.3...@import-maps/resolve@0.1.4) (2019-10-23)
|
||||
|
||||
**Note:** Version bump only for package @import-maps/resolve
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.3](https://github.com/open-wc/open-wc/compare/@import-maps/resolve@0.1.2...@import-maps/resolve@0.1.3) (2019-08-05)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* cleanup package.json scripts ([be6bdb5](https://github.com/open-wc/open-wc/commit/be6bdb5))
|
||||
|
||||
|
||||
|
||||
|
||||
- cleanup package.json scripts ([be6bdb5](https://github.com/open-wc/open-wc/commit/be6bdb5))
|
||||
|
||||
## [0.1.2](https://github.com/open-wc/open-wc/compare/@import-maps/resolve@0.1.1...@import-maps/resolve@0.1.2) (2019-07-08)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* use file extensions for imports to support import maps ([c711b13](https://github.com/open-wc/open-wc/commit/c711b13))
|
||||
|
||||
|
||||
|
||||
|
||||
- use file extensions for imports to support import maps ([c711b13](https://github.com/open-wc/open-wc/commit/c711b13))
|
||||
|
||||
## [0.1.1](https://github.com/open-wc/open-wc/compare/@import-maps/resolve@0.1.0...@import-maps/resolve@0.1.1) (2019-06-29)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **resolve:** support relative node paths ([#521](https://github.com/open-wc/open-wc/issues/521)) ([e4c51b7](https://github.com/open-wc/open-wc/commit/e4c51b7))
|
||||
|
||||
|
||||
|
||||
|
||||
- **resolve:** support relative node paths ([#521](https://github.com/open-wc/open-wc/issues/521)) ([e4c51b7](https://github.com/open-wc/open-wc/commit/e4c51b7))
|
||||
|
||||
# 0.1.0 (2019-06-23)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* package to parse and resolve via import maps ([#505](https://github.com/open-wc/open-wc/issues/505)) ([548b920](https://github.com/open-wc/open-wc/commit/548b920))
|
||||
- package to parse and resolve via import maps ([#505](https://github.com/open-wc/open-wc/issues/505)) ([548b920](https://github.com/open-wc/open-wc/commit/548b920))
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@import-maps/resolve",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
|
||||
@@ -1,163 +1,100 @@
|
||||
# Change Log
|
||||
|
||||
## 0.4.1
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 17e9e7dc: Change type distribution workflow
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
# [0.4.0](https://github.com/open-wc/open-wc/compare/@mdjs/core@0.3.3...@mdjs/core@0.4.0) (2020-09-12)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **core:** replace exporting plugins array with setup functions ([44de89e](https://github.com/open-wc/open-wc/commit/44de89e01092835248425f6c53255337061a935a))
|
||||
|
||||
|
||||
|
||||
|
||||
- **core:** replace exporting plugins array with setup functions ([44de89e](https://github.com/open-wc/open-wc/commit/44de89e01092835248425f6c53255337061a935a))
|
||||
|
||||
## [0.3.3](https://github.com/open-wc/open-wc/compare/@mdjs/core@0.3.2...@mdjs/core@0.3.3) (2020-06-13)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **core:** auto load mdjs-preview/story if not defined by user ([6849afd](https://github.com/open-wc/open-wc/commit/6849afd5e20f8cdb7d54db2a1c22f384657055fd))
|
||||
* **core:** use js of md files even if there are no stories ([6d12de5](https://github.com/open-wc/open-wc/commit/6d12de5dbeeceedfd54709c37eba890c5f160e64))
|
||||
|
||||
|
||||
|
||||
|
||||
- **core:** auto load mdjs-preview/story if not defined by user ([6849afd](https://github.com/open-wc/open-wc/commit/6849afd5e20f8cdb7d54db2a1c22f384657055fd))
|
||||
- **core:** use js of md files even if there are no stories ([6d12de5](https://github.com/open-wc/open-wc/commit/6d12de5dbeeceedfd54709c37eba890c5f160e64))
|
||||
|
||||
## [0.3.2](https://github.com/open-wc/open-wc/compare/@mdjs/core@0.3.1...@mdjs/core@0.3.2) (2020-05-23)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **core:** export type for plugins ([c8ea754](https://github.com/open-wc/open-wc/commit/c8ea754153e2da4e73fa1f6a927c7b24108bf658))
|
||||
|
||||
|
||||
|
||||
|
||||
- **core:** export type for plugins ([c8ea754](https://github.com/open-wc/open-wc/commit/c8ea754153e2da4e73fa1f6a927c7b24108bf658))
|
||||
|
||||
## [0.3.1](https://github.com/open-wc/open-wc/compare/@mdjs/core@0.3.0...@mdjs/core@0.3.1) (2020-05-16)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **core:** use types everywhere, export interfaces ([3f4ba8b](https://github.com/open-wc/open-wc/commit/3f4ba8b2293d2fa29d8ac8b210abf2dc3727a008))
|
||||
|
||||
|
||||
|
||||
|
||||
- **core:** use types everywhere, export interfaces ([3f4ba8b](https://github.com/open-wc/open-wc/commit/3f4ba8b2293d2fa29d8ac8b210abf2dc3727a008))
|
||||
|
||||
# [0.3.0](https://github.com/open-wc/open-wc/compare/@mdjs/core@0.2.0...@mdjs/core@0.3.0) (2020-05-09)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **core:** having a js or html code block alone does not mean mdjs ([427ea5e](https://github.com/open-wc/open-wc/commit/427ea5eb2947ff461f2a3c69cd74bad9f3a2d24a))
|
||||
* **core:** limit Story.type to js|html and make it optional ([f0191d1](https://github.com/open-wc/open-wc/commit/f0191d1ad0974e667e730e4df8ff2f7930fa082f))
|
||||
|
||||
- **core:** having a js or html code block alone does not mean mdjs ([427ea5e](https://github.com/open-wc/open-wc/commit/427ea5eb2947ff461f2a3c69cd74bad9f3a2d24a))
|
||||
- **core:** limit Story.type to js|html and make it optional ([f0191d1](https://github.com/open-wc/open-wc/commit/f0191d1ad0974e667e730e4df8ff2f7930fa082f))
|
||||
|
||||
### Features
|
||||
|
||||
* **core:** mimic github syntax highlighting, upoptimized code view ([a9879f8](https://github.com/open-wc/open-wc/commit/a9879f84b46726fe20de3240d11b534e9776bc70))
|
||||
* **core:** support html preview/-stories ([c820f17](https://github.com/open-wc/open-wc/commit/c820f1718115a4f376c6541edec44c41d1ed7d8d))
|
||||
|
||||
|
||||
|
||||
|
||||
- **core:** mimic github syntax highlighting, upoptimized code view ([a9879f8](https://github.com/open-wc/open-wc/commit/a9879f84b46726fe20de3240d11b534e9776bc70))
|
||||
- **core:** support html preview/-stories ([c820f17](https://github.com/open-wc/open-wc/commit/c820f1718115a4f376c6541edec44c41d1ed7d8d))
|
||||
|
||||
# [0.2.0](https://github.com/open-wc/open-wc/compare/@mdjs/core@0.1.9...@mdjs/core@0.2.0) (2020-05-07)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **core:** update @mdjs/mdjs-preview with no css side effect for buttons ([c21abf6](https://github.com/open-wc/open-wc/commit/c21abf640b34e98c216c374e70741e7e7a6a6a72))
|
||||
|
||||
- **core:** update @mdjs/mdjs-preview with no css side effect for buttons ([c21abf6](https://github.com/open-wc/open-wc/commit/c21abf640b34e98c216c374e70741e7e7a6a6a72))
|
||||
|
||||
### Features
|
||||
|
||||
* **core:** allow to fully customize used plugins ([bd3c443](https://github.com/open-wc/open-wc/commit/bd3c44321a9e866aadf42d59ca8d5c788401c786))
|
||||
* **core:** no jsCode if no stories, no auto import of wc ([9eab522](https://github.com/open-wc/open-wc/commit/9eab52224edf618ef3bb956db18ed4ade98a3ac6))
|
||||
|
||||
|
||||
|
||||
|
||||
- **core:** allow to fully customize used plugins ([bd3c443](https://github.com/open-wc/open-wc/commit/bd3c44321a9e866aadf42d59ca8d5c788401c786))
|
||||
- **core:** no jsCode if no stories, no auto import of wc ([9eab522](https://github.com/open-wc/open-wc/commit/9eab52224edf618ef3bb956db18ed4ade98a3ac6))
|
||||
|
||||
## [0.1.9](https://github.com/open-wc/open-wc/compare/@mdjs/core@0.1.8...@mdjs/core@0.1.9) (2020-04-12)
|
||||
|
||||
**Note:** Version bump only for package @mdjs/core
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.8](https://github.com/open-wc/open-wc/compare/@mdjs/core@0.1.7...@mdjs/core@0.1.8) (2020-04-05)
|
||||
|
||||
**Note:** Version bump only for package @mdjs/core
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.7](https://github.com/open-wc/open-wc/compare/@mdjs/core@0.1.6...@mdjs/core@0.1.7) (2020-03-26)
|
||||
|
||||
**Note:** Version bump only for package @mdjs/core
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.6](https://github.com/open-wc/open-wc/compare/@mdjs/core@0.1.5...@mdjs/core@0.1.6) (2020-03-24)
|
||||
|
||||
**Note:** Version bump only for package @mdjs/core
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.5](https://github.com/open-wc/open-wc/compare/@mdjs/core@0.1.4...@mdjs/core@0.1.5) (2020-03-19)
|
||||
|
||||
**Note:** Version bump only for package @mdjs/core
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.4](https://github.com/open-wc/open-wc/compare/@mdjs/core@0.1.3...@mdjs/core@0.1.4) (2020-03-15)
|
||||
|
||||
**Note:** Version bump only for package @mdjs/core
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.3](https://github.com/open-wc/open-wc/compare/@mdjs/core@0.1.2...@mdjs/core@0.1.3) (2020-03-15)
|
||||
|
||||
**Note:** Version bump only for package @mdjs/core
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.2](https://github.com/open-wc/open-wc/compare/@mdjs/core@0.1.1...@mdjs/core@0.1.2) (2020-03-11)
|
||||
|
||||
**Note:** Version bump only for package @mdjs/core
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.1](https://github.com/open-wc/open-wc/compare/@mdjs/core@0.1.0...@mdjs/core@0.1.1) (2020-03-10)
|
||||
|
||||
**Note:** Version bump only for package @mdjs/core
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# 0.1.0 (2020-03-08)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add Markdown with JavaScript (mdjs) ([5547ebc](https://github.com/open-wc/open-wc/commit/5547ebc00c02c5c34725030865dc3fd5a02aae80))
|
||||
- add Markdown with JavaScript (mdjs) ([5547ebc](https://github.com/open-wc/open-wc/commit/5547ebc00c02c5c34725030865dc3fd5a02aae80))
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@mdjs/core",
|
||||
"version": "0.4.0",
|
||||
"version": "0.4.1",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,11 @@
|
||||
# Change Log
|
||||
|
||||
## 1.7.5
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 17e9e7dc: Change type distribution workflow
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
@@ -7,278 +13,158 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
||||
|
||||
**Note:** Version bump only for package polyfills-loader
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.7.3](https://github.com/open-wc/open-wc/compare/polyfills-loader@1.7.2...polyfills-loader@1.7.3) (2020-10-03)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **polyfills-loader:** remove source map URL ([31a952b](https://github.com/open-wc/open-wc/commit/31a952b98a78059471b9e606596b9557c6c43783))
|
||||
|
||||
|
||||
|
||||
|
||||
- **polyfills-loader:** remove source map URL ([31a952b](https://github.com/open-wc/open-wc/commit/31a952b98a78059471b9e606596b9557c6c43783))
|
||||
|
||||
## [1.7.2](https://github.com/open-wc/open-wc/compare/polyfills-loader@1.7.1...polyfills-loader@1.7.2) (2020-09-25)
|
||||
|
||||
**Note:** Version bump only for package polyfills-loader
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.7.1](https://github.com/open-wc/open-wc/compare/polyfills-loader@1.7.0...polyfills-loader@1.7.1) (2020-08-27)
|
||||
|
||||
**Note:** Version bump only for package polyfills-loader
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [1.7.0](https://github.com/open-wc/open-wc/compare/polyfills-loader@1.6.1...polyfills-loader@1.7.0) (2020-08-04)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **polyfills-loader:** remove order for polyfills ([29cd1f1](https://github.com/open-wc/open-wc/commit/29cd1f13ee56dadc086d2220ac8c89fe9d92c272))
|
||||
|
||||
- **polyfills-loader:** remove order for polyfills ([29cd1f1](https://github.com/open-wc/open-wc/commit/29cd1f13ee56dadc086d2220ac8c89fe9d92c272))
|
||||
|
||||
### Features
|
||||
|
||||
* **polyfills-loader:** expose `create-polyfills-data` ([7dfb1ab](https://github.com/open-wc/open-wc/commit/7dfb1abb7ff4d201b133cd6815d855ef2feab2b0))
|
||||
|
||||
|
||||
|
||||
|
||||
- **polyfills-loader:** expose `create-polyfills-data` ([7dfb1ab](https://github.com/open-wc/open-wc/commit/7dfb1abb7ff4d201b133cd6815d855ef2feab2b0))
|
||||
|
||||
## [1.6.1](https://github.com/open-wc/open-wc/compare/polyfills-loader@1.6.0...polyfills-loader@1.6.1) (2020-05-17)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **polyfills-loader:** add missing index.d.ts file ([da2b70c](https://github.com/open-wc/open-wc/commit/da2b70cae4dcbf04dcc0c6c12dfcbbc8b0e30d54))
|
||||
|
||||
|
||||
|
||||
|
||||
- **polyfills-loader:** add missing index.d.ts file ([da2b70c](https://github.com/open-wc/open-wc/commit/da2b70cae4dcbf04dcc0c6c12dfcbbc8b0e30d54))
|
||||
|
||||
# [1.6.0](https://github.com/open-wc/open-wc/compare/polyfills-loader@1.5.7...polyfills-loader@1.6.0) (2020-05-13)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **polyfills-loader:** update to systemjs v6 ([7de4d67](https://github.com/open-wc/open-wc/commit/7de4d6759792725e919f7f165bae8262812e9e17))
|
||||
|
||||
|
||||
|
||||
|
||||
- **polyfills-loader:** update to systemjs v6 ([7de4d67](https://github.com/open-wc/open-wc/commit/7de4d6759792725e919f7f165bae8262812e9e17))
|
||||
|
||||
## [1.5.7](https://github.com/open-wc/open-wc/compare/polyfills-loader@1.5.6...polyfills-loader@1.5.7) (2020-05-05)
|
||||
|
||||
**Note:** Version bump only for package polyfills-loader
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.5.6](https://github.com/open-wc/open-wc/compare/polyfills-loader@1.5.5...polyfills-loader@1.5.6) (2020-04-21)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **polyfills-loader:** allow forcing the polyfill ([ee44812](https://github.com/open-wc/open-wc/commit/ee44812f89e90879713a0ba5cd79e631c57f6d4e))
|
||||
|
||||
|
||||
|
||||
|
||||
- **polyfills-loader:** allow forcing the polyfill ([ee44812](https://github.com/open-wc/open-wc/commit/ee44812f89e90879713a0ba5cd79e631c57f6d4e))
|
||||
|
||||
## [1.5.5](https://github.com/open-wc/open-wc/compare/polyfills-loader@1.5.4...polyfills-loader@1.5.5) (2020-04-20)
|
||||
|
||||
**Note:** Version bump only for package polyfills-loader
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.5.4](https://github.com/open-wc/open-wc/compare/polyfills-loader@1.5.3...polyfills-loader@1.5.4) (2020-04-12)
|
||||
|
||||
**Note:** Version bump only for package polyfills-loader
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.5.3](https://github.com/open-wc/open-wc/compare/polyfills-loader@1.5.2...polyfills-loader@1.5.3) (2020-04-05)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **polyfills-loader:** don't remove element if it was already removed ([1e500bc](https://github.com/open-wc/open-wc/commit/1e500bc4c23ab467967d5b50b7d3ced0047bbfb5))
|
||||
* **polyfills-loader:** fix test on windows ([8eb0e7f](https://github.com/open-wc/open-wc/commit/8eb0e7feed3d86a2401633c4d99cbcbdca6ec6c7))
|
||||
|
||||
|
||||
|
||||
|
||||
- **polyfills-loader:** don't remove element if it was already removed ([1e500bc](https://github.com/open-wc/open-wc/commit/1e500bc4c23ab467967d5b50b7d3ced0047bbfb5))
|
||||
- **polyfills-loader:** fix test on windows ([8eb0e7f](https://github.com/open-wc/open-wc/commit/8eb0e7feed3d86a2401633c4d99cbcbdca6ec6c7))
|
||||
|
||||
## [1.5.2](https://github.com/open-wc/open-wc/compare/polyfills-loader@1.5.1...polyfills-loader@1.5.2) (2020-03-24)
|
||||
|
||||
**Note:** Version bump only for package polyfills-loader
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.5.1](https://github.com/open-wc/open-wc/compare/polyfills-loader@1.5.0...polyfills-loader@1.5.1) (2020-03-15)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **polyfills-loader:** load fetch and abort controller together ([#1430](https://github.com/open-wc/open-wc/issues/1430)) ([ca29548](https://github.com/open-wc/open-wc/commit/ca2954822440dbb218420be99dfbd2df03760dbd))
|
||||
|
||||
|
||||
|
||||
|
||||
- **polyfills-loader:** load fetch and abort controller together ([#1430](https://github.com/open-wc/open-wc/issues/1430)) ([ca29548](https://github.com/open-wc/open-wc/commit/ca2954822440dbb218420be99dfbd2df03760dbd))
|
||||
|
||||
# [1.5.0](https://github.com/open-wc/open-wc/compare/polyfills-loader@1.4.2...polyfills-loader@1.5.0) (2020-03-15)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **polyfills-loader:** invert dynamic import check ([7f8bfa4](https://github.com/open-wc/open-wc/commit/7f8bfa4ca0aaf37394005077f54c06643cd82ef7))
|
||||
* **polyfills-loader:** minify fetch polyfill ([487e907](https://github.com/open-wc/open-wc/commit/487e90754371f421cd148afa922aa3a4101ee26d))
|
||||
|
||||
- **polyfills-loader:** invert dynamic import check ([7f8bfa4](https://github.com/open-wc/open-wc/commit/7f8bfa4ca0aaf37394005077f54c06643cd82ef7))
|
||||
- **polyfills-loader:** minify fetch polyfill ([487e907](https://github.com/open-wc/open-wc/commit/487e90754371f421cd148afa922aa3a4101ee26d))
|
||||
|
||||
### Features
|
||||
|
||||
* **polyfills-loader:** add AbortController polyfill ([7fae798](https://github.com/open-wc/open-wc/commit/7fae798bda0d3156e850c81b64381b80e8512c55))
|
||||
* **polyfills-loader:** add ResizeObserver polyfill ([03ede89](https://github.com/open-wc/open-wc/commit/03ede89140e9fdb103283410c95643303909f6b3))
|
||||
|
||||
|
||||
|
||||
|
||||
- **polyfills-loader:** add AbortController polyfill ([7fae798](https://github.com/open-wc/open-wc/commit/7fae798bda0d3156e850c81b64381b80e8512c55))
|
||||
- **polyfills-loader:** add ResizeObserver polyfill ([03ede89](https://github.com/open-wc/open-wc/commit/03ede89140e9fdb103283410c95643303909f6b3))
|
||||
|
||||
## [1.4.2](https://github.com/open-wc/open-wc/compare/polyfills-loader@1.4.1...polyfills-loader@1.4.2) (2020-03-11)
|
||||
|
||||
**Note:** Version bump only for package polyfills-loader
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.4.1](https://github.com/open-wc/open-wc/compare/polyfills-loader@1.4.0...polyfills-loader@1.4.1) (2020-03-10)
|
||||
|
||||
**Note:** Version bump only for package polyfills-loader
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [1.4.0](https://github.com/open-wc/open-wc/compare/polyfills-loader@1.3.1...polyfills-loader@1.4.0) (2020-03-08)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **polyfills-loader:** add preload links ([23428e3](https://github.com/open-wc/open-wc/commit/23428e344154af6826e7db6a72f67533f3bd9511))
|
||||
|
||||
|
||||
|
||||
|
||||
- **polyfills-loader:** add preload links ([23428e3](https://github.com/open-wc/open-wc/commit/23428e344154af6826e7db6a72f67533f3bd9511))
|
||||
|
||||
## [1.3.1](https://github.com/open-wc/open-wc/compare/polyfills-loader@1.3.0...polyfills-loader@1.3.1) (2020-03-06)
|
||||
|
||||
**Note:** Version bump only for package polyfills-loader
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [1.3.0](https://github.com/open-wc/open-wc/compare/polyfills-loader@1.2.3...polyfills-loader@1.3.0) (2020-02-29)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **rollup-plugin-html:** first release ([9acb29a](https://github.com/open-wc/open-wc/commit/9acb29ac84b0ef7e2b06c57043c9d2c76d5a29c0))
|
||||
|
||||
|
||||
|
||||
|
||||
- **rollup-plugin-html:** first release ([9acb29a](https://github.com/open-wc/open-wc/commit/9acb29ac84b0ef7e2b06c57043c9d2c76d5a29c0))
|
||||
|
||||
## [1.2.3](https://github.com/open-wc/open-wc/compare/polyfills-loader@1.2.2...polyfills-loader@1.2.3) (2020-02-23)
|
||||
|
||||
**Note:** Version bump only for package polyfills-loader
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.2.2](https://github.com/open-wc/open-wc/compare/polyfills-loader@1.2.1...polyfills-loader@1.2.2) (2020-02-10)
|
||||
|
||||
**Note:** Version bump only for package polyfills-loader
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.2.1](https://github.com/open-wc/open-wc/compare/polyfills-loader@1.2.0...polyfills-loader@1.2.1) (2020-02-09)
|
||||
|
||||
**Note:** Version bump only for package polyfills-loader
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [1.2.0](https://github.com/open-wc/open-wc/compare/polyfills-loader@1.1.2...polyfills-loader@1.2.0) (2020-02-06)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **polyfills-loader:** add shady css scoped polyfill ([3c0bc88](https://github.com/open-wc/open-wc/commit/3c0bc88f0e67806abbb901d689b01c565261b6e0))
|
||||
|
||||
|
||||
|
||||
|
||||
- **polyfills-loader:** add shady css scoped polyfill ([3c0bc88](https://github.com/open-wc/open-wc/commit/3c0bc88f0e67806abbb901d689b01c565261b6e0))
|
||||
|
||||
## [1.1.2](https://github.com/open-wc/open-wc/compare/polyfills-loader@1.1.1...polyfills-loader@1.1.2) (2020-02-03)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **polyfills-loader:** don't read user babel config ([9ea41cd](https://github.com/open-wc/open-wc/commit/9ea41cddc934de394b80853a75ad070e3b6edd05))
|
||||
|
||||
|
||||
|
||||
|
||||
- **polyfills-loader:** don't read user babel config ([9ea41cd](https://github.com/open-wc/open-wc/commit/9ea41cddc934de394b80853a75ad070e3b6edd05))
|
||||
|
||||
## [1.1.1](https://github.com/open-wc/open-wc/compare/polyfills-loader@1.1.0...polyfills-loader@1.1.1) (2020-02-02)
|
||||
|
||||
**Note:** Version bump only for package polyfills-loader
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# 1.1.0 (2020-01-31)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* align all open-wc readme headers ([b589429](https://github.com/open-wc/open-wc/commit/b5894290e27adf465484d1d7e7bf08fad279d3f4))
|
||||
* **polyfills-loader:** deprecate package ([1f272bd](https://github.com/open-wc/open-wc/commit/1f272bd4d767a13d989371c193b0c6e677033483))
|
||||
* **polyfills-loader:** needsTemplatePolyfill returned inverted values ([#148](https://github.com/open-wc/open-wc/issues/148)) ([3951063](https://github.com/open-wc/open-wc/commit/395106344da7d1824f54031b77e3efb3ebb3504b))
|
||||
* **polyfills-loader:** provide a 'module' entrypoint ([#496](https://github.com/open-wc/open-wc/issues/496)) ([e81555a](https://github.com/open-wc/open-wc/commit/e81555a2acaed315c259abce178b0cd5bf741b7e))
|
||||
* **polyfills-loader:** typo in readme ([604c4de](https://github.com/open-wc/open-wc/commit/604c4de5c66ee6e4ce5a66c0ce67bf914eabe33f))
|
||||
* skip brooken published versions ([25d21de](https://github.com/open-wc/open-wc/commit/25d21def522f22f98fc8c71b4c055617089c0e23))
|
||||
* unify npm readme header for all open-wc packages ([1bac939](https://github.com/open-wc/open-wc/commit/1bac9391f8866cac1667afadb26b0693f5f0c591))
|
||||
* update package repository fields with monorepo details ([cb1acb7](https://github.com/open-wc/open-wc/commit/cb1acb7e59cb8161528b010342e15d6bba1cf457))
|
||||
|
||||
- align all open-wc readme headers ([b589429](https://github.com/open-wc/open-wc/commit/b5894290e27adf465484d1d7e7bf08fad279d3f4))
|
||||
- **polyfills-loader:** deprecate package ([1f272bd](https://github.com/open-wc/open-wc/commit/1f272bd4d767a13d989371c193b0c6e677033483))
|
||||
- **polyfills-loader:** needsTemplatePolyfill returned inverted values ([#148](https://github.com/open-wc/open-wc/issues/148)) ([3951063](https://github.com/open-wc/open-wc/commit/395106344da7d1824f54031b77e3efb3ebb3504b))
|
||||
- **polyfills-loader:** provide a 'module' entrypoint ([#496](https://github.com/open-wc/open-wc/issues/496)) ([e81555a](https://github.com/open-wc/open-wc/commit/e81555a2acaed315c259abce178b0cd5bf741b7e))
|
||||
- **polyfills-loader:** typo in readme ([604c4de](https://github.com/open-wc/open-wc/commit/604c4de5c66ee6e4ce5a66c0ce67bf914eabe33f))
|
||||
- skip brooken published versions ([25d21de](https://github.com/open-wc/open-wc/commit/25d21def522f22f98fc8c71b4c055617089c0e23))
|
||||
- unify npm readme header for all open-wc packages ([1bac939](https://github.com/open-wc/open-wc/commit/1bac9391f8866cac1667afadb26b0693f5f0c591))
|
||||
- update package repository fields with monorepo details ([cb1acb7](https://github.com/open-wc/open-wc/commit/cb1acb7e59cb8161528b010342e15d6bba1cf457))
|
||||
|
||||
### Features
|
||||
|
||||
* add types + linting & improve intellisense ([b6d260c](https://github.com/open-wc/open-wc/commit/b6d260c04f2d634a3bc64beca38c64c4d95ce6be))
|
||||
* **es-dev-server:** properly resolve imports in inline modules ([2abde96](https://github.com/open-wc/open-wc/commit/2abde96787753185c67cd16c530bc7697716d917))
|
||||
* **polyfills-loader:** add polyfills loader ([249fee8](https://github.com/open-wc/open-wc/commit/249fee8a64982021eb2e1ad1937f3c08a4abc3c5))
|
||||
* **polyfills-loader:** add polyfills loader ([75630b2](https://github.com/open-wc/open-wc/commit/75630b262c1f1d56d57864d1a40eea63899285de))
|
||||
* **polyfills-loader:** use only es modules in polyfills loader ([9197968](https://github.com/open-wc/open-wc/commit/91979688b1ad4d63e9fd30d297d2509c8dd5712d))
|
||||
- add types + linting & improve intellisense ([b6d260c](https://github.com/open-wc/open-wc/commit/b6d260c04f2d634a3bc64beca38c64c4d95ce6be))
|
||||
- **es-dev-server:** properly resolve imports in inline modules ([2abde96](https://github.com/open-wc/open-wc/commit/2abde96787753185c67cd16c530bc7697716d917))
|
||||
- **polyfills-loader:** add polyfills loader ([249fee8](https://github.com/open-wc/open-wc/commit/249fee8a64982021eb2e1ad1937f3c08a4abc3c5))
|
||||
- **polyfills-loader:** add polyfills loader ([75630b2](https://github.com/open-wc/open-wc/commit/75630b262c1f1d56d57864d1a40eea63899285de))
|
||||
- **polyfills-loader:** use only es modules in polyfills loader ([9197968](https://github.com/open-wc/open-wc/commit/91979688b1ad4d63e9fd30d297d2509c8dd5712d))
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "polyfills-loader",
|
||||
"version": "1.7.4",
|
||||
"version": "1.7.5",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# Change Log
|
||||
|
||||
## 1.1.8
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 17e9e7dc: Change type distribution workflow
|
||||
- Updated dependencies [17e9e7dc]
|
||||
- polyfills-loader@1.7.5
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
@@ -7,281 +15,149 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
||||
|
||||
**Note:** Version bump only for package @open-wc/rollup-plugin-polyfills-loader
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.1.6](https://github.com/open-wc/open-wc/compare/@open-wc/rollup-plugin-polyfills-loader@1.1.5...@open-wc/rollup-plugin-polyfills-loader@1.1.6) (2020-10-03)
|
||||
|
||||
**Note:** Version bump only for package @open-wc/rollup-plugin-polyfills-loader
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.1.5](https://github.com/open-wc/open-wc/compare/@open-wc/rollup-plugin-polyfills-loader@1.1.4...@open-wc/rollup-plugin-polyfills-loader@1.1.5) (2020-09-25)
|
||||
|
||||
**Note:** Version bump only for package @open-wc/rollup-plugin-polyfills-loader
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.1.4](https://github.com/open-wc/open-wc/compare/@open-wc/rollup-plugin-polyfills-loader@1.1.3...@open-wc/rollup-plugin-polyfills-loader@1.1.4) (2020-08-27)
|
||||
|
||||
**Note:** Version bump only for package @open-wc/rollup-plugin-polyfills-loader
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.1.3](https://github.com/open-wc/open-wc/compare/@open-wc/rollup-plugin-polyfills-loader@1.1.2...@open-wc/rollup-plugin-polyfills-loader@1.1.3) (2020-08-07)
|
||||
|
||||
**Note:** Version bump only for package @open-wc/rollup-plugin-polyfills-loader
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.1.2](https://github.com/open-wc/open-wc/compare/@open-wc/rollup-plugin-polyfills-loader@1.1.1...@open-wc/rollup-plugin-polyfills-loader@1.1.2) (2020-08-05)
|
||||
|
||||
**Note:** Version bump only for package @open-wc/rollup-plugin-polyfills-loader
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.1.1](https://github.com/open-wc/open-wc/compare/@open-wc/rollup-plugin-polyfills-loader@1.1.0...@open-wc/rollup-plugin-polyfills-loader@1.1.1) (2020-08-04)
|
||||
|
||||
**Note:** Version bump only for package @open-wc/rollup-plugin-polyfills-loader
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [1.1.0](https://github.com/open-wc/open-wc/compare/@open-wc/rollup-plugin-polyfills-loader@1.0.7...@open-wc/rollup-plugin-polyfills-loader@1.1.0) (2020-08-03)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* support building of multi page applications (mpa) ([a654535](https://github.com/open-wc/open-wc/commit/a65453576c42794958e90b9765000f99117097bd))
|
||||
|
||||
|
||||
|
||||
|
||||
- support building of multi page applications (mpa) ([a654535](https://github.com/open-wc/open-wc/commit/a65453576c42794958e90b9765000f99117097bd))
|
||||
|
||||
## [1.0.7](https://github.com/open-wc/open-wc/compare/@open-wc/rollup-plugin-polyfills-loader@1.0.6...@open-wc/rollup-plugin-polyfills-loader@1.0.7) (2020-05-27)
|
||||
|
||||
**Note:** Version bump only for package @open-wc/rollup-plugin-polyfills-loader
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.0.6](https://github.com/open-wc/open-wc/compare/@open-wc/rollup-plugin-polyfills-loader@1.0.5...@open-wc/rollup-plugin-polyfills-loader@1.0.6) (2020-05-17)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **rollup-plugin-polyfills-loader:** add missing .d.ts file ([47bdeeb](https://github.com/open-wc/open-wc/commit/47bdeeba325e698ae4a218003b5b0080ca3bfe97))
|
||||
|
||||
|
||||
|
||||
|
||||
- **rollup-plugin-polyfills-loader:** add missing .d.ts file ([47bdeeb](https://github.com/open-wc/open-wc/commit/47bdeeba325e698ae4a218003b5b0080ca3bfe97))
|
||||
|
||||
## [1.0.5](https://github.com/open-wc/open-wc/compare/@open-wc/rollup-plugin-polyfills-loader@1.0.4...@open-wc/rollup-plugin-polyfills-loader@1.0.5) (2020-05-13)
|
||||
|
||||
**Note:** Version bump only for package @open-wc/rollup-plugin-polyfills-loader
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.0.4](https://github.com/open-wc/open-wc/compare/@open-wc/rollup-plugin-polyfills-loader@1.0.3...@open-wc/rollup-plugin-polyfills-loader@1.0.4) (2020-05-05)
|
||||
|
||||
**Note:** Version bump only for package @open-wc/rollup-plugin-polyfills-loader
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.0.3](https://github.com/open-wc/open-wc/compare/@open-wc/rollup-plugin-polyfills-loader@1.0.2...@open-wc/rollup-plugin-polyfills-loader@1.0.3) (2020-04-21)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **polyfills-loader:** allow forcing the polyfill ([ee44812](https://github.com/open-wc/open-wc/commit/ee44812f89e90879713a0ba5cd79e631c57f6d4e))
|
||||
|
||||
|
||||
|
||||
|
||||
- **polyfills-loader:** allow forcing the polyfill ([ee44812](https://github.com/open-wc/open-wc/commit/ee44812f89e90879713a0ba5cd79e631c57f6d4e))
|
||||
|
||||
## [1.0.2](https://github.com/open-wc/open-wc/compare/@open-wc/rollup-plugin-polyfills-loader@1.0.0...@open-wc/rollup-plugin-polyfills-loader@1.0.2) (2020-04-20)
|
||||
|
||||
**Note:** Version bump only for package @open-wc/rollup-plugin-polyfills-loader
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [1.0.0](https://github.com/open-wc/open-wc/compare/@open-wc/rollup-plugin-polyfills-loader@0.5.1...@open-wc/rollup-plugin-polyfills-loader@1.0.0) (2020-04-12)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **rollup-plugin-polyfills-loader:** release v1 ([eb6e30d](https://github.com/open-wc/open-wc/commit/eb6e30d10afe0b5da7773ef9cde2e7ad1fd2b2fd))
|
||||
|
||||
- **rollup-plugin-polyfills-loader:** release v1 ([eb6e30d](https://github.com/open-wc/open-wc/commit/eb6e30d10afe0b5da7773ef9cde2e7ad1fd2b2fd))
|
||||
|
||||
### BREAKING CHANGES
|
||||
|
||||
* **rollup-plugin-polyfills-loader:** trigger v1 release
|
||||
|
||||
|
||||
|
||||
|
||||
- **rollup-plugin-polyfills-loader:** trigger v1 release
|
||||
|
||||
## [0.5.1](https://github.com/open-wc/open-wc/compare/@open-wc/rollup-plugin-polyfills-loader@0.5.0...@open-wc/rollup-plugin-polyfills-loader@0.5.1) (2020-04-05)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **polyfills-loader:** don't remove element if it was already removed ([1e500bc](https://github.com/open-wc/open-wc/commit/1e500bc4c23ab467967d5b50b7d3ced0047bbfb5))
|
||||
|
||||
|
||||
|
||||
|
||||
- **polyfills-loader:** don't remove element if it was already removed ([1e500bc](https://github.com/open-wc/open-wc/commit/1e500bc4c23ab467967d5b50b7d3ced0047bbfb5))
|
||||
|
||||
# [0.5.0](https://github.com/open-wc/open-wc/compare/@open-wc/rollup-plugin-polyfills-loader@0.4.3...@open-wc/rollup-plugin-polyfills-loader@0.5.0) (2020-03-31)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **polyfills-loader:** prefetch entrypoints ([7e180d4](https://github.com/open-wc/open-wc/commit/7e180d497e3d44f51d7e2b244a1caf82643ba3f2))
|
||||
|
||||
|
||||
|
||||
|
||||
- **polyfills-loader:** prefetch entrypoints ([7e180d4](https://github.com/open-wc/open-wc/commit/7e180d497e3d44f51d7e2b244a1caf82643ba3f2))
|
||||
|
||||
## [0.4.3](https://github.com/open-wc/open-wc/compare/@open-wc/rollup-plugin-polyfills-loader@0.4.2...@open-wc/rollup-plugin-polyfills-loader@0.4.3) (2020-03-26)
|
||||
|
||||
**Note:** Version bump only for package @open-wc/rollup-plugin-polyfills-loader
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.4.2](https://github.com/open-wc/open-wc/compare/@open-wc/rollup-plugin-polyfills-loader@0.4.1...@open-wc/rollup-plugin-polyfills-loader@0.4.2) (2020-03-24)
|
||||
|
||||
**Note:** Version bump only for package @open-wc/rollup-plugin-polyfills-loader
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.4.1](https://github.com/open-wc/open-wc/compare/@open-wc/rollup-plugin-polyfills-loader@0.4.0...@open-wc/rollup-plugin-polyfills-loader@0.4.1) (2020-03-19)
|
||||
|
||||
**Note:** Version bump only for package @open-wc/rollup-plugin-polyfills-loader
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.4.0](https://github.com/open-wc/open-wc/compare/@open-wc/rollup-plugin-polyfills-loader@0.3.2...@open-wc/rollup-plugin-polyfills-loader@0.4.0) (2020-03-18)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **rollup-plugin-polyfills-loader:** allow setting file type explicitly ([#1434](https://github.com/open-wc/open-wc/issues/1434)) ([c15f730](https://github.com/open-wc/open-wc/commit/c15f730ed51ee436b000e325d80cee89413ecffc))
|
||||
|
||||
|
||||
|
||||
|
||||
- **rollup-plugin-polyfills-loader:** allow setting file type explicitly ([#1434](https://github.com/open-wc/open-wc/issues/1434)) ([c15f730](https://github.com/open-wc/open-wc/commit/c15f730ed51ee436b000e325d80cee89413ecffc))
|
||||
|
||||
## [0.3.2](https://github.com/open-wc/open-wc/compare/@open-wc/rollup-plugin-polyfills-loader@0.3.1...@open-wc/rollup-plugin-polyfills-loader@0.3.2) (2020-03-16)
|
||||
|
||||
**Note:** Version bump only for package @open-wc/rollup-plugin-polyfills-loader
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.3.1](https://github.com/open-wc/open-wc/compare/@open-wc/rollup-plugin-polyfills-loader@0.3.0...@open-wc/rollup-plugin-polyfills-loader@0.3.1) (2020-03-15)
|
||||
|
||||
**Note:** Version bump only for package @open-wc/rollup-plugin-polyfills-loader
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.3.0](https://github.com/open-wc/open-wc/compare/@open-wc/rollup-plugin-polyfills-loader@0.2.0...@open-wc/rollup-plugin-polyfills-loader@0.3.0) (2020-03-15)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **es-dev-server:** polyfill AbortController when not supported ([fd03b29](https://github.com/open-wc/open-wc/commit/fd03b29ca059ff8000fa3dc189b40bf61b769766))
|
||||
|
||||
|
||||
|
||||
|
||||
- **es-dev-server:** polyfill AbortController when not supported ([fd03b29](https://github.com/open-wc/open-wc/commit/fd03b29ca059ff8000fa3dc189b40bf61b769766))
|
||||
|
||||
# [0.2.0](https://github.com/open-wc/open-wc/compare/@open-wc/rollup-plugin-polyfills-loader@0.1.2...@open-wc/rollup-plugin-polyfills-loader@0.2.0) (2020-03-14)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **rollup-plugin-polyfills-loader:** default to single html plugin ([c1f4dee](https://github.com/open-wc/open-wc/commit/c1f4dee849e12cc8b3f639f2142f7b3ad84f394e))
|
||||
|
||||
|
||||
|
||||
|
||||
- **rollup-plugin-polyfills-loader:** default to single html plugin ([c1f4dee](https://github.com/open-wc/open-wc/commit/c1f4dee849e12cc8b3f639f2142f7b3ad84f394e))
|
||||
|
||||
## [0.1.2](https://github.com/open-wc/open-wc/compare/@open-wc/rollup-plugin-polyfills-loader@0.1.1...@open-wc/rollup-plugin-polyfills-loader@0.1.2) (2020-03-11)
|
||||
|
||||
**Note:** Version bump only for package @open-wc/rollup-plugin-polyfills-loader
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.1](https://github.com/open-wc/open-wc/compare/@open-wc/rollup-plugin-polyfills-loader@0.1.0...@open-wc/rollup-plugin-polyfills-loader@0.1.1) (2020-03-10)
|
||||
|
||||
**Note:** Version bump only for package @open-wc/rollup-plugin-polyfills-loader
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# 0.1.0 (2020-03-08)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **polyfills-loader:** add preload links ([23428e3](https://github.com/open-wc/open-wc/commit/23428e344154af6826e7db6a72f67533f3bd9511))
|
||||
* **rollup-plugin-polyfills-loader:** first release ([39cc2db](https://github.com/open-wc/open-wc/commit/39cc2db792f7f5914377f00037483d0147b7b61d))
|
||||
|
||||
|
||||
|
||||
|
||||
- **polyfills-loader:** add preload links ([23428e3](https://github.com/open-wc/open-wc/commit/23428e344154af6826e7db6a72f67533f3bd9511))
|
||||
- **rollup-plugin-polyfills-loader:** first release ([39cc2db](https://github.com/open-wc/open-wc/commit/39cc2db792f7f5914377f00037483d0147b7b61d))
|
||||
|
||||
## [0.1.2](https://github.com/open-wc/open-wc/compare/@open-wc/rollup-plugin-html@0.1.1...@open-wc/rollup-plugin-html@0.1.2) (2020-03-02)
|
||||
|
||||
**Note:** Version bump only for package @open-wc/rollup-plugin-html
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.1](https://github.com/open-wc/open-wc/compare/@open-wc/rollup-plugin-html@0.1.0...@open-wc/rollup-plugin-html@0.1.1) (2020-02-29)
|
||||
|
||||
**Note:** Version bump only for package @open-wc/rollup-plugin-html
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# 0.1.0 (2020-02-29)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **rollup-plugin-html:** first release ([9acb29a](https://github.com/open-wc/open-wc/commit/9acb29ac84b0ef7e2b06c57043c9d2c76d5a29c0))
|
||||
- **rollup-plugin-html:** first release ([9acb29a](https://github.com/open-wc/open-wc/commit/9acb29ac84b0ef7e2b06c57043c9d2c76d5a29c0))
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@open-wc/rollup-plugin-polyfills-loader",
|
||||
"version": "1.1.7",
|
||||
"version": "1.1.8",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
@@ -37,6 +37,6 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"@open-wc/rollup-plugin-html": "^1.2.5",
|
||||
"polyfills-loader": "^1.7.4"
|
||||
"polyfills-loader": "^1.7.5"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,449 +1,247 @@
|
||||
# Change Log
|
||||
|
||||
## 1.2.3
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 17e9e7dc: Change type distribution workflow
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## [1.2.2](https://github.com/open-wc/open-wc/compare/@open-wc/scoped-elements@1.2.1...@open-wc/scoped-elements@1.2.2) (2020-08-19)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **scoped-elements:** add host to the mixin type for static props ([88ffd99](https://github.com/open-wc/open-wc/commit/88ffd995efeb94d79ee686f665d18e8ca405e3bc))
|
||||
|
||||
|
||||
|
||||
|
||||
- **scoped-elements:** add host to the mixin type for static props ([88ffd99](https://github.com/open-wc/open-wc/commit/88ffd995efeb94d79ee686f665d18e8ca405e3bc))
|
||||
|
||||
## [1.2.1](https://github.com/open-wc/open-wc/compare/@open-wc/scoped-elements@1.2.0...@open-wc/scoped-elements@1.2.1) (2020-08-14)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **scoped-elements:** make code ie11 compatible ([08483df](https://github.com/open-wc/open-wc/commit/08483df864276f7d1ac5a72ca0fc1b37ad6367df))
|
||||
|
||||
|
||||
|
||||
|
||||
- **scoped-elements:** make code ie11 compatible ([08483df](https://github.com/open-wc/open-wc/commit/08483df864276f7d1ac5a72ca0fc1b37ad6367df))
|
||||
|
||||
# [1.2.0](https://github.com/open-wc/open-wc/compare/@open-wc/scoped-elements@1.1.2...@open-wc/scoped-elements@1.2.0) (2020-08-05)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **scoped-elements:** add data-tag-name with the original tagName ([d97454e](https://github.com/open-wc/open-wc/commit/d97454ea7e39457b754ee907c6d686aba5d5078b))
|
||||
|
||||
|
||||
|
||||
|
||||
- **scoped-elements:** add data-tag-name with the original tagName ([d97454e](https://github.com/open-wc/open-wc/commit/d97454ea7e39457b754ee907c6d686aba5d5078b))
|
||||
|
||||
## [1.1.2](https://github.com/open-wc/open-wc/compare/@open-wc/scoped-elements@1.1.1...@open-wc/scoped-elements@1.1.2) (2020-07-08)
|
||||
|
||||
**Note:** Version bump only for package @open-wc/scoped-elements
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.1.1](https://github.com/open-wc/open-wc/compare/@open-wc/scoped-elements@1.1.0...@open-wc/scoped-elements@1.1.1) (2020-04-26)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **scoped-elements:** duplicate definition ([9aecafb](https://github.com/open-wc/open-wc/commit/9aecafbd68b8eb6a77f9d6fd8420e7693c3e8eef))
|
||||
|
||||
|
||||
|
||||
|
||||
- **scoped-elements:** duplicate definition ([9aecafb](https://github.com/open-wc/open-wc/commit/9aecafbd68b8eb6a77f9d6fd8420e7693c3e8eef))
|
||||
|
||||
# [1.1.0](https://github.com/open-wc/open-wc/compare/@open-wc/scoped-elements@1.0.9...@open-wc/scoped-elements@1.1.0) (2020-04-25)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **scoped-elements:** self-registering components compatibility ([d4806e4](https://github.com/open-wc/open-wc/commit/d4806e43972c6cf2b895998a521ff89d5f16583d))
|
||||
|
||||
|
||||
|
||||
|
||||
- **scoped-elements:** self-registering components compatibility ([d4806e4](https://github.com/open-wc/open-wc/commit/d4806e43972c6cf2b895998a521ff89d5f16583d))
|
||||
|
||||
## [1.0.9](https://github.com/open-wc/open-wc/compare/@open-wc/scoped-elements@1.0.8...@open-wc/scoped-elements@1.0.9) (2020-04-20)
|
||||
|
||||
**Note:** Version bump only for package @open-wc/scoped-elements
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.0.8](https://github.com/open-wc/open-wc/compare/@open-wc/scoped-elements@1.0.7...@open-wc/scoped-elements@1.0.8) (2020-04-12)
|
||||
|
||||
**Note:** Version bump only for package @open-wc/scoped-elements
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.0.7](https://github.com/open-wc/open-wc/compare/@open-wc/scoped-elements@1.0.6...@open-wc/scoped-elements@1.0.7) (2020-04-06)
|
||||
|
||||
**Note:** Version bump only for package @open-wc/scoped-elements
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.0.6](https://github.com/open-wc/open-wc/compare/@open-wc/scoped-elements@1.0.5...@open-wc/scoped-elements@1.0.6) (2020-04-05)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **scoped-elements:** define unused lazy scoped elements ([5b863a2](https://github.com/open-wc/open-wc/commit/5b863a2bbaa8647b29cc6818ffb6dadc7297caae))
|
||||
|
||||
|
||||
|
||||
|
||||
- **scoped-elements:** define unused lazy scoped elements ([5b863a2](https://github.com/open-wc/open-wc/commit/5b863a2bbaa8647b29cc6818ffb6dadc7297caae))
|
||||
|
||||
## [1.0.5](https://github.com/open-wc/open-wc/compare/@open-wc/scoped-elements@1.0.4...@open-wc/scoped-elements@1.0.5) (2020-03-28)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **scoped-elements:** elements not scoped by directives ([71f7438](https://github.com/open-wc/open-wc/commit/71f7438308d010148f80abdafd7e7dcb828e529c))
|
||||
|
||||
|
||||
|
||||
|
||||
- **scoped-elements:** elements not scoped by directives ([71f7438](https://github.com/open-wc/open-wc/commit/71f7438308d010148f80abdafd7e7dcb828e529c))
|
||||
|
||||
## [1.0.4](https://github.com/open-wc/open-wc/compare/@open-wc/scoped-elements@1.0.3...@open-wc/scoped-elements@1.0.4) (2020-03-26)
|
||||
|
||||
**Note:** Version bump only for package @open-wc/scoped-elements
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.0.3](https://github.com/open-wc/open-wc/compare/@open-wc/scoped-elements@1.0.2...@open-wc/scoped-elements@1.0.3) (2020-03-25)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **scoped-elements:** getScopedTagName returns undefined ([a96c675](https://github.com/open-wc/open-wc/commit/a96c675d36b2c04ba84c11c706400cd8ecaaf584))
|
||||
|
||||
|
||||
|
||||
|
||||
- **scoped-elements:** getScopedTagName returns undefined ([a96c675](https://github.com/open-wc/open-wc/commit/a96c675d36b2c04ba84c11c706400cd8ecaaf584))
|
||||
|
||||
## [1.0.2](https://github.com/open-wc/open-wc/compare/@open-wc/scoped-elements@1.0.1...@open-wc/scoped-elements@1.0.2) (2020-03-24)
|
||||
|
||||
**Note:** Version bump only for package @open-wc/scoped-elements
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [1.0.1](https://github.com/open-wc/open-wc/compare/@open-wc/scoped-elements@1.0.0...@open-wc/scoped-elements@1.0.1) (2020-03-20)
|
||||
|
||||
**Note:** Version bump only for package @open-wc/scoped-elements
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [1.0.0](https://github.com/open-wc/open-wc/compare/@open-wc/scoped-elements@0.7.1...@open-wc/scoped-elements@1.0.0) (2020-03-19)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **scoped-elements:** fix some jsDocs ([b4d4fc1](https://github.com/open-wc/open-wc/commit/b4d4fc14a01c35e9b50ea7c87110853e0b18b1a3))
|
||||
|
||||
- **scoped-elements:** fix some jsDocs ([b4d4fc1](https://github.com/open-wc/open-wc/commit/b4d4fc14a01c35e9b50ea7c87110853e0b18b1a3))
|
||||
|
||||
### BREAKING CHANGES
|
||||
|
||||
* **scoped-elements:** getScopedTagName is not available anymore as a function but
|
||||
a ScopedElementsMixin method.
|
||||
|
||||
|
||||
|
||||
|
||||
- **scoped-elements:** getScopedTagName is not available anymore as a function but
|
||||
a ScopedElementsMixin method.
|
||||
|
||||
## [0.7.1](https://github.com/open-wc/open-wc/compare/@open-wc/scoped-elements@0.7.0...@open-wc/scoped-elements@0.7.1) (2020-03-19)
|
||||
|
||||
**Note:** Version bump only for package @open-wc/scoped-elements
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.7.0](https://github.com/open-wc/open-wc/compare/@open-wc/scoped-elements@0.6.9...@open-wc/scoped-elements@0.7.0) (2020-03-19)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **scoped-elements:** add support for lazy elements ([0d67b9f](https://github.com/open-wc/open-wc/commit/0d67b9f8851e73a1a2dc48fe66717a62822fc4b7))
|
||||
|
||||
|
||||
|
||||
|
||||
- **scoped-elements:** add support for lazy elements ([0d67b9f](https://github.com/open-wc/open-wc/commit/0d67b9f8851e73a1a2dc48fe66717a62822fc4b7))
|
||||
|
||||
## [0.6.9](https://github.com/open-wc/open-wc/compare/@open-wc/scoped-elements@0.6.8...@open-wc/scoped-elements@0.6.9) (2020-03-19)
|
||||
|
||||
**Note:** Version bump only for package @open-wc/scoped-elements
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.6.8](https://github.com/open-wc/open-wc/compare/@open-wc/scoped-elements@0.6.7...@open-wc/scoped-elements@0.6.8) (2020-03-15)
|
||||
|
||||
**Note:** Version bump only for package @open-wc/scoped-elements
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.6.7](https://github.com/open-wc/open-wc/compare/@open-wc/scoped-elements@0.6.6...@open-wc/scoped-elements@0.6.7) (2020-03-15)
|
||||
|
||||
**Note:** Version bump only for package @open-wc/scoped-elements
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.6.6](https://github.com/open-wc/open-wc/compare/@open-wc/scoped-elements@0.6.5...@open-wc/scoped-elements@0.6.6) (2020-03-11)
|
||||
|
||||
**Note:** Version bump only for package @open-wc/scoped-elements
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.6.5](https://github.com/open-wc/open-wc/compare/@open-wc/scoped-elements@0.6.4...@open-wc/scoped-elements@0.6.5) (2020-03-10)
|
||||
|
||||
**Note:** Version bump only for package @open-wc/scoped-elements
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.6.4](https://github.com/open-wc/open-wc/compare/@open-wc/scoped-elements@0.6.3...@open-wc/scoped-elements@0.6.4) (2020-03-10)
|
||||
|
||||
**Note:** Version bump only for package @open-wc/scoped-elements
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.6.3](https://github.com/open-wc/open-wc/compare/@open-wc/scoped-elements@0.6.2...@open-wc/scoped-elements@0.6.3) (2020-03-08)
|
||||
|
||||
**Note:** Version bump only for package @open-wc/scoped-elements
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.6.2](https://github.com/open-wc/open-wc/compare/@open-wc/scoped-elements@0.6.1...@open-wc/scoped-elements@0.6.2) (2020-03-06)
|
||||
|
||||
**Note:** Version bump only for package @open-wc/scoped-elements
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.6.1](https://github.com/open-wc/open-wc/compare/@open-wc/scoped-elements@0.6.0...@open-wc/scoped-elements@0.6.1) (2020-03-02)
|
||||
|
||||
**Note:** Version bump only for package @open-wc/scoped-elements
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.6.0](https://github.com/open-wc/open-wc/compare/@open-wc/scoped-elements@0.5.0...@open-wc/scoped-elements@0.6.0) (2020-02-29)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **rollup-plugin-html:** first release ([9acb29a](https://github.com/open-wc/open-wc/commit/9acb29ac84b0ef7e2b06c57043c9d2c76d5a29c0))
|
||||
|
||||
|
||||
|
||||
|
||||
- **rollup-plugin-html:** first release ([9acb29a](https://github.com/open-wc/open-wc/commit/9acb29ac84b0ef7e2b06c57043c9d2c76d5a29c0))
|
||||
|
||||
# [0.5.0](https://github.com/open-wc/open-wc/compare/@open-wc/scoped-elements@0.4.1...@open-wc/scoped-elements@0.5.0) (2020-02-24)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **scoped-elements:** add getScopedTagName function ([21132e0](https://github.com/open-wc/open-wc/commit/21132e00f72111dbaaedddf659a84014359a4232))
|
||||
|
||||
|
||||
|
||||
|
||||
- **scoped-elements:** add getScopedTagName function ([21132e0](https://github.com/open-wc/open-wc/commit/21132e00f72111dbaaedddf659a84014359a4232))
|
||||
|
||||
## [0.4.1](https://github.com/open-wc/open-wc/compare/@open-wc/scoped-elements@0.4.0...@open-wc/scoped-elements@0.4.1) (2020-02-23)
|
||||
|
||||
**Note:** Version bump only for package @open-wc/scoped-elements
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.4.0](https://github.com/open-wc/open-wc/compare/@open-wc/scoped-elements@0.3.1...@open-wc/scoped-elements@0.4.0) (2020-02-19)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **scoped-elements:** implement as ScopedElementsMixin ([b4f6483](https://github.com/open-wc/open-wc/commit/b4f648362234949572e1215e0b65df415e63d65c))
|
||||
|
||||
|
||||
|
||||
|
||||
- **scoped-elements:** implement as ScopedElementsMixin ([b4f6483](https://github.com/open-wc/open-wc/commit/b4f648362234949572e1215e0b65df415e63d65c))
|
||||
|
||||
## [0.3.1](https://github.com/open-wc/open-wc/compare/@open-wc/scoped-elements@0.3.0...@open-wc/scoped-elements@0.3.1) (2020-02-13)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **scoped-elements:** support extending elements ([#1272](https://github.com/open-wc/open-wc/issues/1272)) ([9868bc7](https://github.com/open-wc/open-wc/commit/9868bc7a1bc94d4e54651c92d458f3b413a1ebda))
|
||||
|
||||
|
||||
|
||||
|
||||
- **scoped-elements:** support extending elements ([#1272](https://github.com/open-wc/open-wc/issues/1272)) ([9868bc7](https://github.com/open-wc/open-wc/commit/9868bc7a1bc94d4e54651c92d458f3b413a1ebda))
|
||||
|
||||
# [0.3.0](https://github.com/open-wc/open-wc/compare/@open-wc/scoped-elements@0.2.15...@open-wc/scoped-elements@0.3.0) (2020-02-13)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **scoped-elements:** keep descriptive tag name when building ([64b8a44](https://github.com/open-wc/open-wc/commit/64b8a44d23b51a7843185462f8b2204e522a07c8))
|
||||
|
||||
- **scoped-elements:** keep descriptive tag name when building ([64b8a44](https://github.com/open-wc/open-wc/commit/64b8a44d23b51a7843185462f8b2204e522a07c8))
|
||||
|
||||
### Features
|
||||
|
||||
* **scoped-elements:** add '-se' suffix to all scoped tag names ([28c7011](https://github.com/open-wc/open-wc/commit/28c7011bb834638a6448b420ea4a4d844b151fe7))
|
||||
|
||||
|
||||
|
||||
|
||||
- **scoped-elements:** add '-se' suffix to all scoped tag names ([28c7011](https://github.com/open-wc/open-wc/commit/28c7011bb834638a6448b420ea4a4d844b151fe7))
|
||||
|
||||
## [0.2.15](https://github.com/open-wc/open-wc/compare/@open-wc/scoped-elements@0.2.14...@open-wc/scoped-elements@0.2.15) (2020-02-12)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* add setting so webpack can apply tree shaking on it ([#1337](https://github.com/open-wc/open-wc/issues/1337)) ([b5fdf5c](https://github.com/open-wc/open-wc/commit/b5fdf5c2f124913ffd07b97dbbb666661e4ef480))
|
||||
|
||||
|
||||
|
||||
|
||||
- add setting so webpack can apply tree shaking on it ([#1337](https://github.com/open-wc/open-wc/issues/1337)) ([b5fdf5c](https://github.com/open-wc/open-wc/commit/b5fdf5c2f124913ffd07b97dbbb666661e4ef480))
|
||||
|
||||
## [0.2.14](https://github.com/open-wc/open-wc/compare/@open-wc/scoped-elements@0.2.13...@open-wc/scoped-elements@0.2.14) (2020-02-10)
|
||||
|
||||
**Note:** Version bump only for package @open-wc/scoped-elements
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.13](https://github.com/open-wc/open-wc/compare/@open-wc/scoped-elements@0.2.12...@open-wc/scoped-elements@0.2.13) (2020-02-10)
|
||||
|
||||
**Note:** Version bump only for package @open-wc/scoped-elements
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.12](https://github.com/open-wc/open-wc/compare/@open-wc/scoped-elements@0.2.11...@open-wc/scoped-elements@0.2.12) (2020-02-09)
|
||||
|
||||
**Note:** Version bump only for package @open-wc/scoped-elements
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.11](https://github.com/open-wc/open-wc/compare/@open-wc/scoped-elements@0.2.10...@open-wc/scoped-elements@0.2.11) (2020-02-09)
|
||||
|
||||
**Note:** Version bump only for package @open-wc/scoped-elements
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.10](https://github.com/open-wc/open-wc/compare/@open-wc/scoped-elements@0.2.9...@open-wc/scoped-elements@0.2.10) (2020-02-06)
|
||||
|
||||
**Note:** Version bump only for package @open-wc/scoped-elements
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.9](https://github.com/open-wc/open-wc/compare/@open-wc/scoped-elements@0.2.8...@open-wc/scoped-elements@0.2.9) (2020-02-06)
|
||||
|
||||
**Note:** Version bump only for package @open-wc/scoped-elements
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.8](https://github.com/open-wc/open-wc/compare/@open-wc/scoped-elements@0.2.7...@open-wc/scoped-elements@0.2.8) (2020-02-03)
|
||||
|
||||
**Note:** Version bump only for package @open-wc/scoped-elements
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.7](https://github.com/open-wc/open-wc/compare/@open-wc/scoped-elements@0.2.6...@open-wc/scoped-elements@0.2.7) (2020-02-03)
|
||||
|
||||
**Note:** Version bump only for package @open-wc/scoped-elements
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.6](https://github.com/open-wc/open-wc/compare/@open-wc/scoped-elements@0.2.5...@open-wc/scoped-elements@0.2.6) (2020-02-02)
|
||||
|
||||
**Note:** Version bump only for package @open-wc/scoped-elements
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.5](https://github.com/open-wc/open-wc/compare/@open-wc/scoped-elements@0.2.3...@open-wc/scoped-elements@0.2.5) (2020-01-31)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* skip brooken published versions ([25d21de](https://github.com/open-wc/open-wc/commit/25d21def522f22f98fc8c71b4c055617089c0e23))
|
||||
|
||||
|
||||
|
||||
|
||||
- skip brooken published versions ([25d21de](https://github.com/open-wc/open-wc/commit/25d21def522f22f98fc8c71b4c055617089c0e23))
|
||||
|
||||
## [0.2.3](https://github.com/open-wc/open-wc/compare/@open-wc/scoped-elements@0.2.2...@open-wc/scoped-elements@0.2.3) (2020-01-27)
|
||||
|
||||
**Note:** Version bump only for package @open-wc/scoped-elements
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.2](https://github.com/open-wc/open-wc/compare/@open-wc/scoped-elements@0.2.1...@open-wc/scoped-elements@0.2.2) (2020-01-27)
|
||||
|
||||
**Note:** Version bump only for package @open-wc/scoped-elements
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.1](https://github.com/open-wc/open-wc/compare/@open-wc/scoped-elements@0.2.0...@open-wc/scoped-elements@0.2.1) (2020-01-19)
|
||||
|
||||
**Note:** Version bump only for package @open-wc/scoped-elements
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# 0.2.0 (2020-01-19)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **scoped-elements:** add scoped elements feature ([a7e195b](https://github.com/open-wc/open-wc/commit/a7e195b893deaed8041b2952f51a5229e33134a1))
|
||||
- **scoped-elements:** add scoped elements feature ([a7e195b](https://github.com/open-wc/open-wc/commit/a7e195b893deaed8041b2952f51a5229e33134a1))
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@open-wc/scoped-elements",
|
||||
"version": "1.2.2",
|
||||
"version": "1.2.3",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@open-wc/semantic-dom-diff",
|
||||
"version": "0.19.0",
|
||||
"version": "0.19.1",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# Change Log
|
||||
|
||||
## 0.4.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 17e9e7dc: Change type distribution workflow
|
||||
- Updated dependencies [17e9e7dc]
|
||||
- @mdjs/core@0.4.1
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
@@ -7,234 +15,124 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
||||
|
||||
**Note:** Version bump only for package storybook-addon-markdown-docs
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.4.2](https://github.com/open-wc/open-wc/compare/storybook-addon-markdown-docs@0.4.1...storybook-addon-markdown-docs@0.4.2) (2020-08-27)
|
||||
|
||||
**Note:** Version bump only for package storybook-addon-markdown-docs
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.4.1](https://github.com/open-wc/open-wc/compare/storybook-addon-markdown-docs@0.4.0...storybook-addon-markdown-docs@0.4.1) (2020-06-13)
|
||||
|
||||
**Note:** Version bump only for package storybook-addon-markdown-docs
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.4.0](https://github.com/open-wc/open-wc/compare/storybook-addon-markdown-docs@0.3.1...storybook-addon-markdown-docs@0.4.0) (2020-05-23)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* allow to set plugins for mdjs processing ([e1ed13d](https://github.com/open-wc/open-wc/commit/e1ed13d6c99bd2b9997f7bc3fb26cae7bd8c25a0))
|
||||
|
||||
|
||||
|
||||
|
||||
- allow to set plugins for mdjs processing ([e1ed13d](https://github.com/open-wc/open-wc/commit/e1ed13d6c99bd2b9997f7bc3fb26cae7bd8c25a0))
|
||||
|
||||
## [0.3.1](https://github.com/open-wc/open-wc/compare/storybook-addon-markdown-docs@0.3.0...storybook-addon-markdown-docs@0.3.1) (2020-05-16)
|
||||
|
||||
**Note:** Version bump only for package storybook-addon-markdown-docs
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.3.0](https://github.com/open-wc/open-wc/compare/storybook-addon-markdown-docs@0.2.10...storybook-addon-markdown-docs@0.3.0) (2020-05-09)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **core:** limit Story.type to js|html and make it optional ([f0191d1](https://github.com/open-wc/open-wc/commit/f0191d1ad0974e667e730e4df8ff2f7930fa082f))
|
||||
|
||||
- **core:** limit Story.type to js|html and make it optional ([f0191d1](https://github.com/open-wc/open-wc/commit/f0191d1ad0974e667e730e4df8ff2f7930fa082f))
|
||||
|
||||
### Features
|
||||
|
||||
* **core:** support html preview/-stories ([c820f17](https://github.com/open-wc/open-wc/commit/c820f1718115a4f376c6541edec44c41d1ed7d8d))
|
||||
|
||||
|
||||
|
||||
|
||||
- **core:** support html preview/-stories ([c820f17](https://github.com/open-wc/open-wc/commit/c820f1718115a4f376c6541edec44c41d1ed7d8d))
|
||||
|
||||
## [0.2.10](https://github.com/open-wc/open-wc/compare/storybook-addon-markdown-docs@0.2.9...storybook-addon-markdown-docs@0.2.10) (2020-05-07)
|
||||
|
||||
**Note:** Version bump only for package storybook-addon-markdown-docs
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.9](https://github.com/open-wc/open-wc/compare/storybook-addon-markdown-docs@0.2.8...storybook-addon-markdown-docs@0.2.9) (2020-05-02)
|
||||
|
||||
**Note:** Version bump only for package storybook-addon-markdown-docs
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.8](https://github.com/open-wc/open-wc/compare/storybook-addon-markdown-docs@0.2.7...storybook-addon-markdown-docs@0.2.8) (2020-04-26)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **semantic-dom-diff:** allow assertion message ([c8a3b18](https://github.com/open-wc/open-wc/commit/c8a3b18936de43cba0227c146e77b60a04327e41))
|
||||
|
||||
|
||||
|
||||
|
||||
- **semantic-dom-diff:** allow assertion message ([c8a3b18](https://github.com/open-wc/open-wc/commit/c8a3b18936de43cba0227c146e77b60a04327e41))
|
||||
|
||||
## [0.2.7](https://github.com/open-wc/open-wc/compare/storybook-addon-markdown-docs@0.2.6...storybook-addon-markdown-docs@0.2.7) (2020-04-20)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **storybook-addon-markdown-docs:** no babel user config for jsxToJs ([#1542](https://github.com/open-wc/open-wc/issues/1542)) ([484679d](https://github.com/open-wc/open-wc/commit/484679db284a48ab5083d820b76a52d49e3c5290))
|
||||
|
||||
|
||||
|
||||
|
||||
- **storybook-addon-markdown-docs:** no babel user config for jsxToJs ([#1542](https://github.com/open-wc/open-wc/issues/1542)) ([484679d](https://github.com/open-wc/open-wc/commit/484679db284a48ab5083d820b76a52d49e3c5290))
|
||||
|
||||
## [0.2.6](https://github.com/open-wc/open-wc/compare/storybook-addon-markdown-docs@0.2.5...storybook-addon-markdown-docs@0.2.6) (2020-04-16)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **storybook-addon-markdown-docs:** close hr to support jsx parser ([2114f7d](https://github.com/open-wc/open-wc/commit/2114f7d32edb36b8c0cc451f92ebd806edabbe66))
|
||||
|
||||
|
||||
|
||||
|
||||
- **storybook-addon-markdown-docs:** close hr to support jsx parser ([2114f7d](https://github.com/open-wc/open-wc/commit/2114f7d32edb36b8c0cc451f92ebd806edabbe66))
|
||||
|
||||
## [0.2.5](https://github.com/open-wc/open-wc/compare/storybook-addon-markdown-docs@0.2.4...storybook-addon-markdown-docs@0.2.5) (2020-04-15)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **storybook-addon-markdown-docs:** remove dep ([2a54660](https://github.com/open-wc/open-wc/commit/2a546601a0d813bbc0413dcd98b8241bb12e2953))
|
||||
|
||||
|
||||
|
||||
|
||||
- **storybook-addon-markdown-docs:** remove dep ([2a54660](https://github.com/open-wc/open-wc/commit/2a546601a0d813bbc0413dcd98b8241bb12e2953))
|
||||
|
||||
## [0.2.4](https://github.com/open-wc/open-wc/compare/storybook-addon-markdown-docs@0.2.3...storybook-addon-markdown-docs@0.2.4) (2020-04-12)
|
||||
|
||||
**Note:** Version bump only for package storybook-addon-markdown-docs
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.3](https://github.com/open-wc/open-wc/compare/storybook-addon-markdown-docs@0.2.2...storybook-addon-markdown-docs@0.2.3) (2020-04-05)
|
||||
|
||||
**Note:** Version bump only for package storybook-addon-markdown-docs
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.2](https://github.com/open-wc/open-wc/compare/storybook-addon-markdown-docs@0.2.1...storybook-addon-markdown-docs@0.2.2) (2020-03-30)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* support md images and line breaks in storybook ([14d85d3](https://github.com/open-wc/open-wc/commit/14d85d37a64db5366efc04a20f0a0e0cd2556e91))
|
||||
|
||||
|
||||
|
||||
|
||||
- support md images and line breaks in storybook ([14d85d3](https://github.com/open-wc/open-wc/commit/14d85d37a64db5366efc04a20f0a0e0cd2556e91))
|
||||
|
||||
## [0.2.1](https://github.com/open-wc/open-wc/compare/storybook-addon-markdown-docs@0.2.0...storybook-addon-markdown-docs@0.2.1) (2020-03-26)
|
||||
|
||||
**Note:** Version bump only for package storybook-addon-markdown-docs
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.2.0](https://github.com/open-wc/open-wc/compare/storybook-addon-markdown-docs@0.1.8...storybook-addon-markdown-docs@0.2.0) (2020-03-26)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **storybook-addon-markdown-docs:** support docs-only pages ([b099717](https://github.com/open-wc/open-wc/commit/b099717fc423dd8afc971af196f4baf7018b3552))
|
||||
|
||||
|
||||
|
||||
|
||||
- **storybook-addon-markdown-docs:** support docs-only pages ([b099717](https://github.com/open-wc/open-wc/commit/b099717fc423dd8afc971af196f4baf7018b3552))
|
||||
|
||||
## [0.1.8](https://github.com/open-wc/open-wc/compare/storybook-addon-markdown-docs@0.1.7...storybook-addon-markdown-docs@0.1.8) (2020-03-24)
|
||||
|
||||
**Note:** Version bump only for package storybook-addon-markdown-docs
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.7](https://github.com/open-wc/open-wc/compare/storybook-addon-markdown-docs@0.1.6...storybook-addon-markdown-docs@0.1.7) (2020-03-20)
|
||||
|
||||
**Note:** Version bump only for package storybook-addon-markdown-docs
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.6](https://github.com/open-wc/open-wc/compare/storybook-addon-markdown-docs@0.1.5...storybook-addon-markdown-docs@0.1.6) (2020-03-19)
|
||||
|
||||
**Note:** Version bump only for package storybook-addon-markdown-docs
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.5](https://github.com/open-wc/open-wc/compare/storybook-addon-markdown-docs@0.1.4...storybook-addon-markdown-docs@0.1.5) (2020-03-15)
|
||||
|
||||
**Note:** Version bump only for package storybook-addon-markdown-docs
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.4](https://github.com/open-wc/open-wc/compare/storybook-addon-markdown-docs@0.1.3...storybook-addon-markdown-docs@0.1.4) (2020-03-15)
|
||||
|
||||
**Note:** Version bump only for package storybook-addon-markdown-docs
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.3](https://github.com/open-wc/open-wc/compare/storybook-addon-markdown-docs@0.1.2...storybook-addon-markdown-docs@0.1.3) (2020-03-11)
|
||||
|
||||
**Note:** Version bump only for package storybook-addon-markdown-docs
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.2](https://github.com/open-wc/open-wc/compare/storybook-addon-markdown-docs@0.1.1...storybook-addon-markdown-docs@0.1.2) (2020-03-10)
|
||||
|
||||
**Note:** Version bump only for package storybook-addon-markdown-docs
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.1.1](https://github.com/open-wc/open-wc/compare/storybook-addon-markdown-docs@0.1.0...storybook-addon-markdown-docs@0.1.1) (2020-03-09)
|
||||
|
||||
**Note:** Version bump only for package storybook-addon-markdown-docs
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# 0.1.0 (2020-03-08)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add Markdown with JavaScript (mdjs) ([5547ebc](https://github.com/open-wc/open-wc/commit/5547ebc00c02c5c34725030865dc3fd5a02aae80))
|
||||
- add Markdown with JavaScript (mdjs) ([5547ebc](https://github.com/open-wc/open-wc/commit/5547ebc00c02c5c34725030865dc3fd5a02aae80))
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "storybook-addon-markdown-docs",
|
||||
"version": "0.4.3",
|
||||
"version": "0.4.4",
|
||||
"description": "Write documentation in markdown for storybook",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
@@ -32,7 +32,7 @@
|
||||
"@babel/generator": "^7.9.6",
|
||||
"@babel/parser": "^7.9.6",
|
||||
"@babel/plugin-syntax-import-meta": "^7.10.4",
|
||||
"@mdjs/core": "^0.4.0",
|
||||
"@mdjs/core": "^0.4.1",
|
||||
"@mdx-js/mdx": "^1.5.1",
|
||||
"detab": "^2.0.3",
|
||||
"mdurl": "^1.0.1",
|
||||
|
||||
@@ -1,5 +1,13 @@
|
||||
# Change Log
|
||||
|
||||
## 0.3.19
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 17e9e7dc: Change type distribution workflow
|
||||
- Updated dependencies [17e9e7dc]
|
||||
- @open-wc/testing-helpers@1.8.11
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
@@ -7,240 +15,125 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
||||
|
||||
**Note:** Version bump only for package storybook-addon-web-components-knobs
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.3.17](https://github.com/open-wc/open-wc/compare/storybook-addon-web-components-knobs@0.3.16...storybook-addon-web-components-knobs@0.3.17) (2020-08-19)
|
||||
|
||||
**Note:** Version bump only for package storybook-addon-web-components-knobs
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.3.16](https://github.com/open-wc/open-wc/compare/storybook-addon-web-components-knobs@0.3.15...storybook-addon-web-components-knobs@0.3.16) (2020-08-16)
|
||||
|
||||
**Note:** Version bump only for package storybook-addon-web-components-knobs
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.3.15](https://github.com/open-wc/open-wc/compare/storybook-addon-web-components-knobs@0.3.14...storybook-addon-web-components-knobs@0.3.15) (2020-08-14)
|
||||
|
||||
**Note:** Version bump only for package storybook-addon-web-components-knobs
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.3.14](https://github.com/open-wc/open-wc/compare/storybook-addon-web-components-knobs@0.3.13...storybook-addon-web-components-knobs@0.3.14) (2020-08-05)
|
||||
|
||||
**Note:** Version bump only for package storybook-addon-web-components-knobs
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.3.13](https://github.com/open-wc/open-wc/compare/storybook-addon-web-components-knobs@0.3.12...storybook-addon-web-components-knobs@0.3.13) (2020-08-04)
|
||||
|
||||
**Note:** Version bump only for package storybook-addon-web-components-knobs
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.3.12](https://github.com/open-wc/open-wc/compare/storybook-addon-web-components-knobs@0.3.11...storybook-addon-web-components-knobs@0.3.12) (2020-07-08)
|
||||
|
||||
**Note:** Version bump only for package storybook-addon-web-components-knobs
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.3.11](https://github.com/open-wc/open-wc/compare/storybook-addon-web-components-knobs@0.3.10...storybook-addon-web-components-knobs@0.3.11) (2020-06-15)
|
||||
|
||||
**Note:** Version bump only for package storybook-addon-web-components-knobs
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.3.10](https://github.com/open-wc/open-wc/compare/storybook-addon-web-components-knobs@0.3.9...storybook-addon-web-components-knobs@0.3.10) (2020-05-01)
|
||||
|
||||
**Note:** Version bump only for package storybook-addon-web-components-knobs
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.3.9](https://github.com/open-wc/open-wc/compare/storybook-addon-web-components-knobs@0.3.8...storybook-addon-web-components-knobs@0.3.9) (2020-04-26)
|
||||
|
||||
**Note:** Version bump only for package storybook-addon-web-components-knobs
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.3.8](https://github.com/open-wc/open-wc/compare/storybook-addon-web-components-knobs@0.3.7...storybook-addon-web-components-knobs@0.3.8) (2020-04-26)
|
||||
|
||||
**Note:** Version bump only for package storybook-addon-web-components-knobs
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.3.7](https://github.com/open-wc/open-wc/compare/storybook-addon-web-components-knobs@0.3.6...storybook-addon-web-components-knobs@0.3.7) (2020-04-20)
|
||||
|
||||
**Note:** Version bump only for package storybook-addon-web-components-knobs
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.3.6](https://github.com/open-wc/open-wc/compare/storybook-addon-web-components-knobs@0.3.5...storybook-addon-web-components-knobs@0.3.6) (2020-04-12)
|
||||
|
||||
**Note:** Version bump only for package storybook-addon-web-components-knobs
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.3.5](https://github.com/open-wc/open-wc/compare/storybook-addon-web-components-knobs@0.3.4...storybook-addon-web-components-knobs@0.3.5) (2020-04-05)
|
||||
|
||||
**Note:** Version bump only for package storybook-addon-web-components-knobs
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.3.4](https://github.com/open-wc/open-wc/compare/storybook-addon-web-components-knobs@0.3.3...storybook-addon-web-components-knobs@0.3.4) (2020-03-19)
|
||||
|
||||
**Note:** Version bump only for package storybook-addon-web-components-knobs
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.3.3](https://github.com/open-wc/open-wc/compare/storybook-addon-web-components-knobs@0.3.2...storybook-addon-web-components-knobs@0.3.3) (2020-03-19)
|
||||
|
||||
**Note:** Version bump only for package storybook-addon-web-components-knobs
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.3.2](https://github.com/open-wc/open-wc/compare/storybook-addon-web-components-knobs@0.3.1...storybook-addon-web-components-knobs@0.3.2) (2020-03-10)
|
||||
|
||||
**Note:** Version bump only for package storybook-addon-web-components-knobs
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.3.1](https://github.com/open-wc/open-wc/compare/storybook-addon-web-components-knobs@0.3.0...storybook-addon-web-components-knobs@0.3.1) (2020-03-10)
|
||||
|
||||
**Note:** Version bump only for package storybook-addon-web-components-knobs
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# [0.3.0](https://github.com/open-wc/open-wc/compare/storybook-addon-web-components-knobs@0.2.8...storybook-addon-web-components-knobs@0.3.0) (2020-02-29)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* **rollup-plugin-html:** first release ([9acb29a](https://github.com/open-wc/open-wc/commit/9acb29ac84b0ef7e2b06c57043c9d2c76d5a29c0))
|
||||
|
||||
|
||||
|
||||
|
||||
- **rollup-plugin-html:** first release ([9acb29a](https://github.com/open-wc/open-wc/commit/9acb29ac84b0ef7e2b06c57043c9d2c76d5a29c0))
|
||||
|
||||
## [0.2.8](https://github.com/open-wc/open-wc/compare/storybook-addon-web-components-knobs@0.2.7...storybook-addon-web-components-knobs@0.2.8) (2020-02-09)
|
||||
|
||||
**Note:** Version bump only for package storybook-addon-web-components-knobs
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.7](https://github.com/open-wc/open-wc/compare/storybook-addon-web-components-knobs@0.2.6...storybook-addon-web-components-knobs@0.2.7) (2020-01-19)
|
||||
|
||||
**Note:** Version bump only for package storybook-addon-web-components-knobs
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.6](https://github.com/open-wc/open-wc/compare/storybook-addon-web-components-knobs@0.2.5...storybook-addon-web-components-knobs@0.2.6) (2020-01-14)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **storybook-addon-web-components-knobs:** do not build public site ([1025fd1](https://github.com/open-wc/open-wc/commit/1025fd1b626551427198d36d6a4e44bded845095))
|
||||
|
||||
|
||||
|
||||
|
||||
- **storybook-addon-web-components-knobs:** do not build public site ([1025fd1](https://github.com/open-wc/open-wc/commit/1025fd1b626551427198d36d6a4e44bded845095))
|
||||
|
||||
## [0.2.5](https://github.com/open-wc/open-wc/compare/storybook-addon-web-components-knobs@0.2.4...storybook-addon-web-components-knobs@0.2.5) (2020-01-13)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* update to storybook 5.3.1 ([2d3622d](https://github.com/open-wc/open-wc/commit/2d3622d41412cc5d858d3b1e6791035ed1d76e12))
|
||||
|
||||
|
||||
|
||||
|
||||
- update to storybook 5.3.1 ([2d3622d](https://github.com/open-wc/open-wc/commit/2d3622d41412cc5d858d3b1e6791035ed1d76e12))
|
||||
|
||||
## [0.2.4](https://github.com/open-wc/open-wc/compare/storybook-addon-web-components-knobs@0.2.3...storybook-addon-web-components-knobs@0.2.4) (2020-01-07)
|
||||
|
||||
**Note:** Version bump only for package storybook-addon-web-components-knobs
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [0.2.3](https://github.com/open-wc/open-wc/compare/storybook-addon-web-components-knobs@0.2.2...storybook-addon-web-components-knobs@0.2.3) (2020-01-05)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **storybook-addon-web-components-knobs:** align storybook versions ([641905a](https://github.com/open-wc/open-wc/commit/641905a5216276f4b5cc2b600ceb44c5ac2033dc))
|
||||
* **storybook-addon-web-components-knobs:** do not rexport storybook ([a4f4e50](https://github.com/open-wc/open-wc/commit/a4f4e508c637488d17ab7498f6abe4114b130772))
|
||||
|
||||
|
||||
|
||||
|
||||
- **storybook-addon-web-components-knobs:** align storybook versions ([641905a](https://github.com/open-wc/open-wc/commit/641905a5216276f4b5cc2b600ceb44c5ac2033dc))
|
||||
- **storybook-addon-web-components-knobs:** do not rexport storybook ([a4f4e50](https://github.com/open-wc/open-wc/commit/a4f4e508c637488d17ab7498f6abe4114b130772))
|
||||
|
||||
## [0.2.2](https://github.com/open-wc/open-wc/compare/storybook-addon-web-components-knobs@0.2.1...storybook-addon-web-components-knobs@0.2.2) (2019-12-11)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **storybook-addon-web-components-knobs:** use dev and peer dependencies ([550bc66](https://github.com/open-wc/open-wc/commit/550bc667b047619a4188a264ba91b4c220541bd7))
|
||||
|
||||
|
||||
|
||||
|
||||
- **storybook-addon-web-components-knobs:** use dev and peer dependencies ([550bc66](https://github.com/open-wc/open-wc/commit/550bc667b047619a4188a264ba91b4c220541bd7))
|
||||
|
||||
## [0.2.1](https://github.com/open-wc/open-wc/compare/storybook-addon-web-components-knobs@0.2.0...storybook-addon-web-components-knobs@0.2.1) (2019-12-10)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* **storybook-addon-web-components-knobs:** hardcode version ([a3dfbf6](https://github.com/open-wc/open-wc/commit/a3dfbf60b9c8c9f022f79dc59ec3ca6caf9757b3))
|
||||
|
||||
|
||||
|
||||
|
||||
- **storybook-addon-web-components-knobs:** hardcode version ([a3dfbf6](https://github.com/open-wc/open-wc/commit/a3dfbf60b9c8c9f022f79dc59ec3ca6caf9757b3))
|
||||
|
||||
# 0.2.0 (2019-12-10)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add new package storybook-addon-web-components-knobs ([ca1355f](https://github.com/open-wc/open-wc/commit/ca1355f24abcc3ad43ce245548ba779f3c9d646a))
|
||||
- add new package storybook-addon-web-components-knobs ([ca1355f](https://github.com/open-wc/open-wc/commit/ca1355f24abcc3ad43ce245548ba779f3c9d646a))
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "storybook-addon-web-components-knobs",
|
||||
"version": "0.3.18",
|
||||
"version": "0.3.19",
|
||||
"description": "Storybook knobs for web-components based on custom-elements.json",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
@@ -30,7 +30,7 @@
|
||||
"lit-html": "^1.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@open-wc/testing-helpers": "^1.8.10"
|
||||
"@open-wc/testing-helpers": "^1.8.11"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@storybook/addon-a11y": "^5.3.1",
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@open-wc/testing-helpers",
|
||||
"version": "1.8.10",
|
||||
"version": "1.8.11",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
@@ -27,7 +27,7 @@
|
||||
"fixtures"
|
||||
],
|
||||
"dependencies": {
|
||||
"@open-wc/scoped-elements": "^1.2.2",
|
||||
"@open-wc/scoped-elements": "^1.2.3",
|
||||
"lit-element": "^2.2.1",
|
||||
"lit-html": "^1.0.0"
|
||||
},
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@open-wc/testing",
|
||||
"version": "2.5.29",
|
||||
"version": "2.5.30",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
@@ -28,8 +28,8 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"@open-wc/chai-dom-equals": "^0.12.36",
|
||||
"@open-wc/semantic-dom-diff": "^0.19.0",
|
||||
"@open-wc/testing-helpers": "^1.8.10",
|
||||
"@open-wc/semantic-dom-diff": "^0.19.1",
|
||||
"@open-wc/testing-helpers": "^1.8.11",
|
||||
"@types/chai": "^4.2.11",
|
||||
"@types/chai-dom": "^0.0.9",
|
||||
"@types/mocha": "^5.0.0",
|
||||
|
||||
Reference in New Issue
Block a user