Skip to content

Latest commit

 

History

History
70 lines (53 loc) · 2.71 KB

README.md

File metadata and controls

70 lines (53 loc) · 2.71 KB

JS Pimcore FormBuilder Extensions

We're providing some helpful Javascript Extensions to simplify your daily work with the PIMCORE FormBuilder. This Library provides all JS components for the PIMCORE FormBuilder Bundle.

Installation

npm i js-pimcore-formbuilder

Extensions Overview

Upgrade Notes

1.2.0

  • [NEW FEATURE]: Add FriendlyCaptcha Component
  • [NEW FEATURE]: Add Cloudflare Turnstile Component

1.1.1

  • [BUGFIX]: Fix validation message for ajax #22

1.1.0

  • [FEATURE]: Add invalid classes in conditional logic only, when form has already been submitted #20
  • [BUGFIX]: Fix required state in conditional logic #19

1.0.9

  • [BUGFIX]: Fix removing help blocks in transformers
  • [BUGFIX]: Fix includes check in conditionalLogic.js

1.0.8

  • [BUGFIX]: Passing form and options in events #2

1.0.7

  • [BUGFIX]: Respect data-field-name attribute in Conditional Logic

1.0.6

  • [BUGFIX]: Do not submit general error event multiple times
  • [BUGFIX]: Do not dispatch delete file event, after form gets cleared out

1.0.5

1.0.4

  • [BUGFIX]: Fix removeAttributes in transformers

1.0.3

  • [BUGFIX]: Fix enable/disable actions in conditional logic

1.0.2

  • [ENHANCEMENT]: Improve Tailwind2 validation message
  • [ENHANCEMENT]: Update docs

1.0.1

  • [ENHANCEMENT]: Update readme
  • [ENHANCEMENT]: Update docs

1.0.0

  • New Theme Transformer available: Tailwind 2