From 6c178d0168fa9bb37b430bc70302e9d53e350c4d Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Tue, 11 Aug 2015 19:07:00 -0400 Subject: [PATCH] Fixes issue with .data() storing/retrieving values as original type causing mismatch with .val() [string only] #2754 #2755 --- RELEASE-NOTES.md | 17 +++++++++-------- src/definitions/modules/dropdown.js | 13 ++++++++----- 2 files changed, 17 insertions(+), 13 deletions(-) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 1bec77e9c..d3800134f 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -21,6 +21,15 @@ - **List** - Lists can now be `right floated` or `left floated` - **Menu** - `text menu` now uses padding for hitboxes to make target area for links larger +**[Merged Pull Requests](https://github.com/Semantic-Org/Semantic-UI/issues?q=is%3Aissue+milestone%3A2.1.0+is%3Aclosed)** + +- **Menu** - Fixes tabular menu missing variable for background. **Thanks @frontdevde** +- **Sticky** - Sticky now sets width and height with `!important` to avoid inheritance issues in some cases **Thanks @lauri-elevant** #2710 +- **Flag** - England flag alias is now correctly set #2770 **Thanks @eduardom** +- **Popup** - Popup will now look for inline popup as any next adjacent sibling #2772 **Thanks @malacalypse** +- **API** - API debug is now `false` by default, like other modules. #2817 +- **Dropdown** - Fixed issue where label could not be removed when using a numeric value due to mismatched types #2754 #2755 **Thanks @dgurkaynak** + **[Reported Bugs](https://github.com/Semantic-Org/Semantic-UI/issues?q=is%3Aissue+milestone%3A2.1.0+is%3Aclosed)** - **Accordion** - Added missing notation for accordion docs #2812 - **Container** - Fix issue with `fluid container` being `100% + gutter` at mobile resolution (causing overflow) @@ -53,14 +62,6 @@ - **Menu** - Fixed hybrid initialization not creating `menu` correctly. Fixed docs example of hybrid `