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: livingdocsIO/srcissors
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7f70fd0
Choose a base ref
...
head repository: livingdocsIO/srcissors
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 75c54da
Choose a head ref
  • 5 commits
  • 11 files changed
  • 1 contributor

Commits on Feb 2, 2021

  1. chore: Fix source maps when running webpack-dev-server

    Add -d option to make source maps work in Chrome/Firefox.
    
    From documentation (npx webpack --help):
      -d           shortcut for --debug --devtool eval-cheap-module-source-map --output-pathinfo
    romankaravia committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    2216352 View commit details
    Browse the repository at this point in the history
  2. chore: Add eslint to devDependencies

    Rationale: There is already an eslint config in this repo.
    Adding eslint as a dependency means that developers do not need
    to install it globally and everybody is using the same version.
    romankaravia committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    ffbdcd4 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

  1. feat: originalSize

    Add `originalSize` option, which allows to display a downscaled version of the
    image in the cropping interface, but use the original size for crop attributes.
    romankaravia committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    afd7884 View commit details
    Browse the repository at this point in the history
  2. chore: Update build

    romankaravia committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    24c4d6a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #19 from livingdocsIO/feat-original-size

    Add originalSize option
    romankaravia authored Feb 9, 2021
    Configuration menu
    Copy the full SHA
    75c54da View commit details
    Browse the repository at this point in the history
Loading