From 22f4f5f9e6778554479fdeb050b3535fa745d816 Mon Sep 17 00:00:00 2001 From: Ralf Brandenstein Date: Sun, 30 Nov 2014 23:06:09 +0100 Subject: [PATCH 1/8] minor fix Missing closing td might throw error on compiling. --- examples/kitchensink.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/kitchensink.html b/examples/kitchensink.html index 7564f18f1..fd185aed6 100644 --- a/examples/kitchensink.html +++ b/examples/kitchensink.html @@ -2964,7 +2964,7 @@ $(document) User 2 - + Data From 914143a3a36e0efd76aa2d9a967a4c8ae166589b Mon Sep 17 00:00:00 2001 From: Pedro Tavares Date: Mon, 1 Dec 2014 16:32:46 +0000 Subject: [PATCH 2/8] This fixes #1331 Indicating Progress no longer appears red at 100%. --- src/definitions/modules/progress.less | 29 ++++++++++++++------------- 1 file changed, 15 insertions(+), 14 deletions(-) diff --git a/src/definitions/modules/progress.less b/src/definitions/modules/progress.less index 875b244fa..44d9dc7b9 100755 --- a/src/definitions/modules/progress.less +++ b/src/definitions/modules/progress.less @@ -43,6 +43,20 @@ } /* Indicating */ +.ui.indicating.progress .bar[style^="width: 1%"], +.ui.indicating.progress .bar[style^="width: 2%"], +.ui.indicating.progress .bar[style^="width: 3%"], +.ui.indicating.progress .bar[style^="width: 4%"], +.ui.indicating.progress .bar[style^="width: 5%"], +.ui.indicating.progress .bar[style^="width: 6%"], +.ui.indicating.progress .bar[style^="width: 7%"], +.ui.indicating.progress .bar[style^="width: 8%"], +.ui.indicating.progress .bar[style^="width: 9%"], +.ui.indicating.progress .bar[style^="width: 1"], +.ui.indicating.progress .bar[style^="width: 2"] { + background-color: @indicatingFirstColor; +} + .ui.indicating.progress .bar[style^="width: 3"] { background-color: @indicatingSecondColor; } @@ -61,19 +75,6 @@ .ui.indicating.progress .bar[style^="width: 100"] { background-color: @indicatingSixthColor; } -.ui.indicating.progress .bar[style^="width: 1%"], -.ui.indicating.progress .bar[style^="width: 2%"], -.ui.indicating.progress .bar[style^="width: 3%"], -.ui.indicating.progress .bar[style^="width: 4%"], -.ui.indicating.progress .bar[style^="width: 5%"], -.ui.indicating.progress .bar[style^="width: 6%"], -.ui.indicating.progress .bar[style^="width: 7%"], -.ui.indicating.progress .bar[style^="width: 8%"], -.ui.indicating.progress .bar[style^="width: 9%"], -.ui.indicating.progress .bar[style^="width: 1"], -.ui.indicating.progress .bar[style^="width: 2"] { - background-color: @indicatingFirstColor; -} /* Single Digits Last */ .ui.indicating.progress .bar[style^="width: 1%"] + .label, @@ -395,4 +396,4 @@ .ui.small.progress .bar { height: 14px; -} \ No newline at end of file +} From 698453b0f175076d55aeadfa1602ced9fd95a044 Mon Sep 17 00:00:00 2001 From: Davi Alexandre Date: Mon, 1 Dec 2014 17:23:50 -0200 Subject: [PATCH 3/8] Fixes double border of pointing menu attached to segment A demo of the bug and how it should look after fixed can be found at http://jsfiddle.net/davialexandre/cww15fon/1/ --- src/definitions/elements/segment.less | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/definitions/elements/segment.less b/src/definitions/elements/segment.less index 15b7376b3..1c7d68547 100755 --- a/src/definitions/elements/segment.less +++ b/src/definitions/elements/segment.less @@ -83,11 +83,6 @@ Loose Coupling --------------------*/ -/* Menu */ -.ui.pointing.menu + .ui.attached.segment { - top: 1px; -} - /* Header */ .ui.inverted.segment > .ui.header { color: @white; From aefde0f6987f527b6bd7e404dece8f735df70926 Mon Sep 17 00:00:00 2001 From: Max Cantor Date: Tue, 2 Dec 2014 11:12:15 -0500 Subject: [PATCH 4/8] Add 'vanilla' distribution section to readme. --- README.md | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ebadad640..829a8baa2 100755 --- a/README.md +++ b/README.md @@ -20,13 +20,29 @@ Key Features * **Having issues with your code?** Join our [IRC chat](http://webchat.freenode.net/?randomnick=1&channels=%23semantic-ui&prompt=1&uio=OT10cnVlJjExPTEyMwb9), submit a question on [StackOverflow](http://www.stackoverflow.com) or ask our [Google Group](https://groups.google.com/forum/#!forum/semantic-ui) * **Looking for a specific integration like Dart, Wordpress, Angular, or Rails?** Check out our [integration page](https://github.com/Semantic-Org/Semantic-UI/wiki/Integration) + ## Contributing * **Missing documentation in your language?** Help us make Semantic available in more languages by [joining our translation community](https://www.transifex.com/organization/semantic-org/) * **Want to help with integration?** Projects are organizing for official [Meteor](https://github.com/Semantic-Org/Semantic-UI-Meteor), and [Angular](https://github.com/Semantic-Org/Semantic-UI-Angular) integrations as well as a [SASS](https://github.com/Semantic-Org/Semantic-UI-SASS) port. Join the discussion on their respective boards. * **Want to help others learn concepts behind Semantic?** [Learnsemantic.com](http://www.learnsemantic.com) needs articles to help others get others up to speed with Semantic UI. [Send me an e-mail](mailto:jack@semantic-ui.com) if you are interested. + ## Getting Started +### Vanilla Distribution + +We recommend setting up the Semantic build workflow to support on-the-fly +theming and customization, but it is not required. + +To use the "vanilla" Semantic build, which includes all components, simply use +`dist/semantic.js` and `dist/semantic.css` (or their minified counterparts) +from this repository in your project. + +These two files are the output of the build process, and they are the only +files that must be served to the browser to make use of Semantic UI. + +### Custom Build + Semantic is best used actively during development. We have included build tools for maintaining changes to Semantic as you work. ![Getting Started](https://dl.dropboxusercontent.com/u/2657007/install.gif) @@ -52,7 +68,8 @@ gulp install // re-runs install gulp help // list all commands ``` -### Browser Support + +## Browser Support * Last 2 Versions FF, Chrome, IE (aka 10+) * Safari 6 @@ -60,7 +77,8 @@ gulp help // list all commands * Android 4 * Blackberry 10 -### Reaching Out + +## Reaching Out If you'd like to start a conversation about Semantic feel free to reach out by e-mail [jack@semantic-ui.com](mailto:jack@semantic-ui.com) From a0d1261ce34461cff343bb0471ad92a51c715b18 Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Tue, 2 Dec 2014 12:10:31 -0500 Subject: [PATCH 5/8] Update README.md Modify language in readme --- README.md | 22 ++++++++++++++++------ 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 829a8baa2..d063b6e89 100755 --- a/README.md +++ b/README.md @@ -29,19 +29,29 @@ Key Features ## Getting Started -### Vanilla Distribution +### Basic Usage (Default Theme Only) We recommend setting up the Semantic build workflow to support on-the-fly theming and customization, but it is not required. -To use the "vanilla" Semantic build, which includes all components, simply use +To use the compiled, "ready-to-use" version, which includes all components, simply link to `dist/semantic.js` and `dist/semantic.css` (or their minified counterparts) -from this repository in your project. -These two files are the output of the build process, and they are the only -files that must be served to the browser to make use of Semantic UI. +``` html + + +``` + +You may also prefer to use individual components found in `dist/components` to reduce the libraries file size. + +``` html + +``` + +If you are unable to run build tools, for whatever reason, you can create a custom build by simply copying and pasting your necessary components into an online minifier](http://marijnhaverbeke.nl/uglifyjs) + -### Custom Build +### Recommended Usage (Themed) Semantic is best used actively during development. We have included build tools for maintaining changes to Semantic as you work. From ea630b70b3f933d116eb311142d5ce58484710d6 Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Tue, 2 Dec 2014 12:11:35 -0500 Subject: [PATCH 6/8] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d063b6e89..243d594c9 100755 --- a/README.md +++ b/README.md @@ -29,13 +29,13 @@ Key Features ## Getting Started -### Basic Usage (Default Theme Only) +### Basic Usage (Default Theme) We recommend setting up the Semantic build workflow to support on-the-fly theming and customization, but it is not required. -To use the compiled, "ready-to-use" version, which includes all components, simply link to -`dist/semantic.js` and `dist/semantic.css` (or their minified counterparts) +To use the "ready-to-use" distribution version, which includes all components, simply link to +`dist/semantic.js` and `dist/semantic.css` (or their minified counterparts) in your page. ``` html @@ -53,7 +53,7 @@ If you are unable to run build tools, for whatever reason, you can create a cust ### Recommended Usage (Themed) -Semantic is best used actively during development. We have included build tools for maintaining changes to Semantic as you work. +Semantic is best used actively during development. We have included build tools for updating your site's theme as you work. ![Getting Started](https://dl.dropboxusercontent.com/u/2657007/install.gif) From 52f9d02c6d4292d49b39a17132e951a95d1b446d Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Tue, 2 Dec 2014 12:12:08 -0500 Subject: [PATCH 7/8] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 243d594c9..0b6ad1285 100755 --- a/README.md +++ b/README.md @@ -38,14 +38,14 @@ To use the "ready-to-use" distribution version, which includes all components, s `dist/semantic.js` and `dist/semantic.css` (or their minified counterparts) in your page. ``` html - + ``` You may also prefer to use individual components found in `dist/components` to reduce the libraries file size. ``` html - + ``` If you are unable to run build tools, for whatever reason, you can create a custom build by simply copying and pasting your necessary components into an online minifier](http://marijnhaverbeke.nl/uglifyjs) From 823992d9a9e0439c959bf9068bf4d188675014bc Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Tue, 2 Dec 2014 12:18:24 -0500 Subject: [PATCH 8/8] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0b6ad1285..33da336e3 100755 --- a/README.md +++ b/README.md @@ -78,6 +78,8 @@ gulp install // re-runs install gulp help // list all commands ``` +For more detail into how work with Semantic when building a site please [read out customization guide](http://learnsemantic.com/developing/customizing.html) on [LearnSemantic.com](http://learnsemantic.com/) + ## Browser Support