Skip to content

Commit

Permalink
Merge branch 'register-component-api' of github.com:reactioncommerce/…
Browse files Browse the repository at this point in the history
…reaction into register-component-api

* 'register-component-api' of github.com:reactioncommerce/reaction:
  Fix issue 2535. Transliteration in Safari/IE (#2553)
  fix 2547: vertically-center navbar link using @navbar-height height variable instead of percentage height (#2551)
  • Loading branch information
jshimko committed Jul 12, 2017
2 parents 2da4cf2 + 02141f4 commit 5b2a053
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions client/modules/core/helpers/utils.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
/* global slugify */
// client slugify only works when import minified version.
import "transliteration/lib/browser/transliteration.js";
import { slugify } from "transliteration";

/**
* getSlug - return a client slugified string using the "slugify"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@
}

.rui.tagnav .navbar-item {
height: 100%;
height: @navbar-height;
}

.rui.tagnav.vertical .navbar-item {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"swiper": "^3.4.2",
"tether-drop": "^1.4.2",
"tether-tooltip": "^1.2.0",
"transliteration": "1.6.2",
"transliteration": "github:reactioncommerce/transliteration",
"twilio": "^3.4.0",
"url": "^0.11.0",
"velocity-animate": "^1.5.0",
Expand Down

0 comments on commit 5b2a053

Please sign in to comment.