Skip to content

Commit dea310b

Browse files
Updated component to version 2.3.2
1 parent e0a801c commit dea310b

7 files changed

+12
-7
lines changed

RELEASE-NOTES.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
### Version 2.3.1 - Mar 19, 2018
1+
### Version 2.3.2 - June 18, 2018
2+
3+
- **Modal** - Modal and Dimmer now prevent background page from scrolling on mobile or where touch events are present
4+
- **Modal** - Modal will not refocus a field if field is already focused **Thanks @nikolaybobrovskiy** [#6301](https://github.com/Semantic-Org/Semantic-UI/issues/6301)
5+
6+
### Version 2.3.1 - Mar 18, 2018
27

38
> **A Special Message about Flex Modals**
49
> There will be an update shortly to resolve issues related to flex modals when using multiple modals and `detachable: false`, in order to not hold up this release, we've decided to move forward without a fix.

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.3.1"
18+
"version": "2.3.2"
1919
}

index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Semantic UI 2.3.1 - Modal
2+
* # Semantic UI 2.3.2 - Modal
33
* http://github.com/semantic-org/semantic-ui/
44
*
55
*

modal.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Semantic UI 2.3.1 - Modal
2+
* # Semantic UI 2.3.2 - Modal
33
* http://github.com/semantic-org/semantic-ui/
44
*
55
*

modal.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* # Semantic UI 2.3.1 - Modal
2+
* # Semantic UI 2.3.2 - Modal
33
* http://github.com/semantic-org/semantic-ui/
44
*
55
*

modal.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)