Browse Source

Fix undocumented components in theme.config.example

pull/1645/merge
jlukic 9 years ago
parent
commit
16620b81e0
3 changed files with 10 additions and 5 deletions
  1. 7
      RELEASE-NOTES.md
  2. 2
      package.json
  3. 6
      src/theme.config.example

7
RELEASE-NOTES.md

@ -1,5 +1,12 @@
## RELEASE NOTES ## RELEASE NOTES
### Version 1.7.1 - January 15, 2015
**Bugs**
- **Installer** - Fixes installer not including RTL parameter correctly
- **UI** - Fixes `progress`, `ad`, and `sidebar` not loading `.override` files correctly
### Version 1.7.0 - January 14, 2015 ### Version 1.7.0 - January 14, 2015
**Major Changes** **Major Changes**

2
package.json

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

6
src/theme.config.example

@ -36,17 +36,15 @@
/* Elements */ /* Elements */
@button : 'default'; @button : 'default';
@container : 'default';
@icon : 'default';
@divider : 'default'; @divider : 'default';
@flag : 'default'; @flag : 'default';
@header : 'default'; @header : 'default';
@icon : 'default';
@image : 'default'; @image : 'default';
@input : 'default'; @input : 'default';
@label : 'default'; @label : 'default';
@list : 'default'; @list : 'default';
@loader : 'default'; @loader : 'default';
@progress : 'default';
@rail : 'default'; @rail : 'default';
@reveal : 'default'; @reveal : 'default';
@segment : 'default'; @segment : 'default';
@ -62,13 +60,13 @@
/* Modules */ /* Modules */
@accordion : 'default'; @accordion : 'default';
@chatroom : 'default';
@checkbox : 'default'; @checkbox : 'default';
@dimmer : 'default'; @dimmer : 'default';
@dropdown : 'default'; @dropdown : 'default';
@modal : 'default'; @modal : 'default';
@nag : 'default'; @nag : 'default';
@popup : 'default'; @popup : 'default';
@progress : 'default';
@rating : 'default'; @rating : 'default';
@search : 'default'; @search : 'default';
@shape : 'default'; @shape : 'default';

Loading…
Cancel
Save