Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.0 #172

Merged
merged 490 commits into from
Feb 6, 2020
Merged

Release v1.0 #172

merged 490 commits into from
Feb 6, 2020

Conversation

exabyssus
Copy link
Contributor

@exabyssus exabyssus commented Sep 16, 2019

Changelog

  • Refactored Layout - added ability to use columns and multiple panels.
    protected function form(Form $form, PanelLayout $layout)
    {
        $layout->panel('Panel Heading', $layout->grid(function (Grid $grid) use ($layout) {
            $grid->column(6, new Content())
                ->push('Field Set heading')
                ->push(...);

            $grid->column(6, new Content())
               ->push(...)
               ->push(...);
        }));
    }
  • Refactored Fields and Field Renderers - Added ability to disable fields, change renderers on runtime, and more.

  • Added Advanced Filters (beta)

  • Added Help section to fields

  • Added Required field indicator

  • Added Node Preview

       $grid->getFilterManager()
            ->addFilter('type', 'Type', RelationExistenceFilterType::class);
  • Added Bulk Edit (beta)

  • Added Constructor Page for Nodes

  • Added Date base “Active” param for Nodes

  • PSR-1/2 Code style standarts

  • Authentication decoupled from Sentinel

  • Removed Generators

  • Bugfixes

rerzy and others added 29 commits December 4, 2019 13:54
Fixed sortable buttons for constructor panels
* Fixed validation error when a constructor block is being removed
Fix Node Service ignoring route cache
Create saved filters model; Create default filter value transformer;
Fix travis test, end PHP 7.1
@exabyssus exabyssus merged commit 4684d10 into master Feb 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

10 participants