Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: naver/billboard.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.10.0
Choose a base ref
...
head repository: naver/billboard.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.10.1
Choose a head ref
  • 5 commits
  • 9 files changed
  • 3 contributors

Commits on Aug 7, 2019

  1. chore(release): Update release configuration

    - Update relative path for doc API custom css loading
    - Use fixed gh-pages version, due to the bug from the latest 2.1.0
    [skip ci]
    netil committed Aug 7, 2019
    Configuration menu
    Copy the full SHA
    a63cb13 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2019

  1. docs(axis): Add info for y2.show option

    Add note about 'y2' axis node generation.
    [skip ci]
    
    Ref #1016
    netil committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    c011b89 View commit details
    Browse the repository at this point in the history
  2. fix(interaction): Fix on eventRect generation

    - Make sure to get x Axis tick values
    - Revert .updateXs()
    
    Fix #1019
    netil authored Aug 9, 2019
    Configuration menu
    Copy the full SHA
    3dd9439 View commit details
    Browse the repository at this point in the history
  3. chore(package): tree-shaking drops 90% of the code

    In an es modules environment you can import billboard.js using `import {bb} from 'billboard.js/src/core'`.
    If you bundle the code using rollup or webpack, most of the code is removed by the tree-shaking algorithm, because the files are marked as side-effect free, even though they contain side-effects.
    
    Re https://webpack.js.org/guides/tree-shaking/#mark-the-file-as-side-effect-free
    
    Re rollup/rollup#3039
    
    Close #1017
    cristinecula authored and netil committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    7a70778 View commit details
    Browse the repository at this point in the history
  4. chore(release): 1.10.1 [skip ci]

    ## [1.10.1](1.10.0...1.10.1) (2019-08-09)
    
    ### Bug Fixes
    
    * **interaction:** Fix on eventRect generation ([3dd9439](3dd9439)), closes [#1019](#1019)
    semantic-release-bot committed Aug 9, 2019
    Configuration menu
    Copy the full SHA
    a23ac01 View commit details
    Browse the repository at this point in the history
Loading