·
6 commits
to refs/heads/develop
since this release
Major features
- Remove View::content property and View::set() method (#2073) @mvorisek
- Always initialize jQuery data from HTML attributes as string (#2274) @mvorisek
- Escape HTML by default in dropdown and toast (#2267) @mvorisek
- Teleport modals early using JS observer (#2257) @mvorisek
- Terminate async JS handlers when DOM owner is destroyed (#2244) @mvorisek
- Impl. clearable dropdown (#2209) @mvorisek
- Rename
Form::setModel()
method toForm::setEntity()
(#2239) @mvorisek - Add master checkbox to Grid (#1921) @mhuser
- Add loadable typecast for JsCallback arguments (#2225) @mvorisek
- Add reveal eye to password form control (#2219) @rickyosser
Breaking changes
- Make form control class abstract (#2271) @mvorisek
- Name $.atkAjaxec() plugin better (#2249) @mvorisek
- Use Fomantic UI "url" directly instead of "auto path" for Tab (#2247) @mvorisek
- Remove JsSse::$closeBeforeUnload property (#2245) @mvorisek
- Remove bool defaults support from Form\Control::onChange() (#2240) @mvorisek
- Use
int
type for ID for View::setSource() when the data is list (#2238) @mvorisek - Prevent setting text as HTML in
Text
(#2043) @mvorisek - Change "isDisabled" to "isEnabled" for actions everywhere (#2232) @mvorisek
Other changes
- Fix form control lookup multiple initial value (#2278) @mvorisek
- Upgrade Fomantic-UI to 2.10.0-beta.17 (#2277) @mvorisek
- Upgrade Fomantic-UI to 2.10.0-beta.16 (#2276) @mvorisek
- Update JS libs (#2275) @mvorisek
- Upgrade Fomantic-UI to 2.10.0-beta.14 (#1742) @mvorisek
- Upgrade Fomantic-UI to 2.10.0-beta.9 (#2272) @mvorisek
- Fix dropdown multiple JSON (#2270) @mvorisek
- Fix CI (#2269) @mvorisek
- Initialize Lookup selected values in JS constructor (#2268) @mvorisek
- Drop "set value" JS init from dropdown form control (#2266) @mvorisek
- Upgrade Fomantic-UI to 2.9.4 stable (#2265) @mvorisek
- Fix CS v3.70.0 (#2264) @mvorisek
- Fix "keep original modal dimmer hack" not called (#2263) @mvorisek
- Move "keep original dimmer" modal reload to teleport observer (#2261) @mvorisek
- Store native element in jQuery plugins (#2259) @mvorisek
- Fix element remove observer (#2258) @mvorisek
- Load tabs using JSON from server (#2255) @mvorisek
- Remove "-dev" suffix from version in src/App.php (#2254) @mvorisek
- Use specific PHP version in demos/Dockerfile (#2253) @mvorisek
- Upgrade Fomantic-UI to 2.9.4-beta.101 (#2252) @mvorisek
- Update JS libs (#2251) @mvorisek
- Unify JsExpressionable variable naming (#2250) @mvorisek
- Fix App::jsUrl() to always append "__atk_json=1" (#2248) @mvorisek
- Improve JS files naming (#2243) @mvorisek
- Fix table column tooltip typecast (#2076) @mkrecek234
- Strip "ID" suffix from reference form control label (#2241) @mvorisek
- Test demos Dockerfile build in CI (#2242) @mvorisek
- Fix menu dropdown for any model (#2237) @mkrecek234
- Disable bulk action buttons if selection is empty (#2233) @mvorisek
- Adjust code for removed UserAction::$modifier property (#2231) @mvorisek
- Validate user action earlier than before execute (#2230) @mvorisek
- Upgrade Codecov CI (#2227) @mvorisek
- Fix Behat CI (#2226) @mvorisek
- Fix row click demo with php callback (#2224) @mvorisek
- Upgrade PHPStan to v2.0 (#2223) @mvorisek
- Narrow array phpdocs (#2221) @mvorisek
- Fix 4C46 missing typecast in CRUD demo (#2216) @mvorisek
- Fix update "new class() {..." CS (#2217) @mvorisek
- Build epub and htmlzip docs (#2214) @Jmos
- Fix CSS build (#2213) @mvorisek
- Add "smallint" and "bigint" support to FilterModel (#2211) @mkrecek234