Releases: myfrom/Notifier
No more fooling around
There was a bug which fooled our element when child elements inside the dialog fired iron-overlay-closed
, this could be stuff like <paper-dropdown-menu>
for example. This bug has been fixed now!
🐛 Fixed: fooled by iron-overlay-closed
from child elements
Welcome modules 🧩
Like Polymer in version 3.0, Notifier is also switching away from HTML Imports and reaching into ES Modules territory.
I believe this is a good change allowing for easier development.
Despite the change in how it is imported and a few changes under the hood, the API stays exactly the same.
I decided to stick to Node-like name resolution in imports so you need a build tool (Webpack, Polymer CLI) if you want to use it out-of-the-box.
Or you can import the necessary elements on your own (see README) and it should work in selected browsers even without a build step 😉
As always, feel free to report bugs and post suggestions!
Fixes with ShadyDOM
In browsers without native support for Shadow DOM, where Polymer's ShadyDOM polyfill was applied some content in dialogs didn't get upgraded to custom elements. That was a weird bug but the implemented workaround hopefully fixes it. If you still see this bug, please open an issue.
Little bug fixes
Just making sure everything works smoothly and nicely
First release 🎉
Yay! It's my second fully working webcomponent released 😄 All right, it's not a typical web component but rather a wrapper around paper-dialog and paper-toast but I'm sure it's gonna make your life easier!
This release includes nice docs and Polymer 2.0 and 1.x compatibility.
I'm gonna add Polymer 3 support as well as npm distribution soon so stay tuned.
Remember that you need to compile it if you want to use it in browsers which doesn't support ES6