Focus components 0.16.0
TO USE THIS VERSION OF FOCUS-COMPONENTS, YOU NEED TO UPDATE FOCUS-CORE TO VERSION 0.16.0. PLEASE READ THE RELEASE NOTE BEFORE INSTALLING IT
On this new version, we focus on stability and bug fixes.
install with
npm i -S [email protected] [email protected]
Special thanks to @Hartorn, @durandx , @JabX , @Tsj- and @MariusFlorea for their contributions to this release.
Don't hesitate to contribute to
focus-components
Please read the latsest tutorials
Router
We get rid of Backbone
dependency, you need to update your router (it is really quick to do)
** Read the complete explanation in [email protected] . **
Graphics
We have update Material Design Lite
in version 1.1.3
. This is a minor release which fixes some minor graphical issues. More information here
fixed Issues
- #1125 - [Webpack] Static font in static css (like font-awesome) are not properly inlined with 'DEV' mode false
- #1127 - [Extensions] Be sure that all extensions are working with webpack and the latest babel-preset-focus
- #1131 - [AdvancedSearch] Set isSelection to false do not disable the "select all checkbox" in the action bar
- #1136 - Close Date Picker on IE10 by a click on the page
- #1154 - [selection-list-line] the lines selected shoud be checked and disabled
- #1160 - [AdvancedSearch] Bug when searching on scope "ALL"
- #1174 - Deprecated components are imported by other focus components
- #1182 - [SnackBar] By default the snackbar is poped behind the popin
Click here to see the detail of fixed issues in this version