Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.6.1 #144

Merged
merged 22 commits into from
Oct 2, 2018
Merged

2.6.1 #144

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
9432f26
fix(comment): enforce dom structure for sub-comments
ColinFrick Sep 24, 2018
3f0fe20
fix(modal): set @fullScreenOffset to correct offset
ColinFrick Sep 24, 2018
9941732
fix(modal): increase importance of legacy modal class definition
ColinFrick Sep 24, 2018
c4eed66
fix(modal): increase importance of legacy modal class definition (scr…
ColinFrick Sep 24, 2018
49d9b82
Merge pull request #135 from ColinFrick/fix/130
Sep 25, 2018
7f50759
chaning Bower's package name
salaros Sep 29, 2018
919ffd3
changing Composer package's name to Fomantic UI
salaros Sep 29, 2018
421e8c2
Merge pull request #140 from salaros/master
Sep 30, 2018
be22acd
feat(button): move consequence variations to mixin
ColinFrick Oct 1, 2018
c0d6acc
Merge pull request #133 from ColinFrick/fix/131
Oct 1, 2018
f255e97
Merge pull request #136 from ColinFrick/fix/134
Oct 1, 2018
ebc5969
chore: update release notes
Oct 1, 2018
06f452c
feat(button): move colors / primary / secondary to mixin
ColinFrick Oct 1, 2018
7d0276f
[DropDown] Fix icon position over searchentry, stay focussed on keybo…
lubber-de Oct 1, 2018
4ea71e5
Missing src file
lubber-de Oct 1, 2018
df30d1b
Merge branch 'feat/128' of github.com:ColinFrick/Fomantic-UI into beta
Oct 1, 2018
80beaba
Merge branch 'acc-upgrade-gulp4' of github.com:acconrad/Semantic-UI i…
Oct 1, 2018
fa736c8
chore: update release notes
Oct 1, 2018
2abd763
Merge branch 'multiple-search-dropdown-fix' of github.com:lubber-de/F…
Oct 1, 2018
77c60a5
chore: 2.6.1 build
Oct 1, 2018
a1ec555
chore: update version
Oct 1, 2018
ed26d84
chore: update date
Oct 2, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
## RELEASE NOTES

### Version 2.6.1 - October 2, 2018

**Bugs**
- **Icon** - Fixed comments icon from conflicting while inside comments component **Thanks [@ColinFrick](https://github.com/ColinFrick)** [#133](https://github.com/fomantic/Fomantic-UI/pull/133)
- **Modal** - Fixed fullscreen modal from being stuck to the left of the screen **Thanks [@ColinFrick](https://github.com/ColinFrick)** [#135](https://github.com/fomantic/Fomantic-UI/pull/135)
- **Modal** - Fixed fullscreen modals not working in IE11 **Thanks [@ColinFrick](https://github.com/ColinFrick)** [#136](https://github.com/fomantic/Fomantic-UI/pull/136)

**Build Tools**
- Changed bower and composer package names from Semantic to Fomantic **Thanks [@salaros](https://github.com/salaros)** [#140](https://github.com/fomantic/Fomantic-UI/pull/140)
- Updated build process to use gulp 4 which removes dependency vulnerabilities **Thanks [@acconrad](https://github.com/acconrad) [#6566](https://github.com/Semantic-Org/Semantic-UI/pull/6566)

**Misc**
- Refactored buttons file to reducing the amount of code **Thanks [@ColinFrick](https://github.com/ColinFrick)** [#142](https://github.com/fomantic/Fomantic-UI/pull/142)

### Version 2.6.0 - September 18, 2018

> Reason behind version jump: The new 2.6 release might look a little funny since we just released 2.5 but we thought it was necessary to bump a minor patch since the new SUI release introducing a new component and we want to stick to the SUI versioning scheme. We also added the new toast component so we didn't have to wait until the next feature release.
Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "semantic",
"description" : "Semantic empowers designers and developers by creating a shared vocabulary for UI.",
"name" : "fomantic-ui",
"description" : "Fomantic empowers designers and developers by creating a shared vocabulary for UI.",
"homepage" : "http://www.semantic-ui.com",
"author": {
"name" : "Jack Lukic",
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name" : "semantic/ui",
"description" : "Semantic empowers designers and developers by creating a shared vocabulary for UI.",
"name" : "fomantic/ui",
"description" : "Fomantic empowers designers and developers by creating a shared vocabulary for UI.",
"homepage" : "http://www.semantic-ui.com",
"authors" : [
{
Expand All @@ -21,4 +21,4 @@
"framework"
],
"license" : "MIT"
}
}
2 changes: 1 addition & 1 deletion dist/components/accordion.min.js

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

Loading