From a5b2a2cbeed25211afb16cf1cad4aaba181231a9 Mon Sep 17 00:00:00 2001 From: Roel Standaert Date: Wed, 17 Jul 2019 15:20:11 +0200 Subject: [PATCH] Add more explanation for WLeafletMap to release notes, added _blank to some s --- ReleaseNotes.html | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/ReleaseNotes.html b/ReleaseNotes.html index 025d575882..06ed29b206 100644 --- a/ReleaseNotes.html +++ b/ReleaseNotes.html @@ -61,8 +61,11 @@

Notable backwards-incompatible changes

New widgets

New examples

  • - Wt's widget coordinate calculation code now uses getBoundingClientRect(), which means that coordinate calculations are still accurate even when CSS transforms are used to position widgets. This was necessary for WidgetMarker support. + Wt's widget coordinate calculation code now uses getBoundingClientRect(), which means that coordinate calculations are still accurate even when CSS transforms are used to position widgets. This was necessary for WidgetMarker support.
  • WTemplate's while_f function now takes extra arguments, similar to the block function. @@ -155,11 +158,11 @@

    Miscellaneous features

    Miscellaneous bug fixes