Browse Source

#4163 rlsnotes and thanks

pull/4731/merge
Jack Lukic 7 years ago
parent
commit
9be5cf2714
1 changed files with 3 additions and 1 deletions
  1. 4
      RELEASE-NOTES.md

4
RELEASE-NOTES.md

@ -11,7 +11,8 @@
**Enhancements** **Enhancements**
- **Items** - Added `unstackable` variation to prevent items from stacking on mobile #2901 - **Items** - Added `unstackable` variation to prevent items from stacking on mobile #2901
- **Search** - Added callback as a parameter to behaviors `query`, `show results`, `hide results`, and `search remote`. - **Search** - Added callback as a parameter to behaviors `query`, `show results`, `hide results`, and `search remote`.
- **Search** - `escape` key now prevents search results from displaying until input is blurred
- **Form Validation** - Validation now properly supports rules with brackets, like `name="user[name]"` **Thanks @@mzygmunt** #4163
- **Search** - `esc` key now hides results and prevents them from being displayed again until form field is blurred
**Critical Bugs** **Critical Bugs**
- **Dropdown/Search/Checkbox** - Removes use of deprecated `dispatchEvent` usage for generating simulated events - **Dropdown/Search/Checkbox** - Removes use of deprecated `dispatchEvent` usage for generating simulated events
@ -35,6 +36,7 @@
- **Input/Dropdown** - Fixed rounding error causing vertical alignment of `dropdown`, `search`, `input` to sometimes appear off by 1 pixel #4279 - **Input/Dropdown** - Fixed rounding error causing vertical alignment of `dropdown`, `search`, `input` to sometimes appear off by 1 pixel #4279
- **Segment** - Fixed `padded vertical segment` `very padded vertical segment` would receive horizontal padding #3012 - **Segment** - Fixed `padded vertical segment` `very padded vertical segment` would receive horizontal padding #3012
- **Visibility* - Fixes issue where reinitializing, `.visibility({ type: 'image'})` will cause it to re-animate when visibile again - **Visibility* - Fixes issue where reinitializing, `.visibility({ type: 'image'})` will cause it to re-animate when visibile again
- **Form Validation** - Fixed issue where using bracketed values, or other special characters could cause errors with selectors #4163 #4164
**Documentation** **Documentation**
- **Visibility** - Added documentation for `onOnscreen` and `onOffScreen` to important callbacks somehow omitted from docs - **Visibility** - Added documentation for `onOnscreen` and `onOffScreen` to important callbacks somehow omitted from docs

Loading…
Cancel
Save