Skip to content

Commit

Permalink
📦 v1.2.4 (#1059)
Browse files Browse the repository at this point in the history
* temporary fix for Arabic Fonts in Microsoft Edge browser

* #1052 - restore outline on btn-link helper class

* 📦 v1.2.4
  • Loading branch information
paulcpederson authored and macandcheese committed Jan 30, 2019
1 parent 244b186 commit 68de0f7
Show file tree
Hide file tree
Showing 22 changed files with 49 additions and 44 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [1.2.4]

### Fixes
- fix Arabic text in Microsoft Edge
- restore outline to `btn-link` class (#1052)

## [1.2.3]

### Fixes
Expand Down Expand Up @@ -1417,6 +1423,7 @@ Begin foundational sass for the framework.
- CSS Reset
- Grunt Workflows

[1.2.4]: https://github.com/esri/calcite-web/compare/v1.2.3...v1.2.4
[1.2.3]: https://github.com/esri/calcite-web/compare/v1.2.2...v1.2.3
[1.2.2]: https://github.com/esri/calcite-web/compare/v1.2.1...v1.2.2
[1.2.1]: https://github.com/esri/calcite-web/compare/v1.2.0...v1.2.1
Expand Down
10 changes: 4 additions & 6 deletions dist/css/calcite-web-dark.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Calcite Web - Calcite Design Components in CSS, JS and HTML
* @version v1.2.3
* @version v1.2.4
* @license Apache-2.0
* @copyright 2018 Esri
* @link https://github.com/Esri/calcite-web
Expand Down Expand Up @@ -2687,21 +2687,21 @@ html[dir="rtl"] [class*="column-"] [class*="column-"]:last-of-type {

@font-face {
font-family: "Avenir Next";
src: url("https://webapps-cdn.esri.com/CDN/fonts/v1.0.1/2a1ae9a5-b6b5-405c-b660-bbdf1b356952.woff2") format("woff2"), url("https://webapps-cdn.esri.com/CDN/fonts/v1.0.1/a8aeea1b-1a9d-45b7-8ad9-7c71824599e2.woff") format("woff");
src: local("Segoe UI Light"), url("https://webapps-cdn.esri.com/CDN/fonts/v1.0.1/2a1ae9a5-b6b5-405c-b660-bbdf1b356952.woff2") format("woff2"), url("https://webapps-cdn.esri.com/CDN/fonts/v1.0.1/a8aeea1b-1a9d-45b7-8ad9-7c71824599e2.woff") format("woff");
font-weight: 300;
font-style: normal;
unicode-range: U+0600-06FF, U+FB50-FDFF, U+FE70-FEFF; }

@font-face {
font-family: "Avenir Next";
src: url("https://webapps-cdn.esri.com/CDN/fonts/v1.0.1/6ea5fa46-5311-450b-8744-288a30c55348.woff2") format("woff2"), url("https://webapps-cdn.esri.com/CDN/fonts/v1.0.1/d9e4040d-32ff-4a1c-ac04-927a781da1f5.woff") format("woff");
src: local("Segoe UI"), url("https://webapps-cdn.esri.com/CDN/fonts/v1.0.1/6ea5fa46-5311-450b-8744-288a30c55348.woff2") format("woff2"), url("https://webapps-cdn.esri.com/CDN/fonts/v1.0.1/d9e4040d-32ff-4a1c-ac04-927a781da1f5.woff") format("woff");
font-weight: 400;
font-style: normal;
unicode-range: U+0600-06FF, U+FB50-FDFF, U+FE70-FEFF; }

@font-face {
font-family: "Avenir Next";
src: url("https://webapps-cdn.esri.com/CDN/fonts/v1.0.1/97694c53-4e94-4f9e-969b-a148adfcdcfd.woff2") format("woff2"), url("https://webapps-cdn.esri.com/CDN/fonts/v1.0.1/8b01637a-f445-4f10-92ea-b84a355f7690.woff") format("woff");
src: local("Segoe UI Bold"), url("https://webapps-cdn.esri.com/CDN/fonts/v1.0.1/97694c53-4e94-4f9e-969b-a148adfcdcfd.woff2") format("woff2"), url("https://webapps-cdn.esri.com/CDN/fonts/v1.0.1/8b01637a-f445-4f10-92ea-b84a355f7690.woff") format("woff");
font-weight: 700;
font-style: normal;
unicode-range: U+0600-06FF, U+FB50-FDFF, U+FE70-FEFF; }
Expand Down Expand Up @@ -3777,7 +3777,6 @@ html[lang="vi"] body, html.vi body {
cursor: pointer;
padding: 0;
border: none;
outline: none;
color: #2493f2;
background: transparent; }
.btn-link:hover {
Expand Down Expand Up @@ -4170,7 +4169,6 @@ input[type="file"]::-webkit-file-upload-button,
cursor: pointer;
padding: 0;
border: none;
outline: none;
color: #2493f2;
background: transparent;
color: currentColor;
Expand Down
4 changes: 2 additions & 2 deletions dist/css/calcite-web-dark.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/calcite-web-e-commerce.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Calcite Web - Calcite Design Components in CSS, JS and HTML
* @version v1.2.3
* @version v1.2.4
* @license Apache-2.0
* @copyright 2018 Esri
* @link https://github.com/Esri/calcite-web
Expand Down
2 changes: 1 addition & 1 deletion dist/css/calcite-web-e-commerce.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/css/calcite-web-marketing.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Calcite Web - Calcite Design Components in CSS, JS and HTML
* @version v1.2.3
* @version v1.2.4
* @license Apache-2.0
* @copyright 2018 Esri
* @link https://github.com/Esri/calcite-web
Expand Down
2 changes: 1 addition & 1 deletion dist/css/calcite-web-marketing.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions dist/css/calcite-web-no-fonts.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Calcite Web - Calcite Design Components in CSS, JS and HTML
* @version v1.2.3
* @version v1.2.4
* @license Apache-2.0
* @copyright 2018 Esri
* @link https://github.com/Esri/calcite-web
Expand Down Expand Up @@ -3553,7 +3553,6 @@ html[lang="vi"] body, html.vi body {
cursor: pointer;
padding: 0;
border: none;
outline: none;
color: #0079c1;
background: transparent; }
.btn-link:hover {
Expand Down Expand Up @@ -3946,7 +3945,6 @@ input[type="file"]::-webkit-file-upload-button,
cursor: pointer;
padding: 0;
border: none;
outline: none;
color: #0079c1;
background: transparent;
color: currentColor;
Expand Down
4 changes: 2 additions & 2 deletions dist/css/calcite-web-no-fonts.min.css

Large diffs are not rendered by default.

10 changes: 4 additions & 6 deletions dist/css/calcite-web.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Calcite Web - Calcite Design Components in CSS, JS and HTML
* @version v1.2.3
* @version v1.2.4
* @license Apache-2.0
* @copyright 2018 Esri
* @link https://github.com/Esri/calcite-web
Expand Down Expand Up @@ -2687,21 +2687,21 @@ html[dir="rtl"] [class*="column-"] [class*="column-"]:last-of-type {

@font-face {
font-family: "Avenir Next";
src: url("https://webapps-cdn.esri.com/CDN/fonts/v1.0.1/2a1ae9a5-b6b5-405c-b660-bbdf1b356952.woff2") format("woff2"), url("https://webapps-cdn.esri.com/CDN/fonts/v1.0.1/a8aeea1b-1a9d-45b7-8ad9-7c71824599e2.woff") format("woff");
src: local("Segoe UI Light"), url("https://webapps-cdn.esri.com/CDN/fonts/v1.0.1/2a1ae9a5-b6b5-405c-b660-bbdf1b356952.woff2") format("woff2"), url("https://webapps-cdn.esri.com/CDN/fonts/v1.0.1/a8aeea1b-1a9d-45b7-8ad9-7c71824599e2.woff") format("woff");
font-weight: 300;
font-style: normal;
unicode-range: U+0600-06FF, U+FB50-FDFF, U+FE70-FEFF; }

@font-face {
font-family: "Avenir Next";
src: url("https://webapps-cdn.esri.com/CDN/fonts/v1.0.1/6ea5fa46-5311-450b-8744-288a30c55348.woff2") format("woff2"), url("https://webapps-cdn.esri.com/CDN/fonts/v1.0.1/d9e4040d-32ff-4a1c-ac04-927a781da1f5.woff") format("woff");
src: local("Segoe UI"), url("https://webapps-cdn.esri.com/CDN/fonts/v1.0.1/6ea5fa46-5311-450b-8744-288a30c55348.woff2") format("woff2"), url("https://webapps-cdn.esri.com/CDN/fonts/v1.0.1/d9e4040d-32ff-4a1c-ac04-927a781da1f5.woff") format("woff");
font-weight: 400;
font-style: normal;
unicode-range: U+0600-06FF, U+FB50-FDFF, U+FE70-FEFF; }

@font-face {
font-family: "Avenir Next";
src: url("https://webapps-cdn.esri.com/CDN/fonts/v1.0.1/97694c53-4e94-4f9e-969b-a148adfcdcfd.woff2") format("woff2"), url("https://webapps-cdn.esri.com/CDN/fonts/v1.0.1/8b01637a-f445-4f10-92ea-b84a355f7690.woff") format("woff");
src: local("Segoe UI Bold"), url("https://webapps-cdn.esri.com/CDN/fonts/v1.0.1/97694c53-4e94-4f9e-969b-a148adfcdcfd.woff2") format("woff2"), url("https://webapps-cdn.esri.com/CDN/fonts/v1.0.1/8b01637a-f445-4f10-92ea-b84a355f7690.woff") format("woff");
font-weight: 700;
font-style: normal;
unicode-range: U+0600-06FF, U+FB50-FDFF, U+FE70-FEFF; }
Expand Down Expand Up @@ -3777,7 +3777,6 @@ html[lang="vi"] body, html.vi body {
cursor: pointer;
padding: 0;
border: none;
outline: none;
color: #0079c1;
background: transparent; }
.btn-link:hover {
Expand Down Expand Up @@ -4170,7 +4169,6 @@ input[type="file"]::-webkit-file-upload-button,
cursor: pointer;
padding: 0;
border: none;
outline: none;
color: #0079c1;
background: transparent;
color: currentColor;
Expand Down
4 changes: 2 additions & 2 deletions dist/css/calcite-web.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/calcite-web-marketing.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Calcite Web - Calcite Design Components in CSS, JS and HTML
* @version v1.2.3
* @version v1.2.4
* @license Apache-2.0
* @copyright 2018 Esri
* @link https://github.com/Esri/calcite-web
Expand Down
2 changes: 1 addition & 1 deletion dist/js/calcite-web-marketing.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/js/calcite-web.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Calcite Web - Calcite Design Components in CSS, JS and HTML
* @version v1.2.3
* @version v1.2.4
* @license Apache-2.0
* @copyright 2018 Esri
* @link https://github.com/Esri/calcite-web
Expand Down Expand Up @@ -1406,7 +1406,7 @@ function extend (plugin) {
// │ Public API │
// └────────────┘
// define all public api methods
var version = '1.2.3';
var version = '1.2.4';
var click$1 = click;
var addEvent = add$1;
var removeEvent = remove$1;
Expand Down
4 changes: 2 additions & 2 deletions dist/js/calcite-web.min.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion dist/sass/calcite-web/components/_button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@
cursor: pointer;
padding: 0;
border: none;
outline: none;
color: $blue;
background: transparent;
&:hover {
Expand Down
11 changes: 7 additions & 4 deletions dist/sass/calcite-web/type/_import.scss
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,8 @@
// Arabic, Arabic Presentation Forms A, Arabic Presentation Forms B
@font-face {
font-family: "Avenir Next";
src: url("#{$cdn-fonts-path}2a1ae9a5-b6b5-405c-b660-bbdf1b356952.woff2") format("woff2"),
src: local("Segoe UI Light"),
url("#{$cdn-fonts-path}2a1ae9a5-b6b5-405c-b660-bbdf1b356952.woff2") format("woff2"),
url("#{$cdn-fonts-path}a8aeea1b-1a9d-45b7-8ad9-7c71824599e2.woff") format("woff");
font-weight: 300;
font-style: normal;
Expand All @@ -208,7 +209,8 @@

@font-face {
font-family: "Avenir Next";
src: url("#{$cdn-fonts-path}6ea5fa46-5311-450b-8744-288a30c55348.woff2") format("woff2"),
src: local("Segoe UI"),
url("#{$cdn-fonts-path}6ea5fa46-5311-450b-8744-288a30c55348.woff2") format("woff2"),
url("#{$cdn-fonts-path}d9e4040d-32ff-4a1c-ac04-927a781da1f5.woff") format("woff");
font-weight: 400;
font-style: normal;
Expand All @@ -217,7 +219,8 @@

@font-face {
font-family: "Avenir Next";
src: url("#{$cdn-fonts-path}97694c53-4e94-4f9e-969b-a148adfcdcfd.woff2") format("woff2"),
src: local("Segoe UI Bold"),
url("#{$cdn-fonts-path}97694c53-4e94-4f9e-969b-a148adfcdcfd.woff2") format("woff2"),
url("#{$cdn-fonts-path}8b01637a-f445-4f10-92ea-b84a355f7690.woff") format("woff");
font-weight: 700;
font-style: normal;
Expand Down Expand Up @@ -354,4 +357,4 @@
font-weight: 700;
font-style: normal;
}
}
}
2 changes: 1 addition & 1 deletion docs/source/examples/i18n/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ <h2>Fonts for non-western glyphs</h2>
| Language | Font Used | Example Characters |
| ------ | ----- | ------ |
| Vietnamese | SST Vietnamese | <span lang="vi">Thiết lập</span> |
| Arabic | Neue Helvetica Arabic | إعدادات |
| Arabic | Neue Helvetica Arabic (Segoe UI on Windows) | إعدادات |
| Thai | Neue Helvetica Thai | การตั้งค่า |
| Hebrew | Helvetica Hebrew | הגדרות |
| Hindi | Saral Devanagari | लाभो सुचना |
Expand Down
2 changes: 1 addition & 1 deletion es6.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ function extend (plugin) {
// │ Public API │
// └────────────┘
// define all public api methods
var version = '1.2.3';
var version = '1.2.4';
var click = event.click;
var addEvent = event.add;
var removeEvent = event.remove;
Expand Down
1 change: 0 additions & 1 deletion lib/sass/calcite-web/components/_button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,6 @@
cursor: pointer;
padding: 0;
border: none;
outline: none;
color: $blue;
background: transparent;
&:hover {
Expand Down
11 changes: 7 additions & 4 deletions lib/sass/calcite-web/type/_import.scss
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,8 @@
// Arabic, Arabic Presentation Forms A, Arabic Presentation Forms B
@font-face {
font-family: "Avenir Next";
src: url("#{$cdn-fonts-path}2a1ae9a5-b6b5-405c-b660-bbdf1b356952.woff2") format("woff2"),
src: local("Segoe UI Light"),
url("#{$cdn-fonts-path}2a1ae9a5-b6b5-405c-b660-bbdf1b356952.woff2") format("woff2"),
url("#{$cdn-fonts-path}a8aeea1b-1a9d-45b7-8ad9-7c71824599e2.woff") format("woff");
font-weight: 300;
font-style: normal;
Expand All @@ -208,7 +209,8 @@

@font-face {
font-family: "Avenir Next";
src: url("#{$cdn-fonts-path}6ea5fa46-5311-450b-8744-288a30c55348.woff2") format("woff2"),
src: local("Segoe UI"),
url("#{$cdn-fonts-path}6ea5fa46-5311-450b-8744-288a30c55348.woff2") format("woff2"),
url("#{$cdn-fonts-path}d9e4040d-32ff-4a1c-ac04-927a781da1f5.woff") format("woff");
font-weight: 400;
font-style: normal;
Expand All @@ -217,7 +219,8 @@

@font-face {
font-family: "Avenir Next";
src: url("#{$cdn-fonts-path}97694c53-4e94-4f9e-969b-a148adfcdcfd.woff2") format("woff2"),
src: local("Segoe UI Bold"),
url("#{$cdn-fonts-path}97694c53-4e94-4f9e-969b-a148adfcdcfd.woff2") format("woff2"),
url("#{$cdn-fonts-path}8b01637a-f445-4f10-92ea-b84a355f7690.woff") format("woff");
font-weight: 700;
font-style: normal;
Expand Down Expand Up @@ -354,4 +357,4 @@
font-weight: 700;
font-style: normal;
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "calcite-web",
"version": "1.2.3",
"version": "1.2.4",
"description": "SASS & CSS Framework for Esri websites",
"private": true,
"homepage": "https://github.com/esri/calcite-web",
Expand Down

0 comments on commit 68de0f7

Please sign in to comment.