Skip to content

Releases: 1drop/Onedrop.AjaxForm

Neos 8 compatibility

05 Oct 09:21
9f8978b
Compare
Choose a tag to compare
Merge pull request #9 from simonschaufi/neos-8

Neos 8 Compatibility

Neos 7 compatibility

02 Aug 16:06
8476669
Compare
Choose a tag to compare
Merge pull request #7 from simonschaufi/patch-1

Add compatibility with Neos 7

Neos 5 compatibility

14 Feb 08:51
a474df7
Compare
Choose a tag to compare
Merge pull request #5 from simonschaufi/neos5

Update composer for Neos 5

Migration

07 May 19:22
Compare
Choose a tag to compare
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

11 Dec 15:13
176cbfb
Compare
Choose a tag to compare
3.3.3

Update Root.fusion to new prototype name

Reduce dependencies

11 Dec 14:04
9486a3b
Compare
Choose a tag to compare
[TASK] reduce dependencies on nodetypes package

Resolves #4

3.3.1: Merge pull request #3 from beardcoder/master

27 Sep 12:18
123e5da
Compare
Choose a tag to compare
[FEATURE] Pass form to custom event

Add JS für ESM

21 Sep 13:39
34e77a2
Compare
Choose a tag to compare

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

14 Sep 10:35
Compare
Choose a tag to compare

Add custom events für ajax loading

Compatibility release

14 Sep 10:14
Compare
Choose a tag to compare

This package seems to be compatible with Neos ^4 so we mark it as such