-
-
Notifications
You must be signed in to change notification settings - Fork 334
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.7.2 Release #461
2.7.2 Release #461
Conversation
This PR increases color specificity, so icons in links of a `list item` won't be overridden by the default grey Closes #436
This PR adds the option `ignoreDiacritics` (default `false` to stay backward compatible) to the dropdown and search module. When activated, searches will also match results for base diacritic letters. For example when searching for 'a', it will also match 'á' or 'â' or 'å' and so on... It will also ignore diacritics for the searchterm, so if searching for 'ó', it will match 'ó', but also 'o', 'ô' or 'õ' and so on... For the dropdown module i also optimized the sorting method to sort `<option>` values to make sure Diacritics Values are ignored in sorted order. See screenshots below I implemented the easiest, shortest and most effective solution by using the `String().normalize()` method. As unfortunately IE does not support this, the modules will check support at initialization time and reset the `ignoreDiacritics` setting accordingly, so it behaves as before in such case. There exists a polyfill to also support IE, so this will be mentioned in the console if needed.
Update the icons to FontAwesome 5.7. If you want to see all changes added with this upgrade you can view them in the FA changelog from 5.4.2 to 5.7 https://github.com/FortAwesome/Font-Awesome/blob/cd0029e8bfb4cb905af0e9632b547d245f09280b/CHANGELOG.md#542----2018-10-25 Closes #236
Add message about v3 to readme so new users don't get mislead by the old message
Whenever a bottom attached button was used in cards and the card itself had a color, there was always a small 1px blurry grey box-shadow background left, which made it look a bit disturbing. See screenshots Closes #454
There were the following issues with this Pull Request
You may need to change the commit messages to comply with the repository contributing guidelines. 🤖 This comment was generated by commitlint[bot]. Please report issues here. Happy coding! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There were the following issues with this Pull Request
You may need to change the commit messages to comply with the repository contributing guidelines. 🤖 This comment was generated by commitlint[bot]. Please report issues here. Happy coding! |
There were the following issues with this Pull Request
You may need to change the commit messages to comply with the repository contributing guidelines. 🤖 This comment was generated by commitlint[bot]. Please report issues here. Happy coding! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Version 2.7.2 - February 5, 2019
Bugs
onHide
returned false Thanks @lubber-de 434link
anddisabled
work together correctly Thanks @lubber-de 344onChange
only call once and not call whenset checked
is used Thanks @lubber-de 403<script>
Thanks @lubber-de 357z-index
of popup so it appears above other components Thanks @lubber-de 395 & 350z-index
stacking side effects Thanks @lubber-de 371z-index
when used under dropdowns in menus Thanks @lubber-de 333onSelect
not returning the correct item when categories was empty Thanks @lubber-de 343Enhancements
gulp-help
dependency (We recommend you usegulp --tasks
to list tasks) Thanks @ColinFrick 440restoreFocus
option to restore focus when a modal closes Thanks @lubber-de 433