FocusComponents v0.4.0
Pre-release
Pre-release
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 annpm 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.