rc2 post: things pushed out of rc2; link to tooltip docs
This commit is contained in:
parent
f77324eb34
commit
5b755144e3
@ -16,12 +16,20 @@ Leaflet 1.0-rc2 is mainly bug fixing, with two notable exceptions. The full list
|
|||||||
|
|
||||||
* Event refactoring: thanks to an initial work from [@fab1an](https://github.com/fab1an), coordinated by [@perliedman](https://github.com/perliedman), the events are greatly optimized: they are faster, and consume less memory.
|
* Event refactoring: thanks to an initial work from [@fab1an](https://github.com/fab1an), coordinated by [@perliedman](https://github.com/perliedman), the events are greatly optimized: they are faster, and consume less memory.
|
||||||
|
|
||||||
* New `L.Tooltip` class: started as a port of Leaflet.Label plugin to Leaflet core, and then reworked, this new class allows to display small tooltips attached to map features. The API is very similar to what Leaflet.Label was (with some exceptions in options naming and default values), so the upgrade path from Leaflet.Label to `L.Tooltip` should be straightforward, and we encourage you to do so while upgrading your Leaflet to 1.0.
|
* New `L.Tooltip` class: started as a port of Leaflet.Label plugin to Leaflet core, and then reworked, this new class allows to display small tooltips attached to map features. The API is very similar to what Leaflet.Label was (with some exceptions in [options naming and default values](https://github.com/Leaflet/Leaflet.label#upgrade-path-to-ltooltip)), so the upgrade path from Leaflet.Label to `L.Tooltip` should be straightforward, and we encourage you to do so while upgrading your Leaflet to 1.0.
|
||||||
|
|
||||||
![L.Tooltip](/docs/images/2016-07-18-tooltip.png)
|
![L.Tooltip](/docs/images/2016-07-18-tooltip.png)
|
||||||
|
|
||||||
More in the [1.0.0-rc2 changelog](https://github.com/Leaflet/Leaflet/blob/master/CHANGELOG.md#10-rc2-july-18-2016).
|
More in the [1.0.0-rc2 changelog](https://github.com/Leaflet/Leaflet/blob/master/CHANGELOG.md#10-rc2-july-18-2016).
|
||||||
|
|
||||||
|
## What's left for 1.0.0-final
|
||||||
|
|
||||||
|
The Leaflet team is very happy about the progress from rc1 to rc2, but not all features were tackled.
|
||||||
|
|
||||||
|
Notably, the scroll zoom with an Apple Magic Mouse has proven to be very tricky to debug (especially since not all members of the team have access to one). Getting a good experience when scroll-zooming with this particular device had been planned for rc2 but ultimately it was pushed back for 1.0.0-final.
|
||||||
|
|
||||||
|
While there are no big features planned, a few but mischevous and tricky bugs are left - such as subpixel offset, CSS trickery, zoom vibration.
|
||||||
|
|
||||||
### Leafdays
|
### Leafdays
|
||||||
|
|
||||||
The core team being spread all over Europe, we are doing so called "Leafdays" from time to time to remotely work together during one full day. Here is a debug session with [@perliedman](https://github.com/perliedman) screen sharing:
|
The core team being spread all over Europe, we are doing so called "Leafdays" from time to time to remotely work together during one full day. Here is a debug session with [@perliedman](https://github.com/perliedman) screen sharing:
|
||||||
|
Loading…
Reference in New Issue
Block a user