From 71f9bdb20bd9b87d3e89347cd0b4159deb2abe27 Mon Sep 17 00:00:00 2001 From: jlukic Date: Wed, 11 Feb 2015 13:23:04 -0500 Subject: [PATCH] Add release notes --- RELEASE-NOTES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index c4e05ee7a..602d66301 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -2,6 +2,12 @@ ### 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** - **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.