Skip to content

Releases: Workday/canvas-kit

v5.2.5

23 Sep 21:33
Compare
Choose a tag to compare

Infrastructure

v5.2.4

23 Sep 19:57
Compare
Choose a tag to compare

Components

  • docs(tabs): Update Tabs MDX to adhere to standardized template [skip ci] (#1279) (@jamesfan)

Infrastructure

  • ci: Add automerge job [skip ci] (@NicholasBoll)

  • ci: Update GA job names to help with branch checks [skip ci] (@NicholasBoll)

  • ci: Add prerelease canary builds (@NicholasBoll)
    This change updates branch names for automated release management. Branch renames are as follows:

    • support/v4.x -> support
    • prerelease/v5.3 -> prerelease/minor
    • prerelease/v6 -> prerelease/major

    We renamed the support branch which could conflict with local refs. You may need to run the following if you've contributed to Canvas Kit in the past:

    git remote prune upstream
    

    Change upstream to whichever remote Workday/canvas-kit belongs to

v5.2.3

22 Sep 17:40
Compare
Choose a tag to compare

Components

v5.2.2

21 Sep 16:39
Compare
Choose a tag to compare

Components

  • Fix: Fix PR template to include correct category shield (@NicholasBoll)

v5.2.1

20 Sep 23:10
Compare
Choose a tag to compare

Components

Infrastructure

  • ci: Add prefix to forward-merge job (@NicholasBoll)
  • ci: Update forward merge script (@NicholasBoll)
  • ci: Add automation to releases (#1272) (@NicholasBoll)
    This commit changes the interaction of contributors to Canvas Kit. All patches will be automatically released. In order to accomplish this, a new pull request link job is run to make sure that all features target a prerelease branch. For example, if you create a new pull request that adds a feature and the current version of Canvas Kit is v5.2.0, the target branch should be prerelease/v5.3 instead of master. Don't worry, the pull request lint job will prevent mistakes. Also the Canvas Kit team can help by changing the base branch of your pull requests.
  • ci: Add npm debug information (@NicholasBoll)
  • ci: Fix npm publish for release (@NicholasBoll)
  • ci: Fix npm token (@NicholasBoll)
  • ci: Fix npm publish (@NicholasBoll)
  • ci: Fix build process (@NicholasBoll)
  • ci: Fix push GH token (@NicholasBoll)

v5.2.0

16 Sep 14:30
36eeeea
Compare
Choose a tag to compare

2021-09-08

Components

Hooks

  • feat(labs): Add convertToStaticStates to useThemeRTL (#1216) @vibdev

Docs

Infrastructure

v5.1.0

16 Aug 22:24
de5c4b7
Compare
Choose a tag to compare

2021-08-13

Components

Hooks & Utils

Docs

Infrastructure

v4.8.3

13 Aug 22:26
4806939
Compare
Choose a tag to compare

2021-08-13

Components

Infrastructure

v5.0.4

12 Jul 21:54
e9db585
Compare
Choose a tag to compare

2021-07-12

Components

Docs

v4.8.2

12 Jul 19:06
d9aef79
Compare
Choose a tag to compare

2021-07-12

Infrastructure

  • ci: Add additional check so support releases aren't treated as latest @anicholls
  • fix: Convert focus-trap-js to TS file to fix module-not-found error (#1149) @NicholasBoll