Skip to content

Releases: manuelhenke/ios-calculator-for-web

v1.2.14

15 Dec 13:02
a8ae544
Compare
Choose a tag to compare

1.2.14 (2022-12-15)

Bug Fixes

  • ensure active class name (b21fbf7)

v1.2.13

02 Sep 12:47
Compare
Choose a tag to compare

What's Changed

  • chore(deps-dev): bump @commitlint/cli from 17.0.3 to 17.1.1 by @dependabot in #53
  • chore(deps-dev): bump @commitlint/config-conventional from 17.0.3 to 17.1.0 by @dependabot in #55
  • chore(deps-dev): bump eslint from 8.22.0 to 8.23.0 by @dependabot in #54
  • chore(deps-dev): bump terser-webpack-plugin from 5.3.5 to 5.3.6 by @dependabot in #56
  • chore(deps-dev): bump @commitlint/cli from 17.1.1 to 17.1.2 by @dependabot in #57
  • chore(deps-dev): bump sass from 1.54.5 to 1.54.6 by @dependabot in #58
  • chore(deps-dev): bump sass from 1.54.6 to 1.54.7 by @dependabot in #59
  • chore(deps-dev): bump sass from 1.54.7 to 1.54.8 by @dependabot in #60

Full Changelog: v1.2.12...v1.2.13

v1.2.12

23 Aug 23:00
Compare
Choose a tag to compare

What's Changed

  • chore(deps-dev): bump sass from 1.54.2 to 1.54.3 by @dependabot in #35
  • fix(deps): bump actions/github-script from 3 to 6 by @dependabot in #36
  • fix(deps): bump lewagon/wait-on-check-action from 1.0.0 to 1.1.2 by @dependabot in #37
  • chore(deps-dev): bump @web/test-runner from 0.13.31 to 0.14.0 by @dependabot in #38
  • chore(deps-dev): bump @custom-elements-manifest/analyzer from 0.6.3 to 0.6.4 by @dependabot in #39
  • chore(deps-dev): bump postcss from 8.4.14 to 8.4.16 by @dependabot in #40
  • fix(deps): bump actions/cache from 3.0.5 to 3.0.6 by @dependabot in #41
  • chore(deps-dev): bump eslint-plugin-sonarjs from 0.14.0 to 0.15.0 by @dependabot in #42
  • chore(deps-dev): bump sass from 1.54.3 to 1.54.4 by @dependabot in #43
  • chore(deps-dev): bump stylelint from 14.9.1 to 14.10.0 by @dependabot in #44
  • fix(deps): bump actions/cache from 3.0.6 to 3.0.7 by @dependabot in #45
  • chore(deps-dev): bump terser-webpack-plugin from 5.3.3 to 5.3.4 by @dependabot in #46
  • chore(deps-dev): bump eslint from 8.21.0 to 8.22.0 by @dependabot in #47
  • chore(deps-dev): bump terser-webpack-plugin from 5.3.4 to 5.3.5 by @dependabot in #48
  • chore(deps-dev): bump sass from 1.54.4 to 1.54.5 by @dependabot in #49
  • chore(deps-dev): bump stylelint from 14.10.0 to 14.11.0 by @dependabot in #50
  • chore(deps-dev): bump @babel/core from 7.18.10 to 7.18.13 by @dependabot in #51
  • fix(deps): bump actions/cache from 3.0.7 to 3.0.8 by @dependabot in #52

Full Changelog: v1.2.11...v1.2.12

v1.2.11

04 Aug 14:59
Compare
Choose a tag to compare

What's Changed

  • chore(deps-dev): bump sass from 1.54.0 to 1.54.2 by @dependabot in #33
  • chore(deps-dev): bump eslint-plugin-lit-a11y from 2.2.1 to 2.2.2 by @dependabot in #32
  • chore(deps-dev): bump @web/test-runner from 0.13.27 to 0.13.31 by @dependabot in #31
  • chore(deps-dev): bump sass-loader from 12.6.0 to 13.0.2 by @dependabot in #29
  • chore(deps-dev): bump @open-wc/eslint-config from 7.0.0 to 8.0.2 by @dependabot in #34

Full Changelog: v1.2.10...v1.2.11

v1.2.10 - Dependencies update

02 Aug 09:18
Compare
Choose a tag to compare

What's Changed

  • Bump async from 2.6.3 to 2.6.4 by @dependabot in #16
  • chore(deps-dev): bump @babel/core from 7.18.9 to 7.18.10 by @dependabot in #26
  • chore(deps-dev): bump husky from 7.0.4 to 8.0.1 by @dependabot in #27
  • chore(deps-dev): bump @commitlint/config-conventional from 16.2.4 to 17.0.3 by @dependabot in #25
  • chore(deps-dev): bump postcss-loader from 6.2.1 to 7.0.1 by @dependabot in #24
  • chore(deps-dev): bump eslint from 8.20.0 to 8.21.0 by @dependabot in #23
  • chore(deps-dev): bump @babel/preset-env from 7.18.9 to 7.18.10 by @dependabot in #22
  • chore(deps-dev): bump stylelint-config-standard-scss from 3.0.0 to 5.0.0 by @dependabot in #21
  • chore(deps-dev): bump autoprefixer from 10.4.7 to 10.4.8 by @dependabot in #18
  • chore(deps-dev): bump html-loader from 3.1.2 to 4.1.0 by @dependabot in #20
  • chore(deps-dev): bump @custom-elements-manifest/analyzer from 0.5.7 to 0.6.3 by @dependabot in #19

Full Changelog: v1.2.9...v1.2.10

Security Update

25 Jul 21:19
Compare
Choose a tag to compare

Minor Styling and Linting

26 Feb 15:42
Compare
Choose a tag to compare

v1.2.4

24 Feb 15:00
Compare
Choose a tag to compare
  • Add styelint and autoprefixer to postcss to improve the css code
  • Add babel to improve browser compatibility
  • Provide default and minified build
  • Replace uglify-webpack-plugin with terser-webpack-plugin
  • Feature: Animation on click
    Full Changelog: manuelhenke/minesweeper-for-web@v2.1.3...v2.1.4

iOS Calculator as WebComponent

22 Feb 16:46
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/manuelhenke/ios-calculator-for-web/commits/v1.2.3