Files
html5-test-page/CHANGELOG.md
Chris Bracco 2e602b623d v0.9.2
2021-04-03 15:29:41 -04:00

69 lines
1.4 KiB
Markdown

# 0.9.2 (April 3, 2021)
- Add nested lists (thanks @charul97!).
# 0.9.1 (April 3, 2021)
- Add background images (thanks @97arushisharma!).
# 0.9.0 (April 3, 2021)
- Add <details>, <address>, <object>, <embed>, <datalist> (thanks @jKratzik!).
# 0.8.0 (March 19, 2018)
- Add test for HTML comments (thanks @ep00ch!).
# 0.7.1 (April 5, 2016)
- Add missing form button types (thanks @gnowland!).
# 0.6.2 (March 14, 2016)
- Minor formatting change (thanks @gilluminate!).
- Fix incorrect years in `CHANGELOG.md`.
# 0.6.1 (February 2, 2016)
- Simplify the instructions in `CHANGELOG.md`.
- Rename `LICENSE.md` to `LICENSE`.
- Update `README.md` content.
# 0.6.0 (February 1, 2016)
- Update indentation and whitespace.
- Add to npm.
# 0.5.0 (December 13, 2015)
- Update `<iframe>` source attribute to point to `index.html` (so meta).
- Add viewport `<meta>` tag to `<head>` of `index.html`.
# 0.4.0 (August 17, 2015)
- Add `<meter>` element (thanks @haroenv!). Reorganize a few existing elements.
# 0.3.1 (August 17, 2015)
- Change placeholder image dimensions to one that works properly (thanks @haroenv!).
# 0.3.0 (August 17, 2015)
- Add phone number input field (thanks @johnpolacek!).
# 0.2.2 (May 13, 2015)
- Fix validation errors.
# 0.2.1 (March 21, 2015)
- Fix duplicate IDs and formatting.
# 0.2.0 (April 8, 2014)
- add `<caption>` element to `<table>` examples.
# 0.1.0 (April 4, 2014)
- Initial release!