Skip to content

Commit

Permalink
add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jgerigmeyer committed Jan 14, 2023
1 parent e4d4b0a commit 96221f7
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Popover Attribute Polyfill Changelog

## 0.0.5: 2023-01-14

- 🚀 NEW: Support popovers in shadow roots --
[#49](https://github.com/oddbird/popover-polyfill/pull/49)
- 🚀 NEW: Use system text and background colors --
[#55](https://github.com/oddbird/popover-polyfill/pull/55),
[#56](https://github.com/oddbird/popover-polyfill/pull/56)
- 📝 DOCS: Include CSS in CDN section --
[#52](https://github.com/oddbird/popover-polyfill/pull/52)
- 🏠 INTERNAL: Upgrade dependencies

## 0.0.4: 2022-12-16

- 🐛 BUGFIX: Fix event handling of buttons --
[#40](https://github.com/oddbird/popover-polyfill/pull/40)
- 🏠 INTERNAL: Upgrade dependencies

## 0.0.3: 2022-11-15

- 💥 BREAKING: Drop support for `hint` and `defaultopen`
- 📝 DOCS: Improve documentation
- 🏠 INTERNAL: Rename popup to popover
- 🏠 INTERNAL: Upgrade dependencies

## 0.0.2: 2022-10-28

- 📝 DOCS: Fix links in documentation

## 0.0.1: 2022-10-26

- 🎉 Initial release
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2022 OddBird
Copyright (c) 2022-2023 OddBird

Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
Expand Down

0 comments on commit 96221f7

Please sign in to comment.