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: codehs/chs-js-lib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.2.19
Choose a base ref
...
head repository: codehs/chs-js-lib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.2.20
Choose a head ref
  • 3 commits
  • 11 files changed
  • 2 contributors

Commits on Feb 28, 2022

  1. Webimage setImage race condition (#130)

    * When setting a WebImage's image with setImage, make sure any existing onload callbacks are cleared
    
    * Add tests for duplicate onload callbacks from calling setImage before initial setImage finished resolving.
    
    * Link to setimage example in docs
    anderoonies authored Feb 28, 2022
    Configuration menu
    Copy the full SHA
    678c01e View commit details
    Browse the repository at this point in the history
  2. Disallow sub 1 device pixel ratio (#132)

    * Round devicePixelRatio up to the nearest integer to prevent issues with zoom causing floating point widths of the canvas.
    
    * Devicepixelratio tests
    anderoonies authored Feb 28, 2022
    Configuration menu
    Copy the full SHA
    af21ac0 View commit details
    Browse the repository at this point in the history
  3. 0.2.20

    anderoonies committed Feb 28, 2022
    Configuration menu
    Copy the full SHA
    b79dced View commit details
    Browse the repository at this point in the history
Loading