60 Commits

Author SHA1 Message Date
Stephen Wade
e69947ec71 chore(deps): update glob 2021-01-02 09:48:06 +01:00
Thomas Allmer
0a1b247513 chore: new website using rocket
Co-authored-by: Lars den Bakker <larsdenbakker@gmail.com>
2020-10-29 11:50:15 +01:00
Thomas Allmer
1ed49ff7ac chore: move to github actions and changeset 2020-10-25 08:46:32 +01:00
CircleCI
59e56d74ca chore: release new versions
- @open-wc/building-rollup@1.9.3
 - @open-wc/building-utils@2.18.3
 - @open-wc/building-webpack@2.13.46
 - @open-wc/demoing-storybook@2.4.5
 - es-dev-server@1.57.8
 - @open-wc/karma-esm@3.0.9
 - polyfills-loader@1.7.4
 - @open-wc/rollup-plugin-html@1.2.5
 - rollup-plugin-index-html@1.12.8
 - @open-wc/rollup-plugin-polyfills-loader@1.1.7
 - @open-wc/testing-karma-bs@1.3.94
 - @open-wc/testing-karma@4.0.9
 - @open-wc/webpack-index-html-plugin@1.7.14
2020-10-11 20:08:49 +00:00
CircleCI
8017ebb43f chore: release new versions
- @open-wc/building-rollup@1.9.1
 - @open-wc/building-utils@2.18.2
 - @open-wc/building-webpack@2.13.43
 - chai-a11y-axe@1.3.1
 - @open-wc/demoing-storybook@2.4.2
 - es-dev-server@1.57.5
 - @open-wc/karma-esm@3.0.6
 - polyfills-loader@1.7.2
 - @open-wc/rollup-plugin-html@1.2.4
 - rollup-plugin-index-html@1.12.7
 - @open-wc/rollup-plugin-polyfills-loader@1.1.5
 - @open-wc/testing-karma-bs@1.3.91
 - @open-wc/testing-karma@4.0.6
 - @open-wc/testing@2.5.27
 - @open-wc/webpack-index-html-plugin@1.7.12
2020-09-25 18:39:58 +00:00
Abdón Rodríguez Davila
66f523d7a7 chore(rollup-plugin-html): update html-minifier to html-minifier-terser 2020-09-21 09:10:48 +02:00
CircleCI
53b9d43936 chore: release new versions
- @open-wc/building-rollup@1.8.0
 - @open-wc/building-utils@2.18.1
 - @open-wc/building-webpack@2.13.42
 - @open-wc/create@0.33.2
 - @open-wc/demoing-storybook@2.3.20
 - es-dev-server@1.57.4
 - @import-maps/generate@0.2.7
 - @open-wc/karma-esm@3.0.5
 - polyfills-loader@1.7.1
 - @open-wc/rollup-plugin-html@1.2.3
 - rollup-plugin-index-html@1.12.6
 - @open-wc/rollup-plugin-polyfills-loader@1.1.4
 - storybook-addon-markdown-docs@0.4.2
 - @open-wc/testing-karma-bs@1.3.90
 - @open-wc/testing-karma@4.0.5
 - @open-wc/webpack-index-html-plugin@1.7.11
2020-08-27 22:28:36 +00:00
Joren Broekema
a53d33e012 chore: upgrade to TS 3.9 2020-08-18 14:27:57 +02:00
CircleCI
301a800265 chore: release new versions
- @open-wc/building-rollup@1.6.3
 - @open-wc/demoing-storybook@2.3.18
 - @open-wc/rollup-plugin-html@1.2.2
 - @open-wc/rollup-plugin-polyfills-loader@1.1.3
2020-08-07 06:01:08 +00:00
Lars den Bakker
573dcf1ba3 fix(rollup-plugin-html): ensure inline module ids are unique 2020-08-07 07:52:02 +02:00
CircleCI
ac212af3ee chore: release new versions
- @open-wc/building-rollup@1.6.2
 - @open-wc/dedupe-mixin@1.3.0
 - @open-wc/demoing-storybook@2.3.17
 - @open-wc/rollup-plugin-html@1.2.1
 - @open-wc/rollup-plugin-polyfills-loader@1.1.2
 - @open-wc/scoped-elements@1.2.0
 - storybook-addon-web-components-knobs@0.3.14
 - @open-wc/testing-helpers@1.8.6
 - @open-wc/testing@2.5.21
