Skip to content

2.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Jun 17:00

Please see 2.1 release announcement here: https://forum.agiletoolkit.org/t/atk-ui-2-1-release/834

Breaking Changes

  • Always convert large (>= 2^53) integers to string in JSON output (#1260) @mvorisek
  • Normalize View->add() to always require a seed class like ->factory() already does (#1238) @mvorisek
  • Remove support of relative class names (#1158) @mvorisek
  • Convert callables to closures and move hook names to constants (#1201) @mvorisek
  • Fix wrong URL fallbacks (#1167) @mvorisek

What’s Changed

Documentation enhancements