Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 844 Bytes

CHANGELOG.md

File metadata and controls

25 lines (19 loc) · 844 Bytes

changelog

[0.6.0] - 2024-11-20

new features

  • add jbCheckValidity to support async validations.
  • add dom to virtual elements for easier manipulations.

[0.3.0] - 2024-11-20

new features

  • create special VirtualElementList to handle virtual elements functionality.
  • create special subFormList to handle sub forms elements functionality.

[0.2.0] - 2024-11-20

new features

  • add dirty-change event to notify user about dirty status change in form elements.
  • add validity-change event to notify user about validation change in form elements.

[0.1.0] - 2024-10-10

new features

  • add virtual element so non web-component element can register themselves into form and get validate and etc

[0.0.1] - 2024-10-10

init

  • implement basic form feature and test form connectivity