Skip to content
Snippets Groups Projects
  1. Jul 05, 2017
    • Anders Kostending's avatar
      [TASK] Upgrade version of D3 to 4.9.1 · 87c343b0
      Anders Kostending authored
      This updates the version of D3 to the latest
      release, 4.9.1.
      
      The realese can be seen here: https://github.com/d3/d3/releases
      
      A lot of fixes have been added in the latest versions.
      
      v4.8.0:
       * Add d3.tickIncrement.
       * Fix d3.ticks to always return the most-precise representable
         values in IEEE 754!
       * Fix histogram.thresholds to retain thresholds equal to the
         domain’s upper bound.
       * Number format locales can now override the percent sign suffix.
         Thanks, @davinov!
      
      v4.9.0:
       * Change selection.style to return the inline style, if present.
       * Change transition.style to start from the inline style,
         if present.
       * Add link shapes!
       * Add d3.stackOffsetDiverging.
       * Add random.source to allow custom sources of randomness.
         Thanks, @rolyatmax!
       * Add drag.clickDistance for setting the click distance threshold.
         Thanks, @Epiphero!
       * Add zoom.clickDistance for setting the click distance threshold.
       * Add d3.style.
       * Fix rounding errors in continuous.nice.
       * Fix inconsistency between continuous.ticks and continous.nice.
         Thanks, @danielyule!
       * Fix axis tick offset for band and point scales.
       * Fix drag click suppression to ignore mousemove events that
         don’t actually move.
       * Fix zoom click suppression to ignore mousemove events that
         don’t actually move.
       * Fix error trying to interpolate objects without prototypes.
         Thanks, @devgru!
       * Optimize generated axis DOM slightly.
       * Improve error message descriptions in d3.queue.
         Thanks, @ethervoid!
      
      v4.9.1:
       * Fix d3.linkRadial to use radians rather than degrees.
       * Optimize path.pointRadius slightly.
      
      Resolves: #81652
      Releases: master, 8.7
      Change-Id: Ife6db0031c3a8341df6abb2dac43f64dafaeaa5e
      Reviewed-on: https://review.typo3.org/53296
      
      
      Tested-by: default avatarTYPO3com <no-reply@typo3.com>
      Reviewed-by: default avatarAnders Kostending <aha@systime.dk>
      Tested-by: default avatarAnders Kostending <aha@systime.dk>
      Reviewed-by: default avatarKasper Ligaard <kasperligaard+typo3.org@gmail.com>
      Reviewed-by: default avatarFrank Naegler <frank.naegler@typo3.org>
      Tested-by: default avatarFrank Naegler <frank.naegler@typo3.org>
      Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
      Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
      87c343b0
  2. Jul 04, 2017
  3. Jul 03, 2017
  4. Jul 02, 2017
  5. Jul 01, 2017
  6. Jun 30, 2017
  7. Jun 29, 2017
  8. Jun 28, 2017
  9. Jun 27, 2017
  10. Jun 26, 2017
  11. Jun 25, 2017
  12. Jun 23, 2017
  13. Jun 22, 2017
  14. Jun 21, 2017