|
@ -6,9 +6,12 @@ |
|
|
This version backports several bugs that are being packed in `2.0` to `1.x` |
|
|
This version backports several bugs that are being packed in `2.0` to `1.x` |
|
|
|
|
|
|
|
|
**Bugs** |
|
|
**Bugs** |
|
|
|
|
|
- **Build Tools** - Adjusting site.variables will now rebuild all UI, instead of just site.less |
|
|
|
|
|
- **Build Tools** - LESS will now throw errors correctly in `watch` |
|
|
- **Card** - Fixes dimmer background shorthand property causes transparent dimmer in minified version |
|
|
- **Card** - Fixes dimmer background shorthand property causes transparent dimmer in minified version |
|
|
- **Dimmer** - Fixed `variation` setting not working correctly |
|
|
- **Dimmer** - Fixed `variation` setting not working correctly |
|
|
- **Dropdown** - `onChange` no longer fires when reselecting same value |
|
|
- **Dropdown** - `onChange` no longer fires when reselecting same value |
|
|
|
|
|
- **Dropdown** - Fix bug where element will not blur on tab key when search selection and no selection made |
|
|
- **Dropdown** - Dropdown init on `select` now returns `ui dropdown` created for chaining |
|
|
- **Dropdown** - Dropdown init on `select` now returns `ui dropdown` created for chaining |
|
|
- **Dropdown** - Dropdown `focus` color has been adjusted to match forms more closely |
|
|
- **Dropdown** - Dropdown `focus` color has been adjusted to match forms more closely |
|
|
|
|
|
|
|
|