Skip to content

Latest commit

 

History

History
223 lines (178 loc) · 18 KB

CHANGELOG.md

File metadata and controls

223 lines (178 loc) · 18 KB

Changelog

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

3.1.0 (2019-11-11)

Infrastructure:

Components:

3.0.1 (2019-11-01)

Infrastructure

  • fix(labs): Update incorrect emotion version in labs core (#290) @anicholls
  • fix: Add @emotion/is-prop-valid to components that need it (#289) @anicholls

3.0.0 (2019-10-30)

Infrastructure:

Components:

Breaking Changes:

3.0.0-beta.1 (2019-10-14)

Infrastructure:

Components:

Breaking Changes:

3.0.0-beta.0 (2019-10-07)

Infrastructure:

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

Components:

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

Breaking Changes:

3.0.0-alpha.9 (2019-09-26)

Infrastructure:

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

Components:

Breaking Changes:

3.0.0-alpha.8 (2019-09-24)

Components:

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

3.0.0-alpha.7 (2019-09-19)

Infrastructure:

Components:

Breaking Changes:

3.0.0-alpha.6 (2019-09-02)

Infrastructure:

  • chore: Fix console warnings in Storybook (#116) @anicholls
  • docs: Update contributing git guidelines to reflect new PR strategy (#109) @anicholls
  • feat: Reduce number of manual steps required after running create-module.sh (#46) @roblevintennis
  • ci: Break out Travis testing to stages (#82) @d-bye
  • fix: Add code-coverage to *.ts files (#148) @NicholasBoll
  • chore: Update commit validation to use commitlint (#124) @Patil2099
  • feat: Add watch support for faster development (#161) @NicholasBoll

Components:

  • fix(button): Update TextButton focus outline for accessibility (#115) @jstin
  • fix(avatar): Update background color when url is defined (#120) @anicholls
  • fix(header): Remove duplicate icon buttons (#122) @anicholls
  • fix(button): Pass buttonRef to IconButton button element (#128) @mannycarrera4
  • fix(menu): Add menu component to universal module (#127) @lychyi
  • fix(layout): Add check for null children (#119) @anicholls
  • fix(page-header): Add missing dependency (#149) @anicholls
  • refactor: Move InputProviderDecorators to Storybook config (#164) @stephanerangaya
  • fix: Change positioning of Checkbox and Radio react components to relative (#160) @stephanerangaya
  • fix(status-indicator): Export type and emphasis enums (#166) @anicholls

Breaking Change:

  • 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

3.0.0-alpha.5 (2019-08-13)

Infrastructure:

  • chore: update lint-staged to v8 (#76) (@Patil2099)

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)

3.0.0-alpha.4 (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)