Releases: 1drop/Onedrop.AjaxForm
Releases · 1drop/Onedrop.AjaxForm
Neos 8 compatibility
Neos 7 compatibility
Merge pull request #7 from simonschaufi/patch-1 Add compatibility with Neos 7
Neos 5 compatibility
Merge pull request #5 from simonschaufi/neos5 Update composer for Neos 5
Migration
TASK: Apply migration Neos.Neos.Ui-20190319094900 Migrate additional RTE formatting configuration to new format Note: This migration did not produce any changes, so the commit simply marks the migration as applied. This makes sure it will not be applied again.
Fix nodetypes rename
3.3.3 Update Root.fusion to new prototype name
Reduce dependencies
[TASK] reduce dependencies on nodetypes package Resolves #4
3.3.1: Merge pull request #3 from beardcoder/master
[FEATURE] Pass form to custom event
Add JS für ESM
Now you can load the js file with es6 module loading
import { AjaxForm } from '../../../../../Packages/Application/Onedrop.AjaxForm/Resources/Public/JavaScript/form.esm';
let ajaxForms = document.querySelectorAll('[data-ajax="ajax-form"]');
for (let i = 0; i < ajaxForms.length; i++) {
new AjaxForm(ajaxForms.item(i));
}
Feature Release
Add custom events für ajax loading
Compatibility release
This package seems to be compatible with Neos ^4 so we mark it as such