Browse Source

#2576 Modal will remove body style after hiding

pull/2596/head
jlukic 9 years ago
parent
commit
bb5222d951
1 changed files with 1 additions and 0 deletions
  1. 1
      RELEASE-NOTES.md

1
RELEASE-NOTES.md

@ -4,6 +4,7 @@
**[Reported Bugs](https://github.com/Semantic-Org/Semantic-UI/issues?q=is%3Aissue+milestone%3A2.0.3+is%3Aclosed)** **[Reported Bugs](https://github.com/Semantic-Org/Semantic-UI/issues?q=is%3Aissue+milestone%3A2.0.3+is%3Aclosed)**
- **Steps** - Last `step` no longer incorrectly shows arrow #2552 - **Steps** - Last `step` no longer incorrectly shows arrow #2552
- **Modal** - Modal that is larger than page height will now correctly reset body height on remove #2576
- **Popup** - Popup `preserve` setting (which preserves popup in DOM to avoid regenerating on each show/hide) was set to `true` by default causing generated popups to remain in DOM. #1369 - **Popup** - Popup `preserve` setting (which preserves popup in DOM to avoid regenerating on each show/hide) was set to `true` by default causing generated popups to remain in DOM. #1369
- **Input** - Fixed errored input field having incorrect border radius with `labeled input` - **Input** - Fixed errored input field having incorrect border radius with `labeled input`

Loading…
Cancel
Save