Browse Source

#2526 rlsnotes

pull/2616/merge
jlukic 9 years ago
parent
commit
386460464b
1 changed files with 2 additions and 1 deletions
  1. 3
      RELEASE-NOTES.md

3
RELEASE-NOTES.md

@ -4,7 +4,8 @@
### Version 2.0.4 - July X, 2015
**[Reported Bugs](https://github.com/Semantic-Org/Semantic-UI/issues?q=is%3Aissue+milestone%3A2.0.4+is%3Aclosed)**
- **Popup** - Fixed issues where rounding could cause elements that are against edge of page from not appearing. Add new `jitter` setting for allowing popups to escape page boundaries by a small margin
- **Popup** - Fixed issues where rounding could cause elements that are against edge of page from not appearing. Add new `jitter` setting for allowing popups to escape page boundaries by a small margin #2526
- **Popup** - `fluid` popup with `setFluidWidth: true` (default value), will now use `parent` width and not `offsetContext` width #2526
- **Visibility** - `refreshOnResize` now correctly includes a default value #2615
- **Button** - Fixed `fluid buttons` not working correctly with `<button>` due to button tags not supporting `flex` rules. #2617

Loading…
Cancel
Save