Skip to content

Latest commit

 

History

History
123 lines (85 loc) · 2.47 KB

CHANGELOG.md

File metadata and controls

123 lines (85 loc) · 2.47 KB

1.6.0 (2019-11-19)

🚀 New Feature

  • Optimize final bundle.js (1.33 MB to 630KB)

1.5.0 (2019-11-18)

🚀 New Feature

  • New types: one and many

🏠 Internal

  • improve the select compoent to accept multiple selects
  • add tests: one and many info
  • update example-dev data

1.4.0 (2019-11-18)

🚀 New Feature

  • New types: date and datetime

🏠 Internal

  • 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

1.3.0 (2019-11-16)

🚀 New Feature

  • New type: checkbox
  • Sytled the login form
  • Generate and verify hash password
  • Add a logout button

🏠 Internal

  • 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

1.2.0 (2019-11-02)

🚀 New Feature

  • New types: textarea and select

🏠 Internal

  • 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

1.1.0 (2019-10-29)

🚀 New Feature

  • Now you can create schema that don't be necessary a collection, using the prefix '@'

🏠 Internal

  • improve the menu
  • add valueEdit component
  • add new type: values_item_save
  • add new action: savevalue
  • improve structure
  • improve backend to get data.json

📝 Documentation

  • improve the section 'api/schema'

1.0.0 (2019-10-27)

🚀 New Feature

  • Funcionality: label, default, description were added

🏠 Internal

  • able to use extract args in the schema
  • add class Info to help extract information of each field
  • use lodash dependency

💥 Breaking Change

  • the 'collections' key in config file has changed to 'schema'

📝 Documentation

  • add a screencast image
  • improve the section 'how to install'