diff --git a/README.md b/README.md index 68d7d411a..4729ec0be 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,12 @@ Key Features * Built with EM values for responsive design * Flexbox friendly +## 2.0 Announcement + +**2.0 will be coming in June.** Get ready by checking out the changes in the [beta docs](http://beta.semantic-ui.com), and reading up on the 200+ new features, bug fixes and changes in the [2.0 release notes](https://github.com/Semantic-Org/Semantic-UI/blob/next/RELEASE-NOTES.md). + +Check out the code by forking the [`next`](https://github.com/Semantic-Org/Semantic-UI/tree/next) branch. + ## Install #### Recommended Install diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 63ba8256f..4db1e72ed 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -423,7 +423,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. @@ -473,6 +473,7 @@ This version backports several bugs that were being packed in `2.0` to `1.x`. **Bugs** - **Input** - Fix bug with vertical centering of `ui action input` inside `menu` due to `flexbox` changes - **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 @@ -617,7 +618,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) @@ -665,7 +666,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');`` @@ -691,7 +692,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 `