5.0 KiB
5.0 KiB
v3.8.0
Summary
The v3.8.0 release includes features and fixes from 33 pull requests since v3.7.0. While summer vacations have slowed the pace of development a bit this month, there are some nice improvements in this release. See the complete list below for details.
New features and fixes
- #3957 - Properly handle vertex deletion with multiple features. (@tschaub)
- #3954 - Remove ol.control.Control.bindMouseOutFocusOutBlur function. (@fredj)
- #3214 - Pixel manipulation with raster sources. (@tschaub)
- #3946 - Fix vertex deletion for Modify interaction on mobile devices. (@Turbo87)
- #3910 - Do not provide an AMD environment to ol.ext modules. (@ahocevar)
- #3934 - Fix
drawstartanddrawendevents when drawing a point (@fredj) - #3774 - Measure tooltips touchdevice (@pgiraud)
- #3949 - Remove count argument from
calledfunction (@fredj) - #3950 - Remove reference to vbarray.js (@elemoine)
- #3947 - Clarify documentation of Image source ratio option. (@alvinlindstam)
- #3920 - Remove use_types_for_optimization from custom build tutorial. (@probins)
- #3922 - Document {?-?} pattern in expandUrl (@probins)
- #3921 - Cache node_modules on Travis. (@bjornharrtell)
- #3942 - Fix WMTS TileMatrixSet lookup by SRS identifier (@ahocevar)
- #3945 - Simplify icon example and show popup at clicked position (@ahocevar)
- #3930 - Use goog.functions.identity instead of goog.identityFunction (@fredj)
- #3929 - Expand description for XYZ source (@probins)
- #3933 - Snap center to pixel to avoid floating point issues (@ahocevar)
- #3932 - SnapOptions: Fix typo in pixelTolerance JSDoc (@Turbo87)
- #3931 - Remove unused htmlparser2 package (@fredj)
- #3912 - Fix the event type fired by goog.fx.Dragger (@fredj)
- #3871 - Document change events properly (@ahocevar)
- #3906 - Clear features properly when there is no spatial index (@ahocevar)
- #3896 - Fire WebGL precompose event in same sequence as other renderers (@ahocevar)
- #3359 - Enable deep clone of MultiPolygon. (@Kenny806)
- #3895 - Rework the tile queue for multiple queues. (@aisaacs)
- #3894 - Install Python dependencies without sudo. (@tschaub)
- #3824 - Improve docs for interaction.Select. (@probins)
- #3884 - Provide a debug loader for the library. (@tschaub)
- #3883 - Ignore layer filter for unmanaged layers (@ahocevar)
- #3859 - Add in crossOrigin option (@llambanna)
- #3873 - Correct minor typo in modifyinteraction (@probins)
- #3872 - Correct event notations in ol.Feature (@probins)