Skip to content

Commit

Permalink
Updated component to version 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Semantic-Pusher-Robot committed Mar 19, 2018
1 parent 42e568e commit 031c4e7
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
4 changes: 4 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### Version 2.3.1 - Mar 19, 2018

- **Reveal** - Fix `whitespace: nowrap;` applying to content inside `slide reveal` and `move reveal`

### Version 2.2.14 - Jan 29, 2018

- **Reveal** - `ribbon label` can now work with `reveal` [#5681](https://github.com/Semantic-Org/Semantic-UI/issues/5681)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
"framework"
],
"license": "MIT",
"version": "2.3.0"
"version": "2.3.1"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "semantic-ui-reveal",
"version": "2.3.0",
"version": "2.3.1",
"title": "Semantic UI - Reveal",
"description": "Single component release of reveal",
"homepage": "http://www.semantic-ui.com",
Expand Down
4 changes: 3 additions & 1 deletion reveal.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Semantic UI 2.3.0 - Reveal
* # Semantic UI 2.3.1 - Reveal
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down Expand Up @@ -55,6 +55,7 @@
.ui.slide.reveal > .content {
display: block;
width: 100%;
white-space: normal;
float: left;
margin: 0em;
-webkit-transition: -webkit-transform 0.5s ease 0.1s;
Expand Down Expand Up @@ -153,6 +154,7 @@
.ui.move.reveal > .content {
display: block;
float: left;
white-space: normal;
margin: 0em;
-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1) 0.1s;
transition: -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1) 0.1s;
Expand Down
4 changes: 2 additions & 2 deletions reveal.min.css

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

0 comments on commit 031c4e7

Please sign in to comment.