Skip to content

Focus Components 2.1.3

Compare
Choose a tag to compare
@Ephrame Ephrame released this 17 Jan 14:02
· 500 commits to master since this release

This new version is available

install with npm i -S [email protected]

What's new ?

Thanks

@JohnnP, @Hartorn , @JabX, @gideruette and @hnomichi for your help and thank you everyone for your bugs' reports and issues in which we have discussed. It helped us to improve focus-components

Fixes & Improvments

Fixes

  • Input-Text: Textarea/ Autocomplete-Text, Select: Fix input value. Error if the value is equal to 0 PR #1343
  • Validation Behaviour : clean decrepated message and fixes use validation's function PR #1336
  • Find in previous version of Chrome : Array.find is replace to the lodash function PR #1335
  • AdvancedSearch/Results : Thanks to PR #1321 the AdvancedSearch now displays its resutlts' count correctly.
  • i18n : Removing a useless call on the AutcompleteSelect compnent. Fixed on PR #1332
  • Facets : With the PR #1329 The facet's title is now displayed correctly when we chose one
  • Field: missing props from the domain like LabelComponent, AutoCompleteSelect and AutoCompleteText, PR #1334