Skip to content

Releases: manojadams/mui-forms

MuiForms - v2.0.20

12 Aug 03:34
Compare
Choose a tag to compare

Features

** What's new - Release version 2 **

1. New fields

  • File upload
  • Input mask
  • Multi select
  • Multitext

2. Added support for material icons.

3. Load initial data with input prop data.

4. Added loader for next/submit actions.

5. Upload multiple files with single file control.

6. Added support for loading remote data using POST API.

7. Configure field spacing.

  • gapX
  • gapY

8. Added support for adding native html props in basic form controls like text, number etc

9. Validation updates.

10. Added server side error handling support.

11. Bug fixes

  • Fix dynamic data loading for select control
  • Pass form data with onChange event
  • Fix columns in wizard forms
  • Fix next button text, latest pkg info by @manojadams in #104
  • Enhancement simplify validation by @manojadams in #105

12. Improved documentation

Deprecated features

  • Following validation parameters are now deprecated and will not be supported in future releases
    • patternDetail
    • requiredDetail
    • infoDetail
    • minDetail
    • maxDetail
  • Input property useNextResponse has been removed and is no longer in use.
  • Following dependency properties are also deprecated
    • pattern_match_url_loader (new property is patternMatchUrlLoader)
    • prop_update (new property is propUpdate)
    • load_options (new property is loadOptions)

v2.0.14

26 Jul 12:14
9aa44ab
Compare
Choose a tag to compare
v2.0.14 Pre-release
Pre-release

Features and enhancements

  • Added Icons
  • Load data from config
  • Added loader for next/submit actions
  • Make spacing configurable (field spacing)
  • update onChange event to pass all form data
  • Pass all field data while loading form initially
  • Upload multiple files/images with preview
  • Add support for html properties in basic form controls
  • Streamline input properties and configuration options for MuiForms
  • Support for post api

Fixes

  • Stops navigation to disabled sections

Full Changelog: v1.0.8...v2.0.14

What's Changed

Metaforms - version 1.0.8

31 Jul 14:31
Compare
Choose a tag to compare

Changes

  • Added multitext control
  • Updated file and radio control styles
  • fix form grouping of type wizard

Version 1 - MUI components

01 Mar 06:06
Compare
Choose a tag to compare

Implemented mui components to be used along with metaforms-core

Full Changelog: https://github.com/manojgetwealthy/metaforms-mui/commits/v1.0.0

Note - this is private release