91 lines
1.6 KiB
Markdown
91 lines
1.6 KiB
Markdown
# Remove me:
|
|
TODO: This started as a fork of, but is now something different entirely. Changelog is no longer relevant (neither is the [README.md](README.md))
|
|
rollup-plugin-css was used in the initial tests, but it hasnt been update in **7** years. Remove this
|
|
|
|
# @rollup/plugin-html ChangeLog
|
|
|
|
## v1.0.2
|
|
|
|
_2023-01-20_
|
|
|
|
### Bugfixes
|
|
|
|
- fix: types should come first in exports [#1403](https://github.com/rollup/plugins/pull/1403)
|
|
|
|
## v1.0.1
|
|
|
|
_2022-10-21_
|
|
|
|
### Updates
|
|
|
|
- chore: update rollup dependencies ([3038271](https://github.com/rollup/plugins/commit/303827191ede6b2e4eade96c6968ed16a587683f))
|
|
|
|
## v1.0.0
|
|
|
|
_2022-10-09_
|
|
|
|
### Breaking Changes
|
|
|
|
- fix: prepare for Rollup 3 [#1294](https://github.com/rollup/plugins/pull/1294)
|
|
|
|
### Bugfixes
|
|
|
|
- fix: function signature of html updated [#975](https://github.com/rollup/plugins/pull/975)
|
|
|
|
## v0.2.3
|
|
|
|
_2021-02-14_
|
|
|
|
### Bugfixes
|
|
|
|
- fix: package.json files (#802)
|
|
|
|
## v0.2.2
|
|
|
|
_2021-01-29_
|
|
|
|
### Updates
|
|
|
|
- chore: run build before publish (ce65c12)
|
|
- chore: upgrade TypeScript (#713)
|
|
- refactor: refactor to typescript (#634)
|
|
- chore: update dependencies (6c8614c)
|
|
|
|
## v0.2.1
|
|
|
|
_2021-01-29_
|
|
|
|
### Updates
|
|
|
|
- chore: run build before publish (ce65c12)
|
|
- chore: upgrade TypeScript (#713)
|
|
- refactor: refactor to typescript (#634)
|
|
- chore: update dependencies (6c8614c)
|
|
|
|
## v0.2.0
|
|
|
|
_2020-05-02_
|
|
|
|
### Features
|
|
|
|
- feat: support custom meta element creation (#308)
|
|
|
|
### Updates
|
|
|
|
- test: update snapshots for rollup v2 (c09509f)
|
|
|
|
## v0.1.1
|
|
|
|
_2020-01-04_
|
|
|
|
### Updates
|
|
|
|
- docs: fix <br> tag (#89)
|
|
- test: change tests to serial to avoid weird snapshot conflicts (a492ce7)
|
|
|
|
## 0.1.0
|
|
|
|
_2019-11-29_
|
|
|
|
- First Release
|