Releasing refs/heads/release/2.1.0 into master#1039
Merged
Conversation
Add comments clean up.
Feature/column user actions
Add ability to setup apiConfig for jsCallback.
…into feature/table-menu-action
Feature/Table Menu Action
* Add CS fixer dev dependency
* Add concat spaces
CS Fixer rule: {"concat_space": {"spacing": "one"}}
* [fix] PHP Notice Bad Index on jsCallback Refactor getJsExec in jsCallabkack method. - Returning a View is not dependant of index[0] anymore when in array. Fix: #1010 * add comment * more refactoring * enable output of modal * update demo * Move return types to the code * Fix StyleCI * Use instanceof positively for better refactorability * fix selenium test * fix lookup and vue test * Add missing end NL Co-authored-by: Michael Voříšek <mvorisek@mvorisek.cz>
* Do not append semicolon to statement when not needed * also if ends with block
* Feature/Dropdown Cascade Form Field * missing return * styleci * add doc and connect to renderRow callback
* Fix TableColumn\Label for null values When $field->get() returns null cast to empry Array to avoid foreach error. * Update Labels.php Co-authored-by: Imants Horsts <DarkSide666@users.noreply.github.com>
* [refactor] AutoComplete into Lookup * setup proper file name for test * update php doc reference * Fix StyleCI * fix test * Apply fixes from StyleCI (#1032) Co-authored-by: Michael Voříšek <mvorisek@mvorisek.cz> Co-authored-by: Romans Malinovskis <me@nearly.guru>
Error in line 550 on 'Actions' column.
Codecov Report
@@ Coverage Diff @@
## master #1039 +/- ##
=========================================
Coverage ? 24.86%
Complexity ? 2655
=========================================
Files ? 126
Lines ? 6177
Branches ? 0
=========================================
Hits ? 1536
Misses ? 4641
Partials ? 0
Continue to review full report at Codecov.
|
* bump fomantic verison * Update App.php
* Added working Dockerfile * add codefresh build * fix * wip * added helm * wip * add lock file for easier install * wip * wip * wip * wip * wip * wip
* Improving tutorials * fix * Apply fixes from StyleCI * can update demo, that's also OK * wip * Apply fixes from StyleCI * that's not a useful file * cleaned up Actions menu and added more explanations * not sure why tthis wasn't loading * Apply fixes from StyleCI
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Do not merge master into develop