- Upgrade to Polymer 1.5.0
- remove calculateRem from Sass
- updated readme
- PR to make sure tooltip is hidden when item is clicked.
- PR to fix max tooltip width.
- added oss_notice to bower ignore
- added pull request check inside travis
- added auto github pages functionality
- fix case where parent could not be found at initializationß
- Upgrade to Polymer 1.4.0
- Added ability to pass an element into 'for'. Allows for a tooltip to be placed anywhere in the dom.
- removed the position attribute, which wasn't needed anymore.
- changed the behavior of the component to ensure that the positioning will work every single time.
- updated internal comments and cleaned up code a bit.
- Added testing in line with our usual testing methods.
- Updated License
- removed console logs.
- added the position attribute, allowing the element to position itself correctly when it's under an e
- added a 5px margin to the tooltip, regardless of orientation.
- fixed up the README.md file according to specs, also fixed some js errors.