Changes between Version 4 and Version 5 of Release/2.7/Notes

Show
Ignore:
Timestamp:
09/04/08 16:56:06 (5 years ago)
Author:
euzuro
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Release/2.7/Notes

    v4 v5  
    1111== New features == 
    1212 
     13 * New XMLHTTPRequest interface: !OpenLayers.Request makes doing all the AJAX calls (GET,POST,PUT,DELETE,OPTIONS,HEAD) simpler and more intuitive. See [wiki:Request] for detailed information. (r7335 / #1565) 
     14 * Class-management functions added to OpenLayers.Element class: hasClass(), addClass(), removeClass(), and toggleClass() all make it easier for users to manage/manipulate the css classes attributed to DOMElements. (r7579 / #1607) 
     15 * !ZoomPanel and !PanPanel controls: Essentially these are new css-ified versions of the !PanZoom control, making it infinitely easier for users to add their own, customized panning and zooming controls (#1400) 
    1316 
    1417== Changes to existing applications from previous versions == 
    1518 
    1619 * On the SelectFeature control hover can no longer be set on the SelectFeature control after the control has been initialized: must be passed at initialize time. (r7682 / #1655) 
     20 * Overlays with no scale/resolution properties set are now visible at all resolution levels (r/#)