Skip to content

Releases: Dimonka2/flatform

PHP8, no laravelcollective html dependency, table improvements

08 Jun 16:04
Compare
Choose a tag to compare
  • Added PHP 8 to composer
  • Removed laravelcollective html dependency, Flatform has at least the same functionality
  • Various improvements to Livewire Table component
  • Scalar elements rendering. @Form([123]) will render 123 as text.

Support Livewire 2 and Laravel 8

15 Sep 10:07
Compare
Choose a tag to compare

Added support both versions of Livewire and added basic Laravel 8 support.

Table component filters and query string

23 Jul 21:06
Compare
Choose a tag to compare

Most important update is that Livewire TableComponent is getting pretty stable. Resolved issues with filter definitions and query strings for search, pagination and filtering.
Added awareness of void tag rendering.
Added some basic testing.

Livewire support

06 Jul 15:48
Compare
Choose a tag to compare

Added new Livewire table component, that supports sorting, pagination, search, select, actions, filtering and quick formatting.
Table translations.
Actions are now routed via Livewire.
Some minor select, checkbox, dropzone, tabs, modal and other fixes.

New simplified declaration syntax

12 Feb 11:33
Compare
Choose a tag to compare

New syntax will be explained later in documentation.
Basically it is possible to declare type without specifying a "type" key and items without specifying "items" key like:

['row', [
  ['div']
]]

Now the syntax becoming more readable and in some cases much shorter then pure HTML.

Latest updates

31 Jan 10:46
Compare
Choose a tag to compare
Latest updates Pre-release
Pre-release

New feature: datatable details.

Moving bindings to package

16 Jan 15:57
Compare
Choose a tag to compare

Breaking change:
You need to remove Flatform class bindings from config and leave there only custom classes.

Trying to fix composer

16 Jan 12:13
Compare
Choose a tag to compare

Multitemplate rendering

15 Jan 17:17
Compare
Choose a tag to compare

Intermediate update

This version contains most of the planned features

08 Jan 14:36
Compare
Choose a tag to compare
v0.1.1

input attributes