Skip to content

Releases: Workday/canvas-kit

v3.0.0

30 Oct 22:13
c06f866
Compare
Choose a tag to compare

2019-10-29

Infrastructure:

Components:

Breaking Changes:

v3.0.0-beta.1

15 Oct 04:34
020ccd4
Compare
Choose a tag to compare
v3.0.0-beta.1 Pre-release
Pre-release

2019-10-14

Infrastructure:

Components:

Breaking Changes:

v3.0.0-beta.0

07 Oct 22:52
9305c02
Compare
Choose a tag to compare
v3.0.0-beta.0 Pre-release
Pre-release

2019-10-07

Infrastructure:

  • docs: Update component_status.md
  • ci: Create github action for CI and add Cypress to CI (#240)

Components:

  • feat(modal): Implement CSS Modal to match React implementation (#185)
  • refactor: A11y updates for CSS stories and Readmes (#221)
  • fix: Address misc. bugs in create-component script (#232)
  • fix: Change casing for aria-labelledby attr (#236)
  • fix: Move uuid from defaultProps to component instance (#228)
  • fix(checkbox): Change default id to be unique per instance (#192)
  • fix(menu): Add Menu example with icons and grow support (#147)
  • fix(button): Fix accessibility styling for CSS buttons (#186)
  • fix(menu): Always focus selected menu item and add tab accessibility (#239)
  • refactor(card): Update CSS styles to match React implementation (#113)
  • refactor(icon): Update CSS styles to match React implementation (#159)
  • refactor(tooltip): Update CSS story to match the React version (#198)
  • refactor: Fix references to react attributes in css readmes

Breaking Changes:

  • fix: Update alert colors and error colors (#200)
  • test: Add Cypress modal specifications (#184)
  • feat(button): Promote React beta Button (#191)
  • feat(button): Add blue css buttons (#231)
  • feat(core): Add border radius variables to CSS and React (#204)
  • feat(banner): Update CSS styles to match React (#50)
  • refactor(tooltip): Update CSS styles to match React implementation (#49)
  • refactor(forms): Split CSS forms module into individual modules (#24)
  • refactor(loading-animation): Update CSS styles to match React implementation (#83)
  • refactor(menu): Update CSS styles to match React implementation (#117)
  • refactor(button): Update CSS styles to match React implementation (#53)
  • fix(button): CSS button fixes (#156)
  • refactor(page-header): Refactor CSS to match React implementation (#151)
  • refactor(layout): Update CSS naming to match React implementation (#168)
  • refactor(popup): Refactor CSS to match React implementation (#155)
  • fix(popup): CSS cleanup (#188)
  • refactor(form): Update CSS form styles and structure to match React implementation (#112)
  • fix(button): Update incorrect delete button colors
  • refactor(text-input): Remove error icon in CSS (#222)
  • refactor: Add components to labs module (#210)
  • fix: Card, Popup and Modal cleanup (#233)
  • fix(form): Form field spacing (#234)

v3.0.0-alpha.9

07 Oct 20:34
864055d
Compare
Choose a tag to compare
v3.0.0-alpha.9 Pre-release
Pre-release

2019-09-26

Infrastructure:

  • feat: Refactor and improve our create-module script (#211) @anicholls

Components:

Breaking Changes:

v3.0.0-alpha.8

24 Sep 16:26
08d64aa
Compare
Choose a tag to compare
v3.0.0-alpha.8 Pre-release
Pre-release

2019-09-24

Components:

  • fix(avatar): Add AvatarButton component and convert Avatar into ordinary div (#206) @6r3al

v3.0.0-alpha.7

20 Sep 19:37
d32722d
Compare
Choose a tag to compare
v3.0.0-alpha.7 Pre-release
Pre-release

2019-09-19

Infrastructure:

Components:

Breaking Changes:

v3.0.0-alpha.6

04 Sep 01:34
ff3ce05
Compare
Choose a tag to compare
v3.0.0-alpha.6 Pre-release
Pre-release

2019-09-02

Infrastructure:

Components:

Breaking Changes:

  • fix: Add missing static variables and fix Popup padding static variable (#110) @anicholls
  • refactor(loading-animation): Deprecate LoadingSpinner (#142) @sahlhoff
  • fix(form-field): Add component prefix to exported enums and interfaces #146 @sahlhoff
  • refactor(page-header): Update marketing and breakpoint props (#143) @sahlhoff

v3.0.0-alpha.5

13 Aug 21:49
7eb658f
Compare
Choose a tag to compare
v3.0.0-alpha.5 Pre-release
Pre-release

2019-08-13

Infrastructure:

Components:

  • fix(SidePanel): Remove resize event on unmount (#78) (@mannycarrera4)
  • fix(Menu): Allow aria role of menu item to be overridden (#75) (@jayscheidt)
  • fix(TextArea): Align border color to match other inputs (#66) (@neilpelow)
  • fix(Avatar): Change prop spread order to allow for overriding the aria label (#92) (@mannycarrera4)
  • feat(Type): Add styled components for type primitives (#106) (@drschulz)
  • fix(ActionBar): Match css styles to react action bar (#111) (@mannycarrera4)

v3.0.0-alpha.4

06 Aug 05:47
Compare
Choose a tag to compare
v3.0.0-alpha.4 Pre-release
Pre-release

2019-08-05

Infrastructure:

  • fix: Update lodash version to resolve vulnerability (#41)
  • ci(travis): Enable tag publishing and re-enable master storybook (#52)
  • chore: Pull in version bumps from old release branch (#71)
  • build(travis): skip cleanup on npm publish (#79)
  • ci(travis): fix npm publish conditional (#81)

Components:

  • fix(Tooltip): Add missing fontFamily property (#47)
  • fix(Popper): Spread remainder props on wrapper div (#44)
  • feat(menu): Enable MenuItems to skip onClose (#48)
  • fix(header): Header search accessibility & prop spread fixes (#43)
  • fix(SidePanel): remove resize event handler on unmount (#74)

Breaking Changes:

  • refactor(Icon): Move icon-list from core into icon module (#30)
  • refactor(Fonts): Remove @workday/canvas-kit-react-fonts from universal module (#40)