Browse Source

Add release notes

pull/1785/head
jlukic 9 years ago
parent
commit
71f9bdb20b
1 changed files with 6 additions and 0 deletions
  1. 6
      RELEASE-NOTES.md

6
RELEASE-NOTES.md

@ -2,6 +2,12 @@
### Version 1.9.0 - January xx, 2015 ### Version 1.9.0 - January xx, 2015
**Major Changes**
- Semantic LESS files can now be directly included in other LESS files. Previously the inheritance system would cause errors when files were compiled consecutively.
* You can import all UI by using `@import 'src/semantic';`
* You can also import individual definitions using `@import 'src/definitions/elements/button'`.
**Enhancement** **Enhancement**
- **API** - API now has an ``onRequest`` callback setting that receives the XHR promise after initializing the request - **API** - API now has an ``onRequest`` callback setting that receives the XHR promise after initializing the request
- **Button** - Loading buttons no longer receive `pointer-events` in default theme. Added variable for `loading button` opacity. - **Button** - Loading buttons no longer receive `pointer-events` in default theme. Added variable for `loading button` opacity.

Loading…
Cancel
Save