From 59087b49a5889724bb3f58e3098570c95987034e Mon Sep 17 00:00:00 2001 From: vsopvsop Date: Tue, 2 Jun 2015 09:48:33 +0530 Subject: [PATCH 1/4] Update RELEASE-NOTES.md --- RELEASE-NOTES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 299af32cb..900dae192 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -137,7 +137,7 @@ This version backports several bugs that were being packed in `2.0` to `1.x`. - **Icon** - added `@src` variable to make it adjustable with themes that dont support all types like `woff2` **Bugs** -- **Dropdown** - Fixes issue where dropdown would not open after restoring previus value on failed `search dropdown` search +- **Dropdown** - Fixes issue where dropdown would not open after restoring previous value on failed `search dropdown` search - **Grid** - Fixes specificity of grid `column` colors to not affect other elements with columns - **Icon** - Fix `clockwise rotated icon` causing `clockwise` icon to appear - **Popup** - Fix issue with `popup` not re-opening until another element gains focus on a mobile touchscreen @@ -282,7 +282,7 @@ Importing `semantic.less` still does not require any special syntax **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. -- **Card** - Card now has colored variations **Tahnks @romuloctba** +- **Card** - Card now has colored variations **Thanks @romuloctba** - **Dropdown** - `search selection dropdown` will now close the menu when a `dropdown icon` is clicked - **Dropdown** - Added new dropdown setting, `forceSelection` which forces `search selection` to a selected value on blur. Defaults to `true`. - **Flag** - Updated Burma/Myanmar flag to current flag (was pre-2010 flag) From b164fc0791d7f1f59c6060737f50ba21e429fb18 Mon Sep 17 00:00:00 2001 From: vsopvsop Date: Tue, 2 Jun 2015 23:28:33 +0530 Subject: [PATCH 2/4] Update RELEASE-NOTES.md --- RELEASE-NOTES.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 900dae192..9eb9461e0 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -93,7 +93,7 @@ This version backports several bugs that were being packed in `2.0` to `1.x`. **Enhancements** - **Accordion** - Accordion can now specify a trigger element instead of `title`, added an [example in docs](http://www.semantic-ui.com/modules/accordion.html#changing-trigger) -- **Accordion** - Accordion can now hide while opening animation is still occuring +- **Accordion** - Accordion can now hide while opening animation is still occurring - **Grid** - Equal width grids will now make column content stretch to full height, not just the column itself (requires flexbox). See examples [in the grid docs](http://www.semantic-ui.com/collections/grid.html#equal-height) - **Header** - Labels inside headers have been slightly increased in size - **Search** - Search now uses internally [fuzzy search](https://github.com/bevacqua/fuzzysearch) as its new full text search algorithm. @@ -330,7 +330,7 @@ Importing `semantic.less` still does not require any special syntax **Key Features** - **Form** - Form now has new methods `reset`, `clear`, `set value(s)`, and `read value(s)` for modifying and reading form data. Check docs for details on implementation. **Thanks @mktm** -- **Search** - Search `onSelect` now recieves JSON object matching currently selected element, you can now programmatically retrieve result JSON using `.search('get result', 'query')` or `.search('get results')`. `get result` will default to current value unless specified as first parameter. +- **Search** - Search `onSelect` now receives JSON object matching currently selected element, you can now programmatically retrieve result JSON using `.search('get result', 'query')` or `.search('get results')`. `get result` will default to current value unless specified as first parameter. - **Transition** - Added many new transitions, and new directions for existing transitions **Thanks @ph7vc** - **Dropdown** - Dropdown now stores `placeholder text` (prompt text) as separate from `default text` (text set on page load). You can now reset placeholder conditions using `$('.ui.dropdown').dropdown('clear');`` @@ -356,7 +356,7 @@ Importing `semantic.less` still does not require any special syntax - **Dropdown** - Dropdown no longer will not show menu when no `item` are present in menu. Dropdown will now only filter results for `ui search dropdown` #1632 **Thanks PSyton**. - **Dropdown** - Dropdown will now produce an error if behaviors on an initialized `