Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* PHP 8.0 * Translator: switch from ITranslator to Translator (#973) * [7.x] Bootstrap 5 + PHP 8 + vanilla javascript (#1021) * Bootstrap 5 * Bootstrap 5 (docs) * Bootstrap 5 * form-control -> form-select * Bump bootstrap-select for Bootstrap 5 support * Removed `input-sm` from Bootstrap 3 See https://getbootstrap.com/docs/4.0/migration/#forms-1 * Bootstrap 5: When selectpicker, replace form-select classes with form-control and refresh it * Hide `underline` also for `dropdown-item`. And merged into one CSS rule. * Update the filterMultiSelect initialization * Text-align: left -> start Co-authored-by: Radim Vaculík <[email protected]> Co-authored-by: Jaroslav Líbal <[email protected]> * [7.x] phpstan-deprecation-rules (#1061) * Fix sort * Add method for setting custom Action href, v6.x (#853) * [7.x] Nextras ORM 4 support, closes #984 * Fix ElasticsearchDataSource.php data source (#1041) * Error: Typed property Ublaboo\DataGrid\InlineEdit\InlineEdit::$itemID must not be accessed before initialization * composer: allow-plugins: php-http/discovery * ItemDetailForm: $httpPost: Typed property must not be accessed... * phpstan: revert --memory-limit=4G * NetteDatabaseSelectionHelper: Context -> Explorer, getSupplementalDriver -> getDriver * Update README.md * Templates: fix variables * data-bs-toggle attribute for multiaction button (#1072) * dependabot.yml (#1078) * Allow nette/utils:4.0 (#1077) * Add onColumnShow and onColumnHide event methods (#1076) * Add onColumnShow and onColumnHide event methods * Add native type array * Removed duplicity * Return value of BackedEnum when reading Doctrine entity property. (#1081) * Return value of BackedEnum when reading array value (#1083) * Added method to check if filter is on default values; Closes #1082 (#1084) * ublaboo -> contributte (#1067) (#1075) * Delete dependabot.yml * Gitignore: remove compat.php * Assets: rewrite to TS and plugin system * Add missing phpdoc type (#1090) * Add support for `nette/utils` version `4.0.0` (#1086) * Add missing phpdoc type --------- Co-authored-by: Dominik Harmim <[email protected]> * fix: resolution name for datagrid -> attribute instead of class * Fix timeout utils.ts (#1091) During the build [tsl] ERROR in /node_modules/ublaboo-datagrid/assets/utils.ts(130,3) TS2322: Type 'Timeout' is not assignable to type 'number'. * Typo fixes in docs (#1088) * Fixed typos in columns.md * Fixed typos in actions.md * Update data-source.md * Fixed typos in export.md * Fixed typos, missing/redundant words in filters.md * Update columns.md * Fixed typos group-action.md * Fixed typo inline-edit.md * Fixed missin comma localization.md * Fixed typos row.md * Add support for `nette/utils` version `4.0.0` (#1086) * Update .docs/export.md Co-authored-by: Radim Vaculík <[email protected]> --------- Co-authored-by: Dominik Harmim <[email protected]> Co-authored-by: Radim Vaculík <[email protected]> * Housekeep: Fix cs & phpstan issues (#1097) * Fix: Github Actions: Coverage (#1098) * Using data-datagrid-name="<name>" instead if data-datagrid-<name> * Fixed CSS: change .datagrid selector to [data-datagrid-name] * Fixed inline edit plugin * phpstan fix * Minor CSS changes for the next verison of datagrid * Fix cs & phpstan * Fix failing tests * PHP 8.1 is new minimal version * Fix phpstan --------- Co-authored-by: Radim Vaculík <[email protected]> Co-authored-by: Jaroslav Líbal <[email protected]> Co-authored-by: Pavel Linhart <[email protected]> Co-authored-by: Jan Bednář <[email protected]> Co-authored-by: emololftw <[email protected]> Co-authored-by: Vojtěch Kaizr <[email protected]> Co-authored-by: jiriermis <[email protected]> Co-authored-by: Martin Procházka <[email protected]> Co-authored-by: Mia Vališová (Liliana) <[email protected]> Co-authored-by: Vít Kutný <[email protected]> Co-authored-by: Dominik Harmim <[email protected]> Co-authored-by: Tomáš Mîčka <[email protected]> Co-authored-by: Martin Kokeš <[email protected]> Co-authored-by: RYUcze <[email protected]> Co-authored-by: Pavel Janda <[email protected]> Co-authored-by: Kryštof Záhumenský <[email protected]>
- Loading branch information