From 9f209398596547252160f92685e4ffc3ce25a223 Mon Sep 17 00:00:00 2001 From: Nick Hwang Date: Sun, 7 Jun 2015 19:56:51 -0400 Subject: [PATCH] Add option to change arrow pointer event --- CHANGELOG.md | 4 ++++ bower.json | 2 +- component.json | 2 +- dist/js/tether.js | 2 +- package.json | 2 +- src/css/helpers/_tether-theme-arrows.sass | 3 ++- 6 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 12760983..b727ee3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v1.0.1 +- Update arrow mixin to change arrow pointer event + + ## v1.0.0 - Coffeescript -> ES6 - Proper UMD Wrapper diff --git a/bower.json b/bower.json index 2fbcdfb6..07257133 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "tether", - "version": "1.0.0", + "version": "1.0.1", "homepage": "https://github.hubspot.com/tether", "authors": [ "Zack Bloom ", diff --git a/component.json b/component.json index 67b6bfdc..0dc1e2ef 100644 --- a/component.json +++ b/component.json @@ -1,7 +1,7 @@ { "name": "tether", "repo": "HubSpot/tether", - "version": "1.0.0", + "version": "1.0.1", "description": "A client-side library to make absolutely positioned elements attach to elements in the page efficiently.", "authors": [ "Zack Bloom ", diff --git a/dist/js/tether.js b/dist/js/tether.js index 1b58fff6..771b7f65 100644 --- a/dist/js/tether.js +++ b/dist/js/tether.js @@ -1,4 +1,4 @@ -/*! tether 1.0.0 */ +/*! tether 1.0.1 */ (function(root, factory) { if (typeof define === 'function' && define.amd) { diff --git a/package.json b/package.json index 18b89fcb..30d4f090 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tether", - "version": "1.0.0", + "version": "1.0.1", "description": "A client-side library to make absolutely positioned elements attach to elements in the page efficiently.", "authors": [ "Zack Bloom ", diff --git a/src/css/helpers/_tether-theme-arrows.sass b/src/css/helpers/_tether-theme-arrows.sass index 284cfeef..639ccbee 100644 --- a/src/css/helpers/_tether-theme-arrows.sass +++ b/src/css/helpers/_tether-theme-arrows.sass @@ -1,4 +1,4 @@ -=tether-theme-arrows($themePrefix: "tether", $themeName: "arrows", $arrowSize: 16px, $backgroundColor: #fff, $color: inherit, $useDropShadow: false) +=tether-theme-arrows($themePrefix: "tether", $themeName: "arrows", $arrowSize: 16px, $arrowPointerEvents: null, $backgroundColor: #fff, $color: inherit, $useDropShadow: false) .#{ $themePrefix }-element.#{ $themePrefix }-theme-#{ $themeName } max-width: 100% max-height: 100% @@ -26,6 +26,7 @@ border-color: transparent border-width: $arrowSize border-style: solid + pointer-events: $arrowPointerEvents // Centers and middles