-
-
Notifications
You must be signed in to change notification settings - Fork 335
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.5 Release #101
Merged
2.5 Release #101
+18,565
−3,983
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Added colored and inverted colored loader variants Closes #73
- Fixed some ribbon labels having incorrect background color - Added primary & secondary colors Reported in #6497
Added ability to disable the link and turn it into a div when actionURL is equal to false Reported in #6490
[Search] added ability to disable link action
[Loader] Add color variants
[Label] fixed incorrect label background color
Updated icons to FontAwesome 5.2.0
Moved the result set value to run before the onSelect callback allowing the user to change the value without it being overridden Reported in #6454
Calendar
[Search] set value inside onSelect callback
This corresponds to the right modifier Caveat: Does not display a border left or right, because :after definition is used for pointing menu Closes Semantic-Org/Semantic-UI#5589
[Tab] Allow centered tab menu
Previously it only worked if fireOnInit was set to true (default is false) Behaviour of fireOnInit was not modified: the callbacks are only called on initial load when fireOnInit is true Was reported in Semantic-Org/Semantic-UI#2506
fix(build): fixed incorrect repo name Changed the repo from SUI to FUI Closes #84
[Flag] added uk as gb flag alias
[Build Tools] changed from SUI repo to FUI
Added horizontal card variation Reported #6534
[Checkbox] Implements inverted mode for standalone checkboxes
[Dropdown] Add ability to clear multiple selection dropdowns
…s for calc Replaces all tilde string escaping with explicit function calls. This was tested with [email protected] and [email protected] Reported in Semantic-Org/Semantic-UI#6512
[Dependency] Fix compatibility issue with less >= 3.5 due to math changes
[Cards] add horizontal variation
[Card] Add `inverted` variation
[Grid] Add `compact` and `very compact` variations
Implements dropdown different sizes (standalone and in forms)
Add new icons from FontAwesome 5.3
[Icons] Add new icons from FA 5.3
I justed wanted to pop in here and say great job with all the work you guys have been doing :) I'm kinda blown away by how many new features! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Version 2.5.0 - September 3, 2018
Major Enhancements
Enhancements
actionURL: false
Thanks @hammy2899 #6490center
modifier allowing center aligned menus and tabs Thanks @ColinFrick #5589uk
as an alias for United Kingdom Thanks @hammy2899compact
andvery compact
variations Thanks @prudho #99Bugs
set value
unable to work insideonSelect
callback Thanks @hammy2899 #6454checked
class when initialized in a 'checked' state Thanks @ColinFrick #2506