Skip to content

Commit

Permalink
- Added mat-table
Browse files Browse the repository at this point in the history
- Added xp-overlay-injector
- Added xp-refirer-behavior
- Improved sharing mechanism on xp-shared-behavior
- Improved validation and added `validate` method on xp-form
- Improved `parseURL` and `toURL` functions on expandjs
- Replaced `toggles-target` with `behavior` attribute on xp-pressed-behavior
- Minor bug fixes
  • Loading branch information
Giuliano Rullo committed Oct 19, 2015
1 parent 9ef0502 commit 057c103
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "xp-tooltip",
"license": "BSD-3-Clause",
"version": "0.9.10",
"version": "0.9.11",
"main": "xp-tooltip.html",
"description": "A custom element used to create a tooltip",
"homepage": "http://expandjs.com/elements/xp-tooltip",
Expand All @@ -20,9 +20,9 @@
"**/.*"
],
"dependencies": {
"expandjs": "ExpandJS/expandjs#0.9.10",
"xp-overlay": "ExpandJS/xp-overlay#0.9.10",
"xp-referral-behavior": "ExpandJS/xp-referral-behavior#0.9.10",
"expandjs": "ExpandJS/expandjs#0.9.11",
"xp-overlay": "ExpandJS/xp-overlay#0.9.11",
"xp-referral-behavior": "ExpandJS/xp-referral-behavior#0.9.11",
"polymer": "Polymer/polymer#^1.1.0"
}
}
6 changes: 3 additions & 3 deletions xp-tooltip.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
@behavior xp-referral-behavior /bower_components/xp-referral-behavior/xp-referral-behavior.html
@dependency polymer Polymer/polymer#^1.1.0
@dependency expandjs ExpandJS/expandjs#0.9.10
@dependency xp-overlay ExpandJS/xp-overlay#0.9.10
@dependency xp-referral-behavior ExpandJS/xp-referral-behavior#0.9.10
@dependency expandjs ExpandJS/expandjs#0.9.11
@dependency xp-overlay ExpandJS/xp-overlay#0.9.11
@dependency xp-referral-behavior ExpandJS/xp-referral-behavior#0.9.11
-->

<link rel="import" href="../polymer/polymer.html">
Expand Down

0 comments on commit 057c103

Please sign in to comment.