Skip to content

Commit f2c0027

Browse files
Updated component to version 2.2.0
1 parent b923fab commit f2c0027

6 files changed

+29
-27
lines changed

RELEASE-NOTES.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1+
### Version 2.2.0 - June 26, 2016
2+
3+
- **Statistic** - statistic receives incorrect size when using `tiny` `large` etc inside a statistic group [#3116](https://github.com/Semantic-Org/Semantic-UI/issues/3116)
4+
15
### Version 2.0.0 - June 30, 2015
26

37
- **Statistic** - Added new evenly divided group variation, for example `three statistics` shows 3 per row
4-
- **Statistic** - Statitic group now use `flex`. Styles have been updated.
8+
- **Statistic** - Statistic group now use `flex`. Styles have been updated.
59
- **Statistic** - Statistic label styles have been updated
610

711
### Version 0.1.0 - Sep 25, 2013

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515
"framework"
1616
],
1717
"license": "MIT",
18-
"version": "2.1.7"
18+
"version": "2.2.0"
1919
}

package.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Package.describe({
33
name : 'semantic:ui-statistic',
44
summary : 'Semantic UI - Statistic: Single component release',
5-
version : '2.1.7',
5+
version : '2.2.0',
66
git : 'git://github.com/Semantic-Org/UI-Statistic.git',
77
});
88

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "semantic-ui-statistic",
3-
"version": "2.1.7",
3+
"version": "2.2.0",
44
"title": "Semantic UI - Statistic",
55
"description": "Single component release of statistic",
66
"homepage": "http://www.semantic-ui.com",

statistic.css

+19-20
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
/*!
2-
* # Semantic UI 2.1.7 - Statistic
2+
* # Semantic UI 2.2.0 - Statistic
33
* http://github.com/semantic-org/semantic-ui/
44
*
55
*
6-
* Copyright 2015 Contributors
76
* Released under the MIT license
87
* http://opensource.org/licenses/MIT
98
*
@@ -490,85 +489,85 @@
490489
/* Mini */
491490
.ui.mini.statistics .statistic > .value,
492491
.ui.mini.statistic > .value {
493-
font-size: 1.5rem;
492+
font-size: 1.5rem !important;
494493
}
495494
.ui.mini.horizontal.statistics .statistic > .value,
496495
.ui.mini.horizontal.statistic > .value {
497-
font-size: 1.5rem;
496+
font-size: 1.5rem !important;
498497
}
499498
.ui.mini.statistics .statistic > .text.value,
500499
.ui.mini.statistic > .text.value {
501-
font-size: 1rem;
500+
font-size: 1rem !important;
502501
}
503502

504503
/* Tiny */
505504
.ui.tiny.statistics .statistic > .value,
506505
.ui.tiny.statistic > .value {
507-
font-size: 2rem;
506+
font-size: 2rem !important;
508507
}
509508
.ui.tiny.horizontal.statistics .statistic > .value,
510509
.ui.tiny.horizontal.statistic > .value {
511-
font-size: 2rem;
510+
font-size: 2rem !important;
512511
}
513512
.ui.tiny.statistics .statistic > .text.value,
514513
.ui.tiny.statistic > .text.value {
515-
font-size: 1rem;
514+
font-size: 1rem !important;
516515
}
517516

518517
/* Small */
519518
.ui.small.statistics .statistic > .value,
520519
.ui.small.statistic > .value {
521-
font-size: 3rem;
520+
font-size: 3rem !important;
522521
}
523522
.ui.small.horizontal.statistics .statistic > .value,
524523
.ui.small.horizontal.statistic > .value {
525-
font-size: 2rem;
524+
font-size: 2rem !important;
526525
}
527526
.ui.small.statistics .statistic > .text.value,
528527
.ui.small.statistic > .text.value {
529-
font-size: 1rem;
528+
font-size: 1rem !important;
530529
}
531530

532531
/* Medium */
533532
.ui.statistics .statistic > .value,
534533
.ui.statistic > .value {
535-
font-size: 4rem;
534+
font-size: 4rem !important;
536535
}
537536
.ui.horizontal.statistics .statistic > .value,
538537
.ui.horizontal.statistic > .value {
539-
font-size: 3rem;
538+
font-size: 3rem !important;
540539
}
541540
.ui.statistics .statistic > .text.value,
542541
.ui.statistic > .text.value {
543-
font-size: 2rem;
542+
font-size: 2rem !important;
544543
}
545544

546545
/* Large */
547546
.ui.large.statistics .statistic > .value,
548547
.ui.large.statistic > .value {
549-
font-size: 5rem;
548+
font-size: 5rem !important;
550549
}
551550
.ui.large.horizontal.statistics .statistic > .value,
552551
.ui.large.horizontal.statistic > .value {
553-
font-size: 4rem;
552+
font-size: 4rem !important;
554553
}
555554
.ui.large.statistics .statistic > .text.value,
556555
.ui.large.statistic > .text.value {
557-
font-size: 2.5rem;
556+
font-size: 2.5rem !important;
558557
}
559558

560559
/* Huge */
561560
.ui.huge.statistics .statistic > .value,
562561
.ui.huge.statistic > .value {
563-
font-size: 6rem;
562+
font-size: 6rem !important;
564563
}
565564
.ui.huge.horizontal.statistics .statistic > .value,
566565
.ui.huge.horizontal.statistic > .value {
567-
font-size: 5rem;
566+
font-size: 5rem !important;
568567
}
569568
.ui.huge.statistics .statistic > .text.value,
570569
.ui.huge.statistic > .text.value {
571-
font-size: 2.5rem;
570+
font-size: 2.5rem !important;
572571
}
573572

574573

0 commit comments

Comments
 (0)