Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 2.7.1 #4876

Merged
merged 22 commits into from Oct 28, 2017
Merged

Version 2.7.1 #4876

merged 22 commits into from Oct 28, 2017

Commits on Sep 11, 2017

  1. Expand scale jsdocs (#4736)

    benmccann authored and etimberg committed Sep 11, 2017
    Configuration menu
    Copy the full SHA
    4396a53 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2017

  1. Configuration menu
    Copy the full SHA
    2b89f7a View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2017

  1. Configuration menu
    Copy the full SHA
    52145de View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2017

  1. Configuration menu
    Copy the full SHA
    8a4ac1e View commit details
    Browse the repository at this point in the history
  2. Error if style is null (#4781)

    I tested in Chrome and when style(line 50) is null, style.toString is undefined
    Reason: typeof null equals "object" (at least in Chrome)
    Rydori authored and etimberg committed Sep 29, 2017
    Configuration menu
    Copy the full SHA
    b94532c View commit details
    Browse the repository at this point in the history
  3. Fix handling of null labels (#4795)

    benmccann authored and etimberg committed Sep 29, 2017
    Configuration menu
    Copy the full SHA
    b4d6924 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2017

  1. fix colour settings of BeforeLabel and BeforeBody (#4783)

    * fix colour settings of BeforeLabel and BeforeBody
    
    * delete redundant variable declaration
    
    * collect label colour setting.
    Rittyan authored and etimberg committed Oct 2, 2017
    Configuration menu
    Copy the full SHA
    0bd0654 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2017

  1. fixed typo (#4819)

    einfallstoll authored and etimberg committed Oct 6, 2017
    Configuration menu
    Copy the full SHA
    73a3c3b View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2017

  1. Fix responsive issue when the chart is recreated (#4774)

    Chrome specific issue that happens when destroying a chart and re-creating it immediately (same animation frame?). The CSS animation used to detect when the canvas become visible is not re-evaluated, breaking responsiveness. Accessing the `offsetParent` property will force a reflow and re-evaluate the CSS animation.
    simonbrunel committed Oct 7, 2017
    Configuration menu
    Copy the full SHA
    3fe198c View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2017

  1. Configuration menu
    Copy the full SHA
    fa2ca2c View commit details
    Browse the repository at this point in the history
  2. Fix markdown (#4827)

    benmccann authored and etimberg committed Oct 8, 2017
    Configuration menu
    Copy the full SHA
    d2226b2 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2017

  1. Fix choosing of formatting unit (#4779)

    * Don't change minorFormat when determining label capacity
    
    * Fix choosing of formatting unit
    benmccann authored and etimberg committed Oct 9, 2017
    Configuration menu
    Copy the full SHA
    d81afc8 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2017

  1. Fixes #4772: added scope for tooltip position mode call and added docs (

    #4784)
    
    * added scope for tooltip position mode call and added docs
    
    * added test for positioner
    
    * removed named func for lint
    
    * resolved pull-request comments
    Florian Scholz authored and etimberg committed Oct 10, 2017
    Configuration menu
    Copy the full SHA
    c83b03f View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2017

  1. Configuration menu
    Copy the full SHA
    8ac0257 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2017

  1. minor doc fixes (#4851)

    minusf authored and etimberg committed Oct 16, 2017
    Configuration menu
    Copy the full SHA
    11315fb View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2017

  1. Respect min and max when building ticks (#4860)

    Generate time scale ticks (`ticks.source: 'auto'`) based on the effective visualized range instead of the actual data range, meaning that the computed units and/or step size may change if the time options min and max are different from the data min and max.
    benmccann authored and simonbrunel committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    b64fd5d View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2017

  1. Configuration menu
    Copy the full SHA
    ee6432b View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2017

  1. Attempt to fix test flakiness (Firefox) (#4880)

    These settings deal with browser disconnects. We had seen test flakiness from Firefox:
    [Firefox 56.0.0 (Linux 0.0.0)]: Disconnected (1 times), because no message in 10000 ms
    benmccann authored and simonbrunel committed Oct 22, 2017
    Configuration menu
    Copy the full SHA
    9f32f07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c81a55f View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2017

  1. Move extend and inherits helpers in helpers.core.js (#4878)

    Fix Rollup issue caused by early access of the `extend` and `inherits` helpers not yet part of the `helpers/index` import. Also added (basic) unit tests for whose methods.
    simonbrunel committed Oct 24, 2017
    Configuration menu
    Copy the full SHA
    26c1936 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2017

  1. Configuration menu
    Copy the full SHA
    13e9676 View commit details
    Browse the repository at this point in the history
  2. Bump version to 2.7.1 (#4877)

    benmccann authored and simonbrunel committed Oct 28, 2017
    Configuration menu
    Copy the full SHA
    8a6d58d View commit details
    Browse the repository at this point in the history