From b164fc0791d7f1f59c6060737f50ba21e429fb18 Mon Sep 17 00:00:00 2001 From: vsopvsop Date: Tue, 2 Jun 2015 23:28:33 +0530 Subject: [PATCH] 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 `