Skip to content
This repository has been archived by the owner on Jun 2, 2023. It is now read-only.

Latest commit

 

History

History
71 lines (61 loc) · 2.75 KB

File metadata and controls

71 lines (61 loc) · 2.75 KB

CHANGELOG

2021.11.24

  • Field Array Structure Implementation

    • FieldArrayInput
    • FieldArrayInputRender
    • Component Type enabled: 'text' | 'switch' | 'check-group' | 'checkbox' | 'file-dropzone' | 'number' | 'radio' | 'select'
    • sample field array page
  • Header content update

  • button customization

  • Header sticky on top

  • Footer with AntD back on top

  • start drawer integration

  • AntdRhFormProvider standartization to implement as base on form implementation

  • integration with Joi to form validation

2021.11.22

  • Update of dependencies due Vercel indicated bugs
  • TextInput improved to render based on types text | password | mask |"text-area, being the text the default render
    • add antd-mask-input dependency
  • update checkbox and select inputs
  • add Less support to improve Ant Design customization
  • improve header with dropdown menu implementation
    • possibility of indicate if the menu appears on header or dropdown

2021.11.20

  • Add Tsrynge and reflect metadata to implement server container dependencies
    • Enable to implement Repositories / Services classes used on backend
  • Implementation of basic CRUD Value Repository and api endpoints
  • add base context api code for context hook implementations
  • add axios for http requests
  • add base client api based on axios
  • implement value resource hook from sample api with crud client calls
    • included provider of this on SampleApi provider
  • implement Index values page consuming values from context hook
  • Crud functionalities pages based on crud api for ValueDTO
  • enforces input attributes from form interface based on React Hook Form integration
  • add label to inputs
  • password input
  • improve File Dropzone implementation
  • Select input implementations
  • suffix and prefix text input enable
  • radio input implementation
  • check box and check group components
  • switch components
  • base layout fix
  • input number
  • add tooltip to inputs
  • header and layout updates

2021.11.16