Sebastian
Sebastian
Right now Colcade needs always an active column to work without errors. But sometimes you don't want to have an active column on some viewports (without destroying colcade), so it...
Hi guys, first of all: Thanks for your great work! We want to use the tool like in the old version, which means: As long there was no explicit input,...
Now `.outerWidth()` instead of `.width()` is used, which correctly includes the padding and border of the opened datepicker. Also the offset of the container (appendTo (default: body)) is used in...
Additional to https://github.com/unic/estatico/pull/32 Will move the registration of module classes out of the core EstaticoApp constructor. That core class should handle the app, but shouldn't be responsible for listing all...
**Fixes the initialization of the JS for modules** Refactoring: - the name, events and default options are defined as constants or at least static (again), in the latest version the...