From 58a5fb5e96365d7327780ed7c136b1b4f4f98039 Mon Sep 17 00:00:00 2001 From: Jack Date: Mon, 10 Jul 2017 22:05:45 -0700 Subject: [PATCH] Rlsnotes --- RELEASE-NOTES.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index a203571f8..2dfb3d38a 100755 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -2,7 +2,7 @@ ### Version 2.2.11 - April XX, 2017 -**New Features** +**New Features (6) ** - **Dropdown** - Dropdowns will automatically detect when they are offscreen to the right and will open leftward instead **Thanks @Graveheart** [#4211](https://github.com/Semantic-Org/Semantic-UI/issues/4211) - **Form Validation** - Added `add rule` `add field`, `remove rule`, `remove field` to programmatically and and remove validation rules from form validation [#4267](https://github.com/Semantic-Org/Semantic-UI/issues/4267) [#5253](https://github.com/Semantic-Org/Semantic-UI/issues/5253) - **Site** - Site now includes custom styles for in-page UI scrollbars (but not actual page scrollbar) by default in WebKit/Chrome. Components with inverted content like dimmer include an inverted scrollbar. You can disable this by setting `@useCustomScrollbars: false` in your `site.variables` @@ -12,13 +12,13 @@ - **Modal** - Adds `tiny` and `mini` sized modals **Thanks @Banandrew** [#5123](https://github.com/Semantic-Org/Semantic-UI/issues/5123) - **Steps** - Steps now include an `unstackable` variation **Thanks @TemaSM** [#3714](https://github.com/Semantic-Org/Semantic-UI/issues/3714) -**Enhancements** +**Enhancements (4) ** - **Build Tools** - All Gulp/NPM dependencies have been updated to their latest versions - **Dropdown** - Improved spacing on `image` inside `menu item` and for selected `text` - **Popup** - Added `bind clickaway` `bind touch close` `bind close on scroll` behaviors to make it easier for `on: 'manual'` popup to specify behavior - **Popup** - Separated className setting for `visible` into `visible` and `popupVisible`, this way you can remove visible indication on activating element without modifying popup visibility. -**Bugs** +**Bug Fixes (24)** - **Table**- Fix inverted table header color not applying properly to `sortable table` **Thanks @Banandrew** [#5303](https://github.com/Semantic-Org/Semantic-UI/issues/5303) - **Modal** - Using multiple modals with different `inverted` `blurring` or `closable` settings will no longer in some cases inherit the options of other modals [#4368](https://github.com/Semantic-Org/Semantic-UI/issues/4368) - **Dimmer** - Changing closable or inverted settings dynamically with `setting` will now modify settings correctly on next show/hide without re-initialization @@ -44,6 +44,11 @@ - **Sticky** - Fixed an issue where `ui sticky` used with a percentage based width would not resize properly if the content size of container changed when "stuck" [#4360](https://github.com/Semantic-Org/Semantic-UI/issues/4360) - **Dimmer** - Fixed typo causing body dimmer to add unnecessary `position: relative;` **Thanks @jinyangzhen** [#4707](https://github.com/Semantic-Org/Semantic-UI/issues/4707) +**Doc Fixes(2)** +- **Form** - Updated docs to include new examples of adding/removing validation rules +- **API** - Clarified in docs that all AJAX parameters can be passed to API +- **Form Validation** - Added undocumented `add prompt` to list of behaviors + ### Version 2.2.10 - March 28, 2017 **Critical Bugs**