Browse Source

Add build tools notes

pull/5058/merge
Jack Lukic 8 years ago
parent
commit
868bacdee7
1 changed files with 3 additions and 0 deletions
  1. 3
      RELEASE-NOTES.md

3
RELEASE-NOTES.md

@ -36,6 +36,9 @@ Dropdown no longer automatically selects the currently selected value in a multi
- **Form Validation** - Rules now properly supports identifiers with special characters like brackets, e.g. `name="user[name]"` **Thanks @mzygmunt** [#4163](https://github.com/Semantic-Org/Semantic-UI/pull/4163)
- **Search** - `esc` key now hides results and prevents them from being displayed again until form field is blurred
**Build Tools**
- **NPM** - Removed dependency on tarball, packaged new patched WrenchJS under Semantic-org [as a new package](http://github.com/semantic-org/wrench-js).
**Bugs**
- **Button** - Fixed issue where css specificity caused `icon buttons` to not center correctly [#4487](https://github.com/Semantic-Org/Semantic-UI/pull/4487)
- **Dropdown** - Fixed bug where clicking on a dropdown's `dropdown icon` when using remote data would not open menu [#4041](https://github.com/Semantic-Org/Semantic-UI/pull/4041)

Loading…
Cancel
Save