Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 1 KB

CHANGELOG.mdx

File metadata and controls

46 lines (35 loc) · 1 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Prefix the change with one of these keywords:

  • Added: for new features.
  • Changed: for changes in existing functionality.
  • Deprecated: for soon-to-be removed features.
  • Removed: for now removed features.
  • Fixed: for any bug fixes.
  • Security: in case of vulnerabilities.

[Unreleased]

[0.0.2]

Changed

  • Updated vite config to exclude dependencies in build

[0.0.1]

Added

  • Base configuration
  • Auto suggest field
  • Checkbox field
  • Date and time picker
  • Error message handler
  • Field controller
  • Field wrapper
  • File upload field
  • Form button
  • Form Container
  • Image upload field
  • Input field
  • Radio button field
  • Select list field
  • TextArea field
  • WYSIWYG editor textarea field
  • Component helper files
  • Global styles file