From e3cd0038ca0f010c3c17fd8404014e6643a3fc67 Mon Sep 17 00:00:00 2001 From: jlukic Date: Fri, 13 Feb 2015 16:59:22 -0500 Subject: [PATCH] Update release notes --- RELEASE-NOTES.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 958cf1348..1f0fa25a5 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -4,10 +4,24 @@ **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';` +## NPM Install + +- `npm install semantic-ui` is now the recommended path for getting Semantic UI +- Added new install scripts which handle updates correctly without losing user changes + +## Gulp Task Imports + +- Semantic tasks are now each defined in their own file, and can be directly imported into external gulpfiles +- If you are using Grunt, you may be able to import these tasks using [Grunt-gulp](https://www.npmjs.com/package/grunt-gulp) + +## LESS Component Imports + +- Semantic LESS files can now be directly included in other LESS files. +* You can import all UI with `@import 'src/semantic';` * You can also import individual definitions using `@import 'src/definitions/elements/button'`. +**The Rest** + **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.