Skip to content
This repository has been archived by the owner on Apr 21, 2022. It is now read-only.

Releases: hangy/azure-boards-estimate

Development Build

23 Nov 16:52
Compare
Choose a tag to compare
Development Build Pre-release
Pre-release
chore(deps): bump @types/react from 17.0.34 to 17.0.36

Bumps [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) from 17.0.34 to 17.0.36.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react)

---
updated-dependencies:
- dependency-name: "@types/react"
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

v2.6.0

16 Sep 21:47
98cf7ec
Compare
Choose a tag to compare

Bug Fixes

  • Don't end session while showing the dialog (hangy)

Documentation

  • Add link to re-released DevLabs extension (hangy)

Styles

Chores

Read more

v2.5.0

26 Jul 18:26
6fdbb7d
Compare
Choose a tag to compare

Features

Chores

  • Bump version to 2.5.0 (hangy)

v2.4.3

26 Jul 18:21
73fa3e3
Compare
Choose a tag to compare

Chores

Commits

  • Use @microsoft/signalr library instead of @aspnet/signalr #101 (hangy)

v2.4.2

06 Jul 11:17
be2bea8
Compare
Choose a tag to compare

Chores

v2.4.1

25 Jun 22:28
Compare
Choose a tag to compare

Styles

Code Refactoring

  • Apply automated healthier fixes #27 (hangy)
  • Fix assignments #27 (hangy)
  • Call object methods via prototype to fix no-prototype-builtins #27 (hangy)
  • Rename event handlers to fix react/jsx-handler-names #27 (hangy)

Chores

Read more

v2.4.0

10 May 20:24
Compare
Choose a tag to compare

Features

  • Add doubling card set (allauthors)
  • Add 0.5 to default cards (peval27)
  • Add a card which supports weeks in increments of a half week (dutta14)

Bug Fixes

  • Explicitly set types to avoid TS7057 #6 (hangy)
  • Add missing service-worker to avoid 404 (hangy)

Continuous Integration

  • CodeQL with TypeScript intead of JavaScript (hangy)

Chores

Commits

  • [8db80e5]: Revert "chore(deps): bump redux-saga from 0.16.2 to 1.1.3" (hangy) #20
  • Apply new Prettier v2.3.0 rules #24 (hangy)
  • [7f5cc70]: Use IFilter instead of Filter to avoid build error (hangy) #10

v2.3.1

02 May 14:43
Compare
Choose a tag to compare

Features

Bug Fixes

Chores

  • Bump version to 2.3.1 (hangy)

v2.3.0

02 May 13:22
Compare
Choose a tag to compare

Features

  • Added a custom card set to vote from 1 -5 and calculate the average when using it (royds4)
  • Add confirmation dialog to "End Session" button (hangy)
  • Added "The Kevin" custom card set (zunderscore)
  • Added "The Reese" custom card set (hangy)

Bug Fixes

  • Minor Styling Fixes for the Work Item Cards (Psypher9)
  • Fix duplicates estimate cards and update packages (alealmasan27)
  • Use new createHashHistory import to avoid warning (hangy)
  • Resolve WorkItem URL with the ILocationService (hangy)
  • Use correct case for SASS import (hangy)
  • Ignore no-extend-native for the Array polyfill. (hangy)
  • Init state in constructor (hangy)
  • Use local work item icon instead of one from an unrelated API (hangy)
  • Don't try to parse null as Integer (zunderscore)

Documentation

  • Update Readme to include testing steps (Psypher9)
  • Update README (hangy)
  • Update publisher (hangy)
  • Move release notes to GitHub releases (hangy)

Code Refactoring

  • Remove unused imports (hangy)
  • Remove unused declarations (hangy)
  • Move declaration, so that the enum is not being used before it's declared (hangy)
  • Use === instead of == for comparison (hangy)
  • Use named instead of anonymous default exports (hangy)
  • Actually run the code through prettier (as already suggested by the existing .prettierrc file) (hangy)

Continuous Integration

  • Rename master to main (hangy)
  • Use node 14.16.1 (current LTS) (hangy)
  • Run linter during CI build (hangy)
  • Upload VSIX as build artifact (hangy)
  • Allow manual action trigger (hangy)
  • Publish correct VSIX build artifacts (hangy)
  • Use automatic-releases-action (hangy)
  • Add dependabot.yml, and use specific versions of github-actions (hangy)
  • Add CodeQL analysis (hangy)
  • Only run release packaging on tag push (hangy)

Chores

Commits

  • [1b5039e]: Update README.md (Christopher Schleiden)
  • [2bfd989]: Add GH Actions workflow (Christopher Schleiden)
  • [48e35c9]: Add badge to Readme (Christopher Schleiden)
  • [930f2fb]: Update dependencies (Christopher Schleiden)
  • [2a34425]: Update README.md (Christopher Schleiden)
  • Update npm packages (hangy)
  • Update react-scripts from 3.4.4 to 4.0.0 (hangy)
  • [2e71a09]: Update readme with deprecation notice (Christopher Schleiden)
  • [fc81641]: Merge remote-tracking branch 'upstream/master' into main (hangy)
  • npm: Bump immer from 7.0.14 to 9.0.1 (hangy)
  • npm: Replace node-sass with (dart-)sass (hangy)
  • npm: Bump tfx-cli from 0.8.3 to 0.9.0 (hangy)
  • npm: Fix audit results with (hangy)
  • npm: Update react (hangy)
  • npm: Bump core-js from 3.6.5 to 3.10.1 (hangy)
  • Add default h2 title (hangy)