- Optimize final bundle.js (1.33 MB to 630KB)
- New types: one and many
- improve the select compoent to accept multiple selects
- add tests: one and many info
- update example-dev data
- New types: date and datetime
- update screencast
- update example
- add tests: date and datetime info
- decrease the menu width
- display boolean value on the list page
- add dependencies:
- @data-io/date-fns 1.3.11
- @material-ui/pickers 3.2.8
- date-fns 2.7.0
- update dependencies:
- react and react-dom 16.12
- formik 2.0.4
- react-redux 7.1.3
- update backend file to v1.2.1
- fix remove debug message
- fix logout and login redirection
- fix config value
- New type: checkbox
- Sytled the login form
- Generate and verify hash password
- Add a logout button
- add function: stringToBoolean
- add tests: stringToBoolean, checkbox,
- update material-ui dependency to v4.6.1
- add docker-compose: php 5.5
- update backend file to v1.2
- add style to forms
- add hash functionality
- remove double quotes in the config file
- small improvements
- fix logout functionality
- fix: when default value is a boolean value
- New types: textarea and select
- remove react-hooks-form
- add formik
- change the form and fields to use formik
- separe the fields in a file
- improve Info class
- getComponentName
- getComponentArgs
- addError
- Now you can create schema that don't be necessary a collection, using the prefix '@'
- improve the menu
- add valueEdit component
- add new type: values_item_save
- add new action: savevalue
- improve structure
- improve backend to get data.json
- improve the section 'api/schema'
- Funcionality: label, default, description were added
- able to use extract args in the schema
- add class Info to help extract information of each field
- use lodash dependency
- the 'collections' key in config file has changed to 'schema'
- add a screencast image
- improve the section 'how to install'