Skip to content

FocusComponents v0.4.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@pierr pierr released this 04 Aug 13:12

The roadmap is here https://trello.com/b/HTMYEYbX/roadmap
Please read the associated project's releases:

prerequisite

  • focus v0.8.0
  • In order to update focusjs-components, you just have to do a npm install focusjs@latest focusjs-component@latest --save and eventually followed by an npm install in order to execute the postInstall script which copies your dependencies.

New feature

  • Rewritten confirmation popin #143
  • Autonomous list page, you can use criteria or not and display an autonomous list (usefull for criteria / result pages and pure list pages) #145 #150, please read the example to understand the behaviour. A small tutorial is coming soon.
  • Eslint is now a shared configuration see here for more details
  • Lightweight auto-complete component #152

Fixes

  • Tables, add contextual line's action #138
  • Footer content is customizable, and the * is remove when a field is in consult mode #141
  • Slect component are able to display label instead of code in consult mode #144
  • Form status is now taken int account only when the action was triggered by the form. The store's event has a callerId in its informations. #157
  • Fix all field props extension issues (input, select, ...) #160
  • Fix date component bugs #162
  • Fix sticky navigation bug #153
  • Fix bug on action's unmounting event.