Skip to content

Focus components v0.5.1-0

Pre-release
Pre-release
Compare
Choose a tag to compare
@pierr pierr released this 26 Aug 21:52
· 2786 commits to master since this release

Associated milestone v0.5.0

how to update

npm install --save focusjs@latest focusjs-components@latest
then node scripts/install.js

New features

  • The application right bar can be customize (the bell will disapear) #191
  • When a field is not filled its value is null instead of undefined #195
  • Add a way to perform a custom validation (multi field or custom rules for a page) #198 , see #193 for an example
  • Add a gray overlay on the form when there is a loading state see #201 and #227
  • Add a way to share dependency loading in examples #210 , and update many example (all component's examples should be fixed in the next release) #227
  • imporve the ErrorCenter to deal with common React error #219

Bugs fixes

  • React warning fixes in lists #196
  • Fix menu button (type button instead of submit) See issue #194 and PR #199
  • Fix the disabling of the export button in lists #204
  • Allow the field to get transfer all the props added in the second arguments of fieldFor see #207
  • Fix the sticky navigation #208, #214 ,#224, #228 and #229 (complete rewrite of the component (maybe some fixes will be added through patches)) (The animation has been removed and will be added in the next version) Should wore better and work on FireFox
  • Improve field to add props to input #225
  • Fix checkbox getValue, undefined will now return false #226
  • Fix scroll problems with popin #221

Next release (Within two weeks)

Next next release (Within three or four weeks)

  • Huge refactor in the components namespace (retrocompatibility will be maintain for at least two releases)
  • Store refactoring
  • Brand new documentation
  • Bugs fixes