Browse Source

Updates version # and builds

pull/258/head 0.6.2
jlukic 11 years ago
parent
commit
459ed2d038
13 changed files with 29 additions and 18 deletions
  1. 11
      RELEASE NOTES.md
  2. 4
      build/less/modules/dropdown.less
  3. 2
      build/minified/modules/dropdown.min.css
  4. 4
      build/packaged/css/semantic.css
  5. 2
      build/packaged/css/semantic.min.css
  6. 4
      build/uncompressed/modules/dropdown.css
  7. 2
      package.json
  8. 4
      rtl/less/modules/dropdown.less
  9. 2
      rtl/minified/modules/dropdown.min.css
  10. 4
      rtl/packaged/css/semantic.css
  11. 2
      rtl/packaged/css/semantic.min.css
  12. 4
      rtl/uncompressed/modules/dropdown.css
  13. 2
      server/documents/index.html.eco

11
RELEASE NOTES.md

@ -1,5 +1,16 @@
## RELEASE NOTES
### Version 0.6.2 - Oct 15, 2013
**Fixes**
- Fixes touch+mouse like touchscreen laptops to work with dropdowns
- Fixes input position inside menus with no other content
- Fixes input sizing on small/large menus
**Updates**
- Dropdown vastly improved for touch, now can scroll with touch without closing dropdown
- Dropdown active style now slightly more noticable
### Version 0.6.1 - Oct 15, 2013
**Updates**

4
build/less/modules/dropdown.less

@ -210,7 +210,7 @@
/* Menu Item Active */
.ui.dropdown .menu .active.item {
box-shadow: none;
background-color: rgba(0, 0, 0, 0.04);
background-color: rgba(0, 0, 0, 0.06) !important;
border-left: none;
border-color: transparent !important;
@ -480,7 +480,7 @@
z-index: 2;
}
.ui.pointing.dropdown .menu .item.active:first-child {
.ui.pointing.dropdown .menu .active.item:first-child {
background: transparent -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.03));
background: transparent -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.03));
background: transparent -o-linear-gradient(transparent, rgba(0, 0, 0, 0.03));

2
build/minified/modules/dropdown.min.css
File diff suppressed because it is too large
View File

4
build/packaged/css/semantic.css

@ -10229,7 +10229,7 @@ body.ui.dimmed.dimmable > :not(.dimmer){
}
/* Menu Item Active */
.ui.dropdown .menu .active.item {
background-color: rgba(0, 0, 0, 0.04);
background-color: rgba(0, 0, 0, 0.06) !important;
border-left: none;
border-color: transparent !important;
-webkit-box-shadow: none;
@ -10455,7 +10455,7 @@ body.ui.dimmed.dimmable > :not(.dimmer){
transform: rotate(45deg);
z-index: 2;
}
.ui.pointing.dropdown .menu .item.active:first-child {
.ui.pointing.dropdown .menu .active.item:first-child {
background: transparent -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.03));
background: transparent -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.03));
background: transparent -o-linear-gradient(transparent, rgba(0, 0, 0, 0.03));

2
build/packaged/css/semantic.min.css
File diff suppressed because it is too large
View File

4
build/uncompressed/modules/dropdown.css

@ -156,7 +156,7 @@
}
/* Menu Item Active */
.ui.dropdown .menu .active.item {
background-color: rgba(0, 0, 0, 0.04);
background-color: rgba(0, 0, 0, 0.06) !important;
border-left: none;
border-color: transparent !important;
-webkit-box-shadow: none;
@ -382,7 +382,7 @@
transform: rotate(45deg);
z-index: 2;
}
.ui.pointing.dropdown .menu .item.active:first-child {
.ui.pointing.dropdown .menu .active.item:first-child {
background: transparent -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.03));
background: transparent -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.03));
background: transparent -o-linear-gradient(transparent, rgba(0, 0, 0, 0.03));

2
package.json

@ -1,6 +1,6 @@
{
"name": "semantic",
"version": "0.6.1",
"version": "0.6.2",
"title": "Semantic UI",
"description": "Semantic empowers designers and developers by creating a shared vocabulary for UI.",
"homepage": "http://www.semantic-ui.com",

4
rtl/less/modules/dropdown.less

@ -210,7 +210,7 @@
/* Menu Item Active */
.ui.dropdown .menu .active.item {
box-shadow: none;
background-color: rgba(0, 0, 0, 0.04);
background-color: rgba(0, 0, 0, 0.06) !important;
border-right: none;
border-color: transparent !important;
@ -480,7 +480,7 @@
z-index: 2;
}
.ui.pointing.dropdown .menu .item.active:first-child {
.ui.pointing.dropdown .menu .active.item:first-child {
background: transparent -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.03));
background: transparent -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.03));
background: transparent -o-linear-gradient(transparent, rgba(0, 0, 0, 0.03));

2
rtl/minified/modules/dropdown.min.css
File diff suppressed because it is too large
View File

4
rtl/packaged/css/semantic.css

@ -10229,7 +10229,7 @@ body.ui.dimmed.dimmable > :not(.dimmer){
}
/* Menu Item Active */
.ui.dropdown .menu .active.item {
background-color: rgba(0, 0, 0, 0.04);
background-color: rgba(0, 0, 0, 0.06) !important;
border-right: none;
border-color: transparent !important;
-webkit-box-shadow: none;
@ -10455,7 +10455,7 @@ body.ui.dimmed.dimmable > :not(.dimmer){
transform: rotate(45deg);
z-index: 2;
}
.ui.pointing.dropdown .menu .item.active:first-child {
.ui.pointing.dropdown .menu .active.item:first-child {
background: transparent -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.03));
background: transparent -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.03));
background: transparent -o-linear-gradient(transparent, rgba(0, 0, 0, 0.03));

2
rtl/packaged/css/semantic.min.css
File diff suppressed because it is too large
View File

4
rtl/uncompressed/modules/dropdown.css

@ -156,7 +156,7 @@
}
/* Menu Item Active */
.ui.dropdown .menu .active.item {
background-color: rgba(0, 0, 0, 0.04);
background-color: rgba(0, 0, 0, 0.06) !important;
border-right: none;
border-color: transparent !important;
-webkit-box-shadow: none;
@ -382,7 +382,7 @@
transform: rotate(45deg);
z-index: 2;
}
.ui.pointing.dropdown .menu .item.active:first-child {
.ui.pointing.dropdown .menu .active.item:first-child {
background: transparent -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.03));
background: transparent -moz-linear-gradient(transparent, rgba(0, 0, 0, 0.03));
background: transparent -o-linear-gradient(transparent, rgba(0, 0, 0, 0.03));

2
server/documents/index.html.eco

@ -15,7 +15,7 @@ type : 'Semantic'
<div class="ui page grid">
<div class="column">
<div class="introduction">
<h1 class="ui header">Semantic UI <a class="ui black label" href="https://github.com/jlukic/Semantic-UI/blob/master/RELEASE%20NOTES.md">0.6.1</a></h1>
<h1 class="ui header">Semantic UI <a class="ui black label" href="https://github.com/jlukic/Semantic-UI/blob/master/RELEASE%20NOTES.md">0.6.2</a></h1>
<h2 class="ui header">UI is the vocabulary of the web.</h2>
<p>Semantic empowers designers and developers by creating a language for sharing UI.</p>
<a class="ui black large labeled launch icon button"><i class="icon list layout"></i> View UI</a>

Loading…
Cancel
Save