Skip to content

Commit

Permalink
Merge pull request #32 from hammy2899/2.4
Browse files Browse the repository at this point in the history
2.4 Release
  • Loading branch information
Sean authored Jun 19, 2018
2 parents 8a25358 + 89afc72 commit 5340229
Show file tree
Hide file tree
Showing 154 changed files with 4,820 additions and 1,537 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ For more info take a look at our [contributing guide](https://github.com/Semanti
## Install

```bash
npm install fomantic-ui
npm install fomantic-ui --save
```

Fomantic UI includes an interactive installer to help setup your project.
Expand Down Expand Up @@ -60,5 +60,8 @@ Please only create Github issues for bug's and feature requests or any other rel

When adding pull requests, be sure to merge into the [next](https://github.com/hammy2899/Fomantic-UI/tree/next) branch. If you need to demonstrate a fix in ``next`` release, you can use [this JSFiddle](https://jsfiddle.net/ca0rovs3/)

### Cross-browser testing provided by
[![BrowserStack](https://cdn.rawgit.com/hammy2899/Fomantic-UI-Docs/35180e95/server/raw/images/browserstack.png)](https://www.browserstack.com)

#### Credit
Semantic-UI was beautifully crafted by [@jlukic](https://github.com/jlukic)
45 changes: 39 additions & 6 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,50 @@
## RELEASE NOTES

### Upcoming updates (2.4 planned)
### Upcoming updates

**Major Enhancements**
- Calendar Component
- Range Slider Component

### Version 2.4.0 - June 19, 2018

**Enhancements**
- **Segment** - Added basic segments variation **Thanks shadoWalker89** [#3801](https://github.com/Semantic-Org/Semantic-UI/issues/3801)
- **Form** - Added ability to add required marker from the label itself **Thanks shadoWalker89** [#6345](https://github.com/Semantic-Org/Semantic-UI/issues/6345)
- **Form Validation** - Added new option for whether to trim values before validation **Thanks @prudho** [#6237](https://github.com/Semantic-Org/Semantic-UI/issues/6237)
- **Dropdown** - Added new `sortSelect` option to choose how to sort the dropdown items **Thanks @ColinFrick** [#4775](https://github.com/Semantic-Org/Semantic-UI/issues/4775)
- **Dropdown** - Added `inverted` variation **Thanks @hammy2899** [#5276](https://github.com/Semantic-Org/Semantic-UI/issues/5276)
- **Dropdown** - Added `hideDividers` option to hide dividers when search **Thanks @ColinFrick** [#6173](https://github.com/Semantic-Org/Semantic-UI/issues/6173)
- **Button** - Added `tertiary` button **Thanks @w96k** [#6229](https://github.com/Semantic-Org/Semantic-UI/issues/6229)
- **Icon** - Added primary and secondary colors **Thanks @sethmoore** [#6310](https://github.com/Semantic-Org/Semantic-UI/pull/6310)
- **Card** - Added primary and secondary colors **Thanks @sethmoore** [#6310](https://github.com/Semantic-Org/Semantic-UI/pull/6310)
- **Header** - Added primary and secondary colors **Thanks @sethmoore** [#6310](https://github.com/Semantic-Org/Semantic-UI/pull/6310)

**Bugs**
- **Label** - Fixed basic label background bug introduced with new Semantic release **Thanks @ColinFrick**
- **Form** - Fixed incorrect CSS rule for placeholders on IE11 **Thanks @ColinFrick** [#6363](https://github.com/Semantic-Org/Semantic-UI/issues/6363)
- **Dropdown** - Fixed update text if action is active or combo **Thanks @ColinFrick** [#6285](https://github.com/Semantic-Org/Semantic-UI/issues/6285)
- **Dropdown** - Fixed items being selected if they have the same display name **Thanks @ColinFrick** [#5817](https://github.com/Semantic-Org/Semantic-UI/issues/5817)
- **Dropdown** - Fluid dropdowns should now be fluid **Thanks @shadoWalker89** [#6204](https://github.com/Semantic-Org/Semantic-UI/pull/6204)
- **Tab** - Fixed last tab in container having different margin **Thanks @prudho** [#5408](https://github.com/Semantic-Org/Semantic-UI/issues/5408)
- **Table** - Fix priority for td .disabled class **Thanks @prudho** [#6311](https://github.com/Semantic-Org/Semantic-UI/issues/6311)


The following changes where merged from a new Semantic-UI release

**Enhancements**
- **Dropdown** - Add inverted variation
- **Button** - Add tertiary type
- **Header** - Add primary and secondary color support
- **Card** - Add primary and secondary color support
- **Icons** - Add primary and secondary color support
- **Modal** - Modal and Dimmer now prevent background page from scrolling on mobile or where touch events are present
- **Button** - Add `inverted` and `inverted basic` variations for `primary` and `secondary` buttons **Thanks @hammy2899** [#6242](https://github.com/Semantic-Org/Semantic-UI/issues/6242)

**Theming**
- **Global** - Add `hover` `down` `active` and `focus` variables for `@invertedPrimaryColor` and `@invertedSecondaryColor`

**Bugs**
- **Dropdown** Fixed bug that could cause dropdown to recursively trigger network requests specifically when using `apiSettings` with a url that returns valid response but with no results when clicking directly on the `dropdown icon`. **Thanks @vpeti** [#5231](https://github.com/Semantic-Org/Semantic-UI/issues/5231) [#5809](https://github.com/Semantic-Org/Semantic-UI/issues/5809)
- **Statistics** - Fix issue where grouped statistics would have excess bottom margin if they are `:last-child`
- **Label** - Fix `basic label` does not use `@basicBackground` variables **Thanks @levithomson**
- **Modal** - Modal will not refocus a field if field is already focused **Thanks @nikolaybobrovskiy** [#6301](https://github.com/Semantic-Org/Semantic-UI/issues/6301)
- **Icon** - Fix `wechat icon` not displaying due to typo **Thanks @alex-karo** [#6429](https://github.com/Semantic-Org/Semantic-UI/issues/6429)

### Version 2.3.2 - Jun 8, 2018

Expand Down
2 changes: 1 addition & 1 deletion dist/components/accordion.css
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Semantic UI undefined - Accordion
* # Semantic UI 2.4.0 - Accordion
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down
2 changes: 1 addition & 1 deletion dist/components/accordion.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Semantic UI undefined - Accordion
* # Semantic UI 2.4.0 - Accordion
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down
2 changes: 1 addition & 1 deletion dist/components/accordion.min.css
100755 → 100644

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/components/ad.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Semantic UI undefined - Ad
* # Semantic UI 2.4.0 - Ad
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down
2 changes: 1 addition & 1 deletion dist/components/ad.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/components/api.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Semantic UI undefined - API
* # Semantic UI 2.4.0 - API
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down
2 changes: 1 addition & 1 deletion dist/components/breadcrumb.css
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* # Semantic UI undefined - Breadcrumb
* # Semantic UI 2.4.0 - Breadcrumb
* http://github.com/semantic-org/semantic-ui/
*
*
Expand Down
2 changes: 1 addition & 1 deletion dist/components/breadcrumb.min.css
100755 → 100644

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5340229

Please sign in to comment.