2020-08-05 15:28:09 +00:00
Sami Hiltunen
71b53d1814 fix(rollup-plugin-html): support rollup watch mode (#1784)
This commit fixes two issues that prevent rollup-plugin-html from
being used with Rollup's watch mode:

1. Each run adds the entrypoint from the input HTML file to the
   input modules. This commit clears the whole build state each run
   so the inputs from earlier runs are not included in the later
   builds.
2. Changes to the input HTML files are not detected. This is fixed
   by adding Rollup's input file as a watch file if it is a valid
   input for the plugin.
2020-08-05 17:14:17 +02:00
CircleCI
50e87bd27f chore: release new versions
- @open-wc/building-rollup@1.6.0
 - @open-wc/demoing-storybook@2.3.15
 - @open-wc/rollup-plugin-html@1.2.0
 - @open-wc/rollup-plugin-polyfills-loader@1.1.0
2020-08-03 14:35:04 +00:00
Thomas Allmer
a65453576c feat: support building of multi page applications (mpa) 2020-08-03 16:23:34 +02:00
CircleCI
87f45b3082 chore: release new versions
- @open-wc/building-rollup@1.3.1
 - @open-wc/demoing-storybook@2.3.4
 - @open-wc/rollup-plugin-html@1.1.0
 - @open-wc/rollup-plugin-polyfills-loader@1.0.7
2020-05-27 18:03:28 +00:00
Thomas Allmer
efea41f64c feat(rollup-plugin-html): support multiple html inputs (#1671) 2020-05-27 19:55:36 +02:00
CircleCI
6038f3114a chore: release new versions
- @open-wc/building-rollup@1.2.7
 - @open-wc/building-webpack@2.13.26
 - @open-wc/demoing-storybook@2.2.12
 - es-dev-server@1.50.6
 - @open-wc/karma-esm@2.16.6
 - polyfills-loader@1.6.1
 - @open-wc/rollup-plugin-html@1.0.5
 - @open-wc/rollup-plugin-polyfills-loader@1.0.6
 - @open-wc/testing-karma-bs@1.3.71
 - @open-wc/testing-karma@3.3.28
2020-05-17 20:23:17 +00:00
Lars den Bakker
a32a02255b fix(rollup-plugin-html): add missing .d.ts file 2020-05-17 22:13:53 +02:00
CircleCI
7348913422 chore: release new versions
- @open-wc/building-rollup@1.2.6
 - @open-wc/building-utils@2.18.0
 - @open-wc/building-webpack@2.13.19
 - @open-wc/demoing-storybook@2.2.4
 - es-dev-server@1.49.0
 - @open-wc/karma-esm@2.14.2
 - polyfills-loader@1.6.0
 - @open-wc/rollup-plugin-html@1.0.4
 - rollup-plugin-index-html@1.12.4
 - @open-wc/rollup-plugin-polyfills-loader@1.0.5
 - @open-wc/testing-karma-bs@1.3.63
 - @open-wc/testing-karma@3.3.20
 - @open-wc/webpack-index-html-plugin@1.7.10
2020-05-13 08:06:29 +00:00
Lars den Bakker
64323923e9 fix(rollup-plugin-html): set a valid entrypoint name 2020-05-13 08:55:54 +02:00
Westbrook Johnson
8cccfc837b docs: move docs site to 11ty 2020-05-08 15:53:11 +02:00
CircleCI
88cadaf286 chore: release new versions
- @open-wc/building-rollup@1.2.5
 - @open-wc/building-utils@2.17.0
 - @open-wc/building-webpack@2.13.17
 - @open-wc/demoing-storybook@2.2.0
 - es-dev-server@1.48.0
 - @open-wc/karma-esm@2.14.0
 - polyfills-loader@1.5.7
 - @open-wc/rollup-plugin-html@1.0.3
 - rollup-plugin-index-html@1.12.1
 - @open-wc/rollup-plugin-polyfills-loader@1.0.4
 - @open-wc/testing-karma-bs@1.3.61
 - @open-wc/testing-karma@3.3.18
 - @open-wc/webpack-index-html-plugin@1.7.9
2020-05-05 14:32:35 +00:00
Georges Gomes
81b0096f97 fix(rollup-plugin-html): typo 2020-05-05 15:49:33 +02:00
CircleCI
b77a9f4b56 chore: release new versions
- @open-wc/building-rollup@1.1.3
 - @open-wc/building-utils@2.16.4
 - @open-wc/building-webpack@2.13.14
 - @open-wc/create@0.31.0
 - @open-wc/dedupe-mixin@1.2.17
 - @open-wc/demoing-storybook@2.0.4
 - es-dev-server@1.46.4
 - @open-wc/karma-esm@2.13.25
 - @open-wc/lit-helpers@0.3.9
 - polyfills-loader@1.5.5
 - @open-wc/prettier-config@1.1.0
 - @open-wc/rollup-plugin-html@1.0.2
 - rollup-plugin-index-html@1.11.1
 - @open-wc/rollup-plugin-polyfills-loader@1.0.2
 - @open-wc/scoped-elements@1.0.9
 - @open-wc/semantic-dom-diff@0.17.8
 - storybook-addon-web-components-knobs@0.3.7
 - @open-wc/testing-helpers@1.7.2
 - @open-wc/testing-karma-bs@1.3.57
 - @open-wc/testing-karma@3.3.14
 - @open-wc/testing@2.5.12
 - @open-wc/webpack-import-meta-loader@0.4.6
 - @open-wc/webpack-index-html-plugin@1.7.8
2020-04-20 17:09:31 +00:00
Thomas Allmer
9ba17e5a33 chore: skip accidentally published broken version numbers 2020-04-20 19:01:46 +02:00
Pesche
ba1ee2d23a docs(rollup-plugin-html): fix syntax error in example (#1511) 2020-04-15 17:44:51 +02:00
CircleCI
326ca1b909 chore: release new versions
- @open-wc/building-rollup@1.0.0
 - @open-wc/building-utils@2.16.3
 - @open-wc/building-webpack@2.13.12
 - @open-wc/create@0.28.3
 - @open-wc/dedupe-mixin@1.2.16
 - @open-wc/demoing-storybook@2.0.0
 - es-dev-server@1.46.2
 - @import-maps/generate@0.2.6
 - @import-maps/resolve@0.2.6
 - @open-wc/karma-esm@2.13.23
 - @open-wc/lit-helpers@0.3.8
 - @mdjs/core@0.1.9
 - polyfills-loader@1.5.4
 - @open-wc/rollup-plugin-html@1.0.0
 - rollup-plugin-index-html@1.10.6
 - @open-wc/rollup-plugin-polyfills-loader@1.0.0
 - @open-wc/scoped-elements@1.0.8
 - @open-wc/semantic-dom-diff@0.17.7
 - storybook-addon-markdown-docs@0.2.4
 - storybook-addon-web-components-knobs@0.3.6
 - @open-wc/testing-helpers@1.7.1
 - @open-wc/testing-karma-bs@1.3.56
 - @open-wc/testing-karma@3.3.12
 - @open-wc/testing@2.5.11
 - @open-wc/webpack-import-meta-loader@0.4.5
 - @open-wc/webpack-index-html-plugin@1.7.6
2020-04-12 21:17:07 +00:00
Thomas Allmer
04a58460ff chore: move most devDependencies to the root 2020-04-12 21:55:58 +02:00
Lars den Bakker
f401b94e7e feat(rollup-plugin-html): release v1
BREAKING CHANGE: trigger v1 release
2020-04-12 21:55:54 +02:00
Lars den Bakker
c707c43da1 chore: update dependencies 2020-04-12 21:55:49 +02:00
CircleCI
b26f78a062 chore: release new versions
- @open-wc/building-rollup@0.22.12
 - @open-wc/building-utils@2.16.2
 - @open-wc/building-webpack@2.13.11
 - @open-wc/create@0.28.2
 - @open-wc/dedupe-mixin@1.2.14
 - @open-wc/demoing-storybook@1.15.2
 - es-dev-server@1.46.1
 - @open-wc/karma-esm@2.13.22
 - @open-wc/lit-helpers@0.3.6
 - @mdjs/core@0.1.8
 - polyfills-loader@1.5.3
 - @open-wc/rollup-plugin-html@0.3.7
 - rollup-plugin-index-html@1.10.5
 - @open-wc/rollup-plugin-polyfills-loader@0.5.1
 - @open-wc/scoped-elements@1.0.6
 - @open-wc/semantic-dom-diff@0.17.6
 - storybook-addon-markdown-docs@0.2.3
 - storybook-addon-web-components-knobs@0.3.5
 - @open-wc/testing-helpers@1.7.0
 - @open-wc/testing-karma-bs@1.3.55
 - @open-wc/testing-karma@3.3.11
 - @open-wc/testing@2.5.9
 - @open-wc/webpack-index-html-plugin@1.7.5
2020-04-05 17:16:50 +00:00
Lars den Bakker
0127934002 chore(rollup-plugin-html): fix newlines in tests on windows 2020-04-01 21:21:26 +02:00
Lars den Bakker
75cfa0ecf4 fix(rollup-plugin-html): fix windows paths 2020-04-01 21:21:26 +02:00
CircleCI
94f832967f chore: release new versions
- @open-wc/building-rollup@0.22.11
 - @open-wc/building-webpack@2.13.10
 - @open-wc/dedupe-mixin@1.2.13
 - @open-wc/demoing-storybook@1.15.0
 - es-dev-server@1.46.0
 - @open-wc/karma-esm@2.13.21
 - @mdjs/core@0.1.7
 - @open-wc/rollup-plugin-html@0.3.6
 - @open-wc/rollup-plugin-polyfills-loader@0.4.3
 - @open-wc/scoped-elements@1.0.4
 - storybook-addon-markdown-docs@0.2.1
 - @open-wc/testing-karma-bs@1.3.54
 - @open-wc/testing-karma@3.3.10
2020-03-26 21:18:08 +00:00
CircleCI
f31cbfc6c1 chore: release new versions
- @open-wc/building-rollup@0.22.10
 - @open-wc/building-utils@2.16.1
 - @open-wc/building-webpack@2.13.9
 - @open-wc/create@0.28.1
 - @open-wc/dedupe-mixin@1.2.12
 - @open-wc/demoing-storybook@1.13.8
 - es-dev-server@1.45.3
 - @import-maps/generate@0.2.5
 - @import-maps/resolve@0.2.5
 - @open-wc/karma-esm@2.13.20
 - @mdjs/core@0.1.6
 - polyfills-loader@1.5.2
 - @open-wc/rollup-plugin-html@0.3.5
 - rollup-plugin-index-html@1.10.4
 - @open-wc/rollup-plugin-polyfills-loader@0.4.2
 - @open-wc/scoped-elements@1.0.2
 - storybook-addon-markdown-docs@0.1.8
 - @open-wc/testing-karma-bs@1.3.53
 - @open-wc/testing-karma@3.3.9
 - @open-wc/webpack-import-meta-loader@0.4.4
 - @open-wc/webpack-index-html-plugin@1.7.4
2020-03-24 00:13:00 +00:00
CircleCI
5ff0c8291a chore: release new versions
- @open-wc/building-rollup@0.22.8
 - @open-wc/building-webpack@2.13.8
 - @open-wc/dedupe-mixin@1.2.9
 - @open-wc/demoing-storybook@1.13.6
 - es-dev-server@1.45.2
 - @open-wc/karma-esm@2.13.19
 - @open-wc/lit-helpers@0.3.4
 - @mdjs/core@0.1.5
 - @open-wc/rollup-plugin-html@0.3.4
 - @open-wc/rollup-plugin-polyfills-loader@0.4.1
 - @open-wc/scoped-elements@0.6.9
 - @open-wc/semantic-dom-diff@0.17.4
 - storybook-addon-markdown-docs@0.1.6
 - storybook-addon-web-components-knobs@0.3.3
 - @open-wc/testing-helpers@1.6.1
 - @open-wc/testing-karma-bs@1.3.52
 - @open-wc/testing-karma@3.3.8
 - @open-wc/testing@2.5.7
2020-03-19 07:12:37 +00:00
CircleCI
4807d0894a chore: release new versions
- @open-wc/rollup-plugin-html@0.3.3
 - @open-wc/rollup-plugin-polyfills-loader@0.3.2
2020-03-16 16:20:09 +00:00
Lars den Bakker
dc3a4cef00 fix(rollup-plugin-html): resolve imports in inline modules 2020-03-16 17:11:31 +01:00
CircleCI
cdf543650c chore: release new versions
- @open-wc/building-rollup@0.22.7
 - @open-wc/building-webpack@2.13.7
 - @open-wc/dedupe-mixin@1.2.8
 - @open-wc/demoing-storybook@1.13.5
 - es-dev-server@1.45.1
 - @open-wc/karma-esm@2.13.18
 - @mdjs/core@0.1.4
 - polyfills-loader@1.5.1
 - @open-wc/rollup-plugin-html@0.3.2
 - @open-wc/rollup-plugin-polyfills-loader@0.3.1
 - @open-wc/scoped-elements@0.6.8
 - storybook-addon-markdown-docs@0.1.5
 - @open-wc/testing-karma-bs@1.3.51
 - @open-wc/testing-karma@3.3.7
2020-03-15 23:22:24 +00:00
CircleCI
be62b4a5e5 chore: release new versions
- @open-wc/building-rollup@0.22.6
 - @open-wc/building-webpack@2.13.6
 - @open-wc/dedupe-mixin@1.2.7
 - @open-wc/demoing-storybook@1.13.4
 - es-dev-server@1.45.0
 - @open-wc/karma-esm@2.13.17
 - @mdjs/core@0.1.3
 - polyfills-loader@1.5.0
 - @open-wc/rollup-plugin-html@0.3.1
 - @open-wc/rollup-plugin-polyfills-loader@0.3.0
 - @open-wc/scoped-elements@0.6.7
 - storybook-addon-markdown-docs@0.1.4
 - @open-wc/testing-karma-bs@1.3.50
 - @open-wc/testing-karma@3.3.6
2020-03-15 14:24:47 +00:00
CircleCI
86baac700c chore: release new versions
- @open-wc/rollup-plugin-html@0.3.0
 - @open-wc/rollup-plugin-polyfills-loader@0.2.0
2020-03-14 09:03:39 +00:00
Lars den Bakker
f53aea6f8c fix(rollup-plugin-html): handle race conditions with multi build 2020-03-14 09:57:37 +01:00
Lars den Bakker
adad26542e feat(rollup-plugin-html): allow setting rollup input as html 2020-03-14 09:57:37 +01:00
CircleCI
277729c0fc chore: release new versions
- @open-wc/building-rollup@0.22.5
 - @open-wc/building-utils@2.16.0
 - @open-wc/building-webpack@2.13.5
 - @open-wc/dedupe-mixin@1.2.6
 - @open-wc/demoing-storybook@1.13.3
 - es-dev-server@1.44.0
 - @open-wc/karma-esm@2.13.16
 - @mdjs/core@0.1.2
 - polyfills-loader@1.4.2
 - @open-wc/rollup-plugin-html@0.2.2
 - rollup-plugin-index-html@1.10.3
 - @open-wc/rollup-plugin-polyfills-loader@0.1.2
 - @open-wc/scoped-elements@0.6.6
 - storybook-addon-markdown-docs@0.1.3
 - @open-wc/testing-karma-bs@1.3.49
 - @open-wc/testing-karma@3.3.5
 - @open-wc/webpack-index-html-plugin@1.7.3
2020-03-11 07:42:33 +00:00
CircleCI
781e6a6ce2 chore: release new versions
- @open-wc/building-rollup@0.22.4
 - @open-wc/building-utils@2.15.2
 - @open-wc/building-webpack@2.13.4
 - @open-wc/dedupe-mixin@1.2.4
 - @open-wc/demoing-storybook@1.13.2
 - es-dev-server@1.43.1
 - @open-wc/karma-esm@2.13.15
 - @open-wc/lit-helpers@0.3.2
 - @mdjs/core@0.1.1
 - polyfills-loader@1.4.1
 - @open-wc/rollup-plugin-html@0.2.1
 - rollup-plugin-index-html@1.10.2
 - @open-wc/rollup-plugin-polyfills-loader@0.1.1
 - @open-wc/scoped-elements@0.6.4
 - @open-wc/semantic-dom-diff@0.17.2
 - storybook-addon-markdown-docs@0.1.2
 - storybook-addon-web-components-knobs@0.3.1
 - @open-wc/testing-helpers@1.5.3
 - @open-wc/testing-karma-bs@1.3.48
 - @open-wc/testing-karma@3.3.4
 - @open-wc/testing@2.5.5
 - @open-wc/webpack-index-html-plugin@1.7.2
2020-03-10 09:01:55 +00:00
CircleCI
f58e5d4852 chore: release new versions
- @open-wc/building-rollup@0.22.3
 - @open-wc/building-webpack@2.13.3
 - @open-wc/dedupe-mixin@1.2.3
 - @open-wc/demoing-storybook@1.12.1
 - es-dev-server@1.43.0
 - @open-wc/karma-esm@2.13.14
 - polyfills-loader@1.4.0
 - @open-wc/rollup-plugin-html@0.2.0
 - @open-wc/rollup-plugin-polyfills-loader@0.1.0
 - @open-wc/scoped-elements@0.6.3
 - @open-wc/testing-karma-bs@1.3.47
 - @open-wc/testing-karma@3.3.3
2020-03-08 17:14:55 +00:00
Lars den Bakker
ad9a0d550b chore: formatting 2020-03-08 18:05:52 +01:00
Lars den Bakker
23428e3441 feat(polyfills-loader): add preload links 2020-03-08 18:05:52 +01:00
Lars den Bakker
39cc2db792 feat(rollup-plugin-polyfills-loader): first release 2020-03-08 18:05:52 +01:00
Lars den Bakker
73a69d661a feat(rollup-plugin-html): use named child plugins when using addOutput 2020-03-08 18:05:52 +01:00