Browse Source

Update release notes for 1.1.0 and package.json

pull/1378/head
jlukic 9 years ago
parent
commit
da844bf6a0
2 changed files with 3 additions and 2 deletions
  1. 3
      RELEASE-NOTES.md
  2. 2
      package.json

3
RELEASE-NOTES.md

@ -1,6 +1,6 @@
## RELEASE NOTES ## RELEASE NOTES
### Version 1.1.0 - December XX, 2014
### Version 1.1.0 - December 02, 2014
**Enhancements** **Enhancements**
- **Transition** - Transition's caching of final display state and *animation existence* now has improved performance. - **Transition** - Transition's caching of final display state and *animation existence* now has improved performance.
@ -19,6 +19,7 @@
- **Menu/Segment** Fixes double border on pointing menu with attached segment **Thanks davialexandre** - **Menu/Segment** Fixes double border on pointing menu with attached segment **Thanks davialexandre**
- **Progress** - Fixes indicating progress appearing incorrectly at 100% complete **Thanks ordepdev** - **Progress** - Fixes indicating progress appearing incorrectly at 100% complete **Thanks ordepdev**
- **Icon** - ``remove icon`` is now formatted correctly when used as ``remove link icon`` - **Icon** - ``remove icon`` is now formatted correctly when used as ``remove link icon``
- **Input** - ``ui action input`` can now accomodate ``ui button`` that adjust padding from default
- **Dropdown** - Fix ``action input`` used inside ``ui dropdown`` to appear correctly **Thanks ordepdev** - **Dropdown** - Fix ``action input`` used inside ``ui dropdown`` to appear correctly **Thanks ordepdev**
**Docs** **Docs**

2
package.json

@ -1,6 +1,6 @@
{ {
"name": "semantic-ui", "name": "semantic-ui",
"version": "1.0.1",
"version": "1.1.0",
"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",

Loading…
Cancel
Save