Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📦 v1.0.3 #971

Merged
merged 6 commits into from
Aug 6, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 13 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
## [1.0.2][1.0.2]
## [1.0.3]

### Fixes
- fix diacritical marks in Hebrew (#966)
- allow override of `$vw-ratio` variable (#960)
- use `$dark-green` for green labels to pass WCAG 2.0 AA requirements (#969)
- fix modal toggles when toggle has child element (#953)

## [1.0.2]

### Fixes
- remove unused grid configuration variables (#836)
Expand All @@ -8,13 +16,13 @@
- added RTL support for accordion caret icons (#950)
- fixed rebinding of modal events (#956)

## [1.0.1][1.0.1]
## [1.0.1]

### Fixes
- fix baseline in Edge (#929)
- remove `border-collapse: auto` from `table-no-table` class

## [1.0.0][1.0.0]
## [1.0.0]

### Fixes
- Fix rounding error on certain column widths (#742)
Expand All @@ -32,7 +40,7 @@
- :warning: List styles now closer to browser defaults (#866)
- :warning: Tables must now use the `table` class to get styles (#852)

## [1.0.0-rc.9][1.0.0-rc.9]
## [1.0.0-rc.9]

### Fixes
- remove some `!important` rules (#877)
Expand Down Expand Up @@ -1366,6 +1374,7 @@ Begin foundational sass for the framework.
- CSS Reset
- Grunt Workflows

[1.0.3]: https://github.com/esri/calcite-web/compare/v1.0.2...v1.0.3
[1.0.2]: https://github.com/esri/calcite-web/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/esri/calcite-web/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/esri/calcite-web/compare/v1.0.0-rc.9...v1.0.0
Expand Down
70 changes: 35 additions & 35 deletions dist/css/calcite-web-dark.css

Large diffs are not rendered by default.

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.0.2
* @version v1.0.3
* @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.0.2
* @version v1.0.3
* @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: 2 additions & 2 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.0.2
* @version v1.0.3
* @license Apache-2.0
* @copyright 2018 Esri
* @link https://github.com/Esri/calcite-web
Expand Down Expand Up @@ -3606,7 +3606,7 @@ input[type="file"]::-webkit-file-upload-button,
color: #4c4c4c; }

.label-green {
background-color: #5a9359;
background-color: #338033;
color: #ffffff; }

.label-blue {
Expand Down
4 changes: 2 additions & 2 deletions dist/css/calcite-web-no-fonts.min.css

Large diffs are not rendered by default.

70 changes: 35 additions & 35 deletions dist/css/calcite-web.css

Large diffs are not rendered by default.

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.0.2
* @version v1.0.3
* @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.

7 changes: 4 additions & 3 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.0.2
* @version v1.0.3
* @license Apache-2.0
* @copyright 2018 Esri
* @link https://github.com/Esri/calcite-web
Expand Down Expand Up @@ -939,7 +939,8 @@ function modal () {

function toggleClick$2 (e) {
preventDefault(e);
var modalId = e.target.getAttribute('data-modal');
var toggle$$1 = closest('js-modal-toggle', e.target);
var modalId = toggle$$1.getAttribute('data-modal');
bus.emit('modal:open', {id: modalId});
}

Expand Down Expand Up @@ -1343,7 +1344,7 @@ function extend (plugin) {
// │ Public API │
// └────────────┘
// define all public api methods
var version = '1.0.2';
var version = '1.0.3';
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.

2 changes: 1 addition & 1 deletion dist/sass/calcite-web/base/_config.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ $large: 1440px !default;
// ↳ grid → _configuration.md
$prefix: "" !default;

$vw-ratio: 0.96;
$vw-ratio: 0.96 !default;
$container-width: 1440px !default;
$max-width: $vw-ratio * 100vw !default;
$column-gutter: 1rem !default;
Expand Down
2 changes: 1 addition & 1 deletion dist/sass/calcite-web/components/_label.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}

@mixin label-green() {
background-color: $green;
background-color: $dark-green;
color: $white;
}

Expand Down
2 changes: 1 addition & 1 deletion dist/sass/calcite-web/type/_config.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ $body-size: 1rem;
$small-size: 0.85rem;
$indent: 1em;

$cdn-fonts-path: 'https://webapps-cdn.esri.com/CDN/fonts/v1.0.0/' !default;
$cdn-fonts-path: 'https://webapps-cdn.esri.com/CDN/fonts/v1.0.1/' !default;

// Header Family
$avenir-tracking: 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@ <h3 class='trailer-half'>Another Modal!</h3>
</div>
</div>

<a class="js-modal-toggle btn" href="#" data-modal="foo">Show Modal</a>
<a class="js-modal-toggle btn" href="#" data-modal="foo"><span>Show Modal</span></a>
<a class="js-modal-toggle btn" href="#" data-modal="baz">Show Another Modal</a>
6 changes: 3 additions & 3 deletions docs/source/examples/i18n/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
| fi | Finnish | Fahrenheit ja Celsius yrjösivät Åsan backgammon-peliin, Volkswagenissa, daiquirin ja ZX81:n yhteisvaikutuksesta |
| fr | French | Buvez de ce whisky que le patron juge fameux |
| ka | Georgian | ღმერთსი შემვედრე, ნუთუ კვლა დამხსნას სოფლისა შრომასა, ცეცხლს, წყალსა და მიწასა, ჰაერთა თანა მრომასა |
| he | Hebrew | שפן אכל קצת גזר בטעם חסה, ודי |
| he | Hebrew | שפן אכל קצת גזר בטעם חסה, ודי לְדַפדֵף הפתרונות שלי עֶזרָה הֲגָנָה |
| hi | Hindi | लाभो सुचना उद्योग परिवहन विनिमय बाटते काम अधिकार निर्माता विभाजनक्षमता सादगि हुआआदी विश्वास वहहर |
| id | Indonesian | Muharjo seorang xenofobia universal yang takut pada warga jazirah, contohnya Qatar |
| it | Italian | Ma la volpe, col suo balzo, ha raggiunto il quieto Fido |
Expand All @@ -49,7 +49,7 @@
| pl | Polish | Jeżu klątw, spłódź Finom część gry hańb! |
| pt | Portuguese | Luís argüia à Júlia que «brações, fé, chá, óxido, pôr, zângão» eram palavras do português |
| ro | Romanian | Muzicologă în bej vând whisky și tequila, preț fix |
| ru | Russian | В чащах юга жил бы цитрус? Да, но фальшивый экземпляръ! |
| ru | Russian | В чащах юга жил бы цитрус? Да, но фальшивый экземпляръ! Помогающие агентства становятся более устойчивыми, разрабатывают планы готовности и реагируют на чрезвычайные ситуац |
| sk | Slovak | Kŕdeľ šťastných ďatľov učí pri ústí Váhu mĺkveho koňa obhrýzať kôru a žrať čerstvé mäso |
| sv | Swedish | Yxskaftbud, ge vår WC-zonmö IQ-hjälp |
| th | Thai | เป็นมนุษย์สุดประเสริฐเลิศคุณค่า กว่าบรรดาฝูงสัตว์เดรัจฉาน จงฝ่าฟันพัฒนาวิชาการ อย่าล้างผลาญฤๅเข่นฆ่าบีฑาใคร |
Expand Down Expand Up @@ -174,4 +174,4 @@ <h2>Fonts for non-western glyphs</h2>
</div>


{% endblock %}
{% endblock %}
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.0.2';
var version = '1.0.3';
var click = event.click;
var addEvent = event.add;
var removeEvent = event.remove;
Expand Down
3 changes: 2 additions & 1 deletion lib/js/patterns/modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ function modal () {

function toggleClick (e) {
event.preventDefault(e);
var modalId = e.target.getAttribute('data-modal');
var toggle = dom.closest('js-modal-toggle', e.target);
var modalId = toggle.getAttribute('data-modal');
bus.emit('modal:open', {id: modalId});
}

Expand Down
2 changes: 1 addition & 1 deletion lib/sass/calcite-web/base/_config.scss
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ $large: 1440px !default;
// ↳ grid → _configuration.md
$prefix: "" !default;

$vw-ratio: 0.96;
$vw-ratio: 0.96 !default;
$container-width: 1440px !default;
$max-width: $vw-ratio * 100vw !default;
$column-gutter: 1rem !default;
Expand Down
2 changes: 1 addition & 1 deletion lib/sass/calcite-web/components/_label.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}

@mixin label-green() {
background-color: $green;
background-color: $dark-green;
color: $white;
}

Expand Down
2 changes: 1 addition & 1 deletion lib/sass/calcite-web/type/_config.scss
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ $body-size: 1rem;
$small-size: 0.85rem;
$indent: 1em;

$cdn-fonts-path: 'https://webapps-cdn.esri.com/CDN/fonts/v1.0.0/' !default;
$cdn-fonts-path: 'https://webapps-cdn.esri.com/CDN/fonts/v1.0.1/' !default;

// Header Family
$avenir-tracking: 0;
Expand Down
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.0.2",
"version": "1.0.3",
"description": "SASS & CSS Framework for Esri websites",
"private": true,
"homepage": "https://github.com/esri/calcite-web",
Expand Down