Skip to content
This repository has been archived by the owner on Aug 27, 2018. It is now read-only.

Version 3.2.0

Latest
Compare
Choose a tag to compare
@Ephrame Ephrame released this 07 Feb 12:10
· 17 commits to master since this release

use npm i -S [email protected] to install focus-search in its version 3.2.0

Thanks

Thank you everyone for your bugs' reports and issues in which we have discussed. It helped us improve focus-components

What's new ?

Improvements

  • The pagination : The pagination in the advancedSearch is now automaticly if you add the node : ''ADVANCEDSEARCH_NEXT_PAGE'' in the middlewareAdvancedSearch. PR #84.
    It's possible to use the pagination in a classic list, or a listFor. For that, be careful, to declare your new composant : paginate()(ComponentToConnect) in the constructor of your composant, NOT in the render.