2.3.0
What’s Changed
- Fix caching, use raw.githack.com instead of jsdelivr for develop (#1475) @mvorisek
- Fix composer CS (#1473) @mvorisek
- Bundle repeatable build JS files (#1470) @mvorisek
- Feature/add date picker to Multiline (#1464) @ibelar
- Refactor ScopeBuilder date picker (#1463) @ibelar
- Fix JS bundle URL escape (#1465) @mvorisek
- [fix] Behat test when using chunk js file (#1458) @ibelar
- Add smoke and burn CI testing (#1456) @mvorisek
- [fix] set defautl path when missing (#1454) @ibelar
- Catch all errors by App handler incl. php notices (#1453) @mvorisek
- [fix] - Bundle loading path (#1452) @ibelar
- [feature] Vue Component loaded dynamically (#1448) @ibelar
- Fix Multiline component (#1451) @DarkSide666
- Move setting ScopeBuilder default scope (#1450) @georgehristov
- Feature/fix scopebuilder (#1449) @DarkSide666
- [fix] - CascadeDropdown rendering (#1445) @ibelar
- Improve doc only (#1447) @mvorisek
- Fix code to not use dropped legacy/array OR (#1446) @mvorisek
- Update code for dropped magical "id" property from Model (#1442) @mvorisek
- Update code for updated "id" handling/checking (#1441) @mvorisek
- Fix/doc attributes and typos (#1443) @georgehristov
- [fix] attributes layout (#1440) @georgehristov
- [fix] class declarations in docs (#1439) @georgehristov
- Fix doc syntax (#1438) @mvorisek
- Norm phpunit config and CS config (#1436) @mvorisek
- Fix code for updated Model class (prevent reload with a different record (#1429) @mvorisek
- Add type validation to factory calls (#1282) @mvorisek
- [fix] - Js Package bundle (#1430) @ibelar
- [fix] Dropdown using multiple in read only mode (#1433) @ibelar
- [fix] Date picker popup style (#1432) @ibelar
- Enforce industry standard Airbnb JS Coding Standards (#1426) @mvorisek
- Lint (incl. CS) JS files in GH CI (#1280) @mvorisek
- Add possibility to change Template class in loadTemplate; clean up App (#1425) @PhilippGrashoff
- Build and diff HTML in GH CI + fix sync (#1423) @mvorisek
- Build and diff CSS in GH CI + fix sync (#1424) @mvorisek
- Fix Model::setOrder() usage (#1422) @mvorisek
- Do not use compact() function (#1421) @mvorisek
- Use native and/or in Vue Scope builder internally (#1386) @mvorisek
- Do not bundle Vue licence file (#1419) @mvorisek
- Improve comment CS (#1418) @mvorisek
- Fix code for updated phpunit CodeCoverage constructor (#1416) @mvorisek
- Render full exception details on ModalExecutor error (#1412) @mvorisek
- Extract native code instead of string eval in demos (#1408) @mvorisek
- Fix input form attribute as soon as possible, needed for partial render (#1410) @mvorisek
- View::_getStickyArgs() returns args incl. from self (#1407) @mvorisek
- Improve Behat testing - always fail if page contains uncaught exception (#1404) @mvorisek
- [feature] introduce AboveInput and BelowInput regions for Upload (#1403) @georgehristov
- [fix] closure variable name (#1402) @georgehristov
- [fix] usage of array access on model in demo (#1400) @georgehristov
- [fix] check if any data recalled by FilterModel (#1398) @georgehristov
- Improve Behat testing and handle all waits using hooks (#1392) @mvorisek
- Add Behat testing with Firefox (#1389) @mvorisek
- Test using locally built JS/CSS files (#1391) @mvorisek
- Move Behat testing to GitHub Actions (#1390) @mvorisek
- Refactor usages of call_user_func to direct calls (#1387) @mvorisek
- Introduce FormField\ScopeBuilder (#1127) @georgehristov
- [fix] Build Query function (#1381) @ibelar
- [fix] Modal Element reload (#1374) @ibelar
- [fix] ModalExecutor getControl() (#1373) @ibelar
- fix composer.json (#1371) @DarkSide666
- Fix form selector for Lookup with dependency support (#1370) @mvorisek
Breaking Changes
- Dropdown refactor (#1457) @ibelar
- Cleanup JsExpression to string/JS (#1466) @mvorisek
- Refactor Js Atk Bundle eventBus (#1435) @ibelar
- Make init() methods protected and fix calls to ->invokeInit() (#1428) @mvorisek
- No app/global sticky Callback (#1397) @mvorisek
- Rename Upload control URL args (#1417) @mvorisek
- Add AbstractView and use it as a base class for Callback (#1396) @mvorisek
- Callback/sticky args refactor (#1377) @ibelar
- Allow upload multiple (#1380) @mvorisek
- Callable to closure refactor (#1384) @mvorisek