RemObjects Elements v12.0.0.2935

Released: Jun 22, 2024

Atualizações na v12.0.0.2935

Recursos

  • Core
    • Merged EBuild.
    • Merged RTL2.
  • EBuild
    • Build scripts: You can now allow Platform attribute as doc'ed.
  • Elements RTL
    • String.ProcessVariables: Added a new convenience overload that just takes a dictionary.
    • Timer: Clarified API to make clear that it defaults to repeat = true.

Correções

  • Core
    • Support treat as fixed for missing var in assignment (cleaner implementation).
    • uninstall.sh does not remove all installed artifacts.
    • Testcase fixes.
  • EBuild
    • Toffee: Cannot link MacCatalyst app because binary is "MacCatalyst".
    • Build scripts: Resolve unknown variables to "" in pre/post-build scripts.
    • Use String:ProcessVariables from RTL2, which also fixes $$ escaping issue.
    • XMLDoc: Let WarnForMissingParameters default to false.
  • Elements RTL
    • Environment.MachineName didn't work for Island/Darwin.
    • Testcase fixes.