Skip to content

Focus components 2.2.0-beta1

Pre-release
Pre-release
Compare
Choose a tag to compare
@Hartorn Hartorn released this 12 Sep 11:55
· 167 commits to master since this release

Breaking Changes:

  • #1412 #1414 SelectCheckbox have a new behaviour for onChange (the old one can be obtained with legacyOnChange props to true)
  • Store change mixin : function onChange has been renamed to onStoreChange
  • i18next-client dependency should be removed
    • i18n now handle namespaces. If server error messages have a : then it is truncated to the part after :

Features :

  • Re-writing all code in ES6
  • Unit testing migrated in jest
  • New component : Autocomplete Select multiple (#1418, #1420)
  • Advanced search : can now have several stores/advanced search properly separed
  • Search Header : Change cartridge conf of advanced search dynamically
  • Lazy behaviour : Component can now easily be lazy-loading with this

Fixes :

  • [BUGFIX] Autocomplete : clearOnNullValue now really clears input after selection
  • [BUGFIX] #1439 #1440 SelectRadio : problem with first render on firefox
  • [BUGFIX] #1411 #1415 Store change mixin : event was triggering onChange, now triggering onStoreChange (rename)
  • [BUGFIX] #1416 #1424 Dropdown button is now a type button and not submit
  • [BUGFIX] #1399 #1400 Tooltip now can have additional classnames
  • [BUGFIX] #1404 #1417 Wrong interaction between form and reference mixin
  • [BUGFIX] #1394 Fixing issue with header position
  • [BUGFIX] #1395 FacetBox : fixing missing initial assignement
  • [BUGFIX] : Fixing store connector/behaviour
  • [BUGFIX] : Store change mixin should only update the modified node