Skip to content

Releases: myfrom/Notifier

No more fooling around

15 Dec 12:16
Compare
Choose a tag to compare

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 🧩

06 Nov 18:09
Compare
Choose a tag to compare

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

31 May 15:56
5048d51
Compare
Choose a tag to compare

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

27 May 15:09
Compare
Choose a tag to compare

Just making sure everything works smoothly and nicely

First release 🎉

14 May 17:47
Compare
Choose a tag to compare

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