Releases: Workday/canvas-kit
Releases · Workday/canvas-kit
v5.2.5
Infrastructure
- ci: Fix canary publish job (@NicholasBoll)
- ci: Fix canary publish message (@NicholasBoll)
v5.2.4
Components
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 remoteWorkday/canvas-kit
belongs to
v5.2.3
Components
- fix: Update import of static states when creating labs component (#1266) (@mannycarrera4)
v5.2.2
Components
- Fix: Fix PR template to include correct category shield (@NicholasBoll)
v5.2.1
Components
- fix(tooltip): Fix OverflowTooltip with SVG in IE11 (#1263) (@NicholasBoll)
- chore: Update pull request template (#1268) (@NicholasBoll)
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 isv5.2.0
, the target branch should beprerelease/v5.3
instead ofmaster
. 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
2021-09-08
Components
- fix(toast): Update to properly render rtl (#1229) @JaredWF
- fix: Update search bar to properly render rtl (#1231) @JaredWF
- fix(side-panel): Fix SidePanel RTL support (#1234) @alanbsmith
- feat(icon): Add shouldMirror prop to icons (#1246) @alanbsmith
Hooks
Docs
- docs: Update inter-linking to match Canvas Site (#1220) @NicholasBoll
- docs: Update SidePanel docs to MDX (#1236) @alanbsmith
- docs: Update various issues prevent docs mdx files from being rendered remotely (#1238) @anicholls
- docs: Improve Variant/Type/State docs (#1243) @anicholls
Infrastructure
- chore: Bump path-parse from 1.0.6 to 1.0.7 (#1211) @dependabot
- ci: Add Chromatic baseline to support branches (#1219) @NicholasBoll
- fix: Fix create-component README template (#1235) @alanbsmith
- chore(table): Update polished package to fix security warning (#1242) @NicholasBoll
v5.1.0
2021-08-13
Components
- fix(form-field): Update legend to be direct child of FieldSet (#1146) @sahlhoff
- fix(popup): Fix RTL rendering for popups (#1183) @NicholasBoll
- fix(combobox): Add type attribute and remove tabindex attribute (#1172) @vibdev
- test(popup): Add visual tests for RTL in Modal and Popup (#1159) @NicholasBoll
- fix(menu): Fix Menu item icon colors (#1157) @sahlhoff
- fix: Fix changeFocus to take any input and Dialog/Modal to accept model config (#1154) @NicholasBoll
Hooks & Utils
- fix(common): Remove @ts-ignore from ExtractProps (#1189) @NicholasBoll
- feat(common): Add useThemeRTL hook (#1041) @vibdev
Docs
- fix(menu): Update readme to show correct import for menu item (#1208) @karapalumbo
- docs: Fix prop tables. Also add spec table to Modal (#1155) @NicholasBoll
- docs: Add MDX docs and examples for Indicator components (#1169) @jamesfan
- docs: Remove incorrect info on ExtractProps (#1180) @NicholasBoll
- docs: Update MDX doc for Card and add MDX doc and examples for Table (#1185) @jamesfan
- docs: Update Breadcrumbs stories to mdx (#1206) @alanbsmith
- docs(popup): Add Popper note and args table of subcomponents (#1205) @NicholasBoll
- docs: Update common readme (#1186) @NicholasBoll
- docs: Update Breadcrumbs stories from review feedback (#1210) @alanbsmith
- docs(popup): Update custom target example to accept ref (#1209) @divyanshu023
- docs: Add menu mdx docs (#1203) @sahlhoff
- fix: Fix misc. MDX fixes (#1188) @anicholls
- fix: Fix broken link in pagination.stories.mdx (#1178) @stuartmccoll
Infrastructure
- feat: Add comments in DTS files for JSDoc (#1207) @NicholasBoll
- fix: Add support for React 17 in main (#1182) @alanbsmith
- chore: Update incorrect prop names (#1181) @NicholasBoll
- ci: Add forward merge job (#1173) @NicholasBoll
- ci: Add pull request title check (#1153) @NicholasBoll
- chore: Bump prismjs from 1.23.0 to 1.24.0 (#1129) @dependabot
- ci: Delete main.yml @NicholasBoll
v4.8.3
2021-08-13
Components
- fix(combobox): Add type attribute and remove tabindex attribute (#1172) @vibdev
- fix(popup): Fix RTL rendering for popups (#1183) @NicholasBoll
Infrastructure
- ci: Add pull request title check (#1153) @NicholasBoll
- ci: Add forward-merge job (#1173) @NicholasBoll
v5.0.4
2021-07-12
Components
- feat(common): Add HTML attribute interface to ExtractProps (#1147) @NicholasBoll
Docs
- docs: Fix changelog issues @anicholls
v4.8.2
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