Difference between revisions of "Lazarus 2.2.0 release notes"

From Lazarus wiki
Jump to navigationJump to search
Line 26: Line 26:
  
 
==Components incompatibilities==
 
==Components incompatibilities==
 +
 +
=== TAChart: Chart.AllowZoom changed ===
 +
The property AllowZoom of TChart is meant to give the user the chance to turn of the builtin zooming feature.
 +
* Old behavior: AllowZoom operates also on an external toolset.
 +
* New behavior: AllowZoom is effective only for the built-in toolset.
 +
* Reason: More consistent handling of properties
 +
* Remedy: Use the property Enabled of the external zoom tool to switch zooming off, or don't add a zoom tool at all.
  
 
==IDE incompatibilities==
 
==IDE incompatibilities==

Revision as of 11:51, 24 November 2018

Lazarus 2.2.0 is not yet released. This page is under construction!

Statistics:

  1. commits: xxx
  2. log: svn log -r xxxx:xxxx
  3. resolved bug tracker issues: xxx

LCL Interfaces Changes

LCL Changes

IDE Changes

IDE Interface Changes

Components

  • Spotter: New IDE addon, showing a search list of all IDE commands.
  • TAChart: New property "AllowPanning" to turn built-in panning on/off.

Changes affecting compatibility

LazUtils

LCL incompatibilities

Components incompatibilities

TAChart: Chart.AllowZoom changed

The property AllowZoom of TChart is meant to give the user the chance to turn of the builtin zooming feature.

  • Old behavior: AllowZoom operates also on an external toolset.
  • New behavior: AllowZoom is effective only for the built-in toolset.
  • Reason: More consistent handling of properties
  • Remedy: Use the property Enabled of the external zoom tool to switch zooming off, or don't add a zoom tool at all.

IDE incompatibilities

Previous release notes