Skip to content

Latest commit

Β 

History

History
422 lines (297 loc) Β· 26.3 KB

File metadata and controls

422 lines (297 loc) Β· 26.3 KB

v6 Changelog

Tags:

  • πŸ’₯ Breaking Change
  • πŸš€ New Feature
  • πŸ› Bug Fix
  • πŸ“ Documentation
  • 🌱 Internal

Note: Gaps between patch versions are faulty, broken or test releases.

v6.9.0 (2019-10-16)

🌱 Internal

  • buttons, chrome, forms
    • #489 chore(internal): upgrade @zendeskgarden/container-keyboardfocus (@austin94)
  • buttons, chrome
    • #482 feat(buttons|chrome): upgrade to useKeyboardFocus() hook (@austin94)

v6.8.1 (2019-10-11)

πŸ› Bug Fix

  • datepickers
    • #481 fix(datepicker): ensure mouse events are propagated correctly (@austin94)
  • forms
    • #480 fix(forms): allow MediaInput to receive all possible ref values (@austin94)

v6.8.0 (2019-10-09)

πŸš€ New Feature

  • forms, loaders, ranges, typography
    • #463 feat(forms): deprecate react-ranges and migrate components to react-forms (@austin94)
  • loaders

🌱 Internal

  • modals, pagination, tables, tags
    • #479 chore(selection): remove usages of react-selection KEY_CODES and composeEventHandlers (@austin94)

v6.7.1 (2019-10-03)

🌱 Internal

  • Other
    • #478 fix(build): revert react-docgen-typescript upgrade (@austin94)
  • chrome, loaders
  • menus, utilities
    • #471 chore(deps): update dependency @zendeskgarden/eslint-config to v10 (@renovate[bot])
  • autocomplete, breadcrumbs, buttons, checkboxes, chrome, datepickers, dropdowns, forms, grid, menus, modals, notifications, pagination, radios, ranges, tables, tabs, tags, textfields, toggles, tooltips, typography

v6.7.0 (2019-09-25)

🚧 Deprecations

πŸš€ New Feature

  • chrome
  • autocomplete, buttons, menus, tabs

πŸ› Bug Fix

  • avatars
    • #464 fix(avatars): prevent badge content-box sizing overrides (@jzempel)
  • modals
    • #459 fix(modals): allow Modal to receive ref prop (@hzhu)

🌱 Internal

v6.6.0 (2019-09-18)

🚧 Deprecations

πŸš€ New Feature

  • dropdowns
    • #439 feat(dropdowns): introduce Multiselect component (@austin94)
  • autocomplete, menus, modals, select
    • #456 feat(modals): deprecate FocusJailContainer and ModalContainer (@austin94)

🌱 Internal

v6.5.0 (2019-09-13)

Deprecations

Beginning in this release we are deprecating our internal render-prop containers in favor of our react-containers package.

All render-props will be removed in the next major release.

πŸš€ New Feature

  • datepickers, dropdowns, forms, pagination, tabs, tooltips
    • #453 feat(pagination): deprecate PaginationContainer and migrate to container-pagination (@austin94)
  • autocomplete, menus, select, tooltips
    • #451 feat(tooltips): deprecate TooltipContainer and migrate to useTooltip (@austin94)
  • .template, breadcrumbs, tabs
  • breadcrumbs
    • #444 feat(breadcrumbs): deprecate BreadcrumbContainer and migrate to useBreadcrumb() container (@austin94)

πŸ“ Documentation

  • dropdowns
    • #447 fix(dropdowns): Fix invalid ARIA role (@hzhu)

🌱 Internal

  • autocomplete, avatars, breadcrumbs, buttons, checkboxes, chrome, datepickers, dropdowns, forms, grid, loaders, menus, modals, notifications, pagination, radios, ranges, select, selection, tables, tabs, tags, textfields, theming, toggles, tooltips, typography, utilities
    • #449 chore(build): add bundleSize check to all packages (@austin94)
  • datepickers, dropdowns
  • autocomplete, buttons, checkboxes, dropdowns, loaders, radios, select, tables, tabs, toggles
  • Other
    • #445 chore(deps): update all development non-major dependencies (@renovate[bot])
    • #438 chore(deps): update all development non-major dependencies (@renovate[bot])
    • #433 chore(deps): bump eslint-utils from 1.3.1 to 1.4.2 in /examples/codesandbox/garden-create-react-app (@dependabot[bot])
    • #437 fix(test): mock scrollTo dom-helper utility in tests (@austin94)

v6.4.4 (2019-08-27)

πŸ› Bug Fix

  • chrome
    • #416 chore(deps): update css-chrome dependency to correct Chrome overflow issue (@renovate[bot])

πŸ“ Documentation

🌱 Internal

  • Other
  • avatars, breadcrumbs, buttons, checkboxes, chrome, datepickers, dropdowns, forms, grid, menus, modals, notifications, pagination, radios, ranges, tables, tabs, tags, textfields, toggles, tooltips

v6.4.3 (2019-08-23)

πŸ› Bug Fix

  • datepickers
    • #415 fix(datepicker): correct minValue and maxValue displays and allow same date selection within Range (@austin94)

πŸ“ Documentation

v6.4.2 (2019-08-16)

πŸ› Bug Fix

  • dropdowns
    • #414 fix(dropdowns): persist cursor location in Autocomplete (@austin94)

🌱 Internal

v6.4.1 (2019-08-12)

πŸ› Bug Fix

  • datepickers
    • #409 fix(build): correct prettier error to allow release (@austin94)

v6.4.0 (2019-08-12)

πŸš€ New Feature

  • datepickers
    • #397 feat(datepickers): introduce DatepickerRange component (@austin94)
    • #397 Apply a default locale of en-US to all datepickers to align with default browser date parsing.

v6.3.2 (2019-08-05)

πŸ› Bug Fix

  • dropdowns
    • #402 feat(Menu/Items/Item): change Item 'value' requirement to be inclusive of 0 (@chungkikelly)

🌱 Internal

v6.3.1 (2019-08-02)

πŸ› Bug Fix

  • buttons
    • #398 fix(buttons): white-space/word-wrap styling in the Anchor component (@luis-almeida)
    • #396 fix(buttons): allow correct ref validation in PropTypes (@austin94)

πŸ“ Documentation

  • dropdowns
    • #394 Update autocomplete dropdown example due to google translate issue (@KaiminHuang)
  • datepickers
    • #393 chore(datepicker): update examples to include correct localization names (@austin94)

🌱 Internal

  • Other
  • avatars, breadcrumbs, buttons, checkboxes, chrome, datepickers, dropdowns, forms, grid, menus, modals, notifications, pagination, radios, ranges, tables, tabs, tags, textfields, toggles, tooltips

v6.3.0 (2019-07-16)

πŸš€ New Feature

  • typography
  • dropdowns
    • #387 feat(dropdowns): export resetIdCounter to allow SSR (@austin94)

πŸ› Bug Fix

  • dropdowns
    • #391 fix(dropdowns): allow previous item selection with arrow key (@austin94)

🌱 Internal

v6.2.1 (2019-07-11)

πŸ› Bug Fix

  • dropdowns
    • #386 fix(dropdowns): remove webkit button styling when used with css-bedrock (@austin94)

🌱 Internal

v6.2.0 (2019-07-03)

πŸš€ New Feature

  • datepickers
    • #373 feat(datepickers): introduce Datepicker component (@austin94)

πŸ› Bug Fix

  • notifications
    • #379 fix(notifications): show correct Notification and Alert styling (@austin94)

🌱 Internal

  • Other
  • dropdowns
  • breadcrumbs, buttons, checkboxes, chrome, dropdowns, forms, grid, menus, modals, notifications, pagination, radios, ranges, tables, tabs, tags, textfields, toggles, tooltips

v6.1.0 (2019-06-26)

πŸš€ New Feature

  • dropdowns, notifications
    • #371 feat(dropdowns): migrate react-dropdowns to Typescript (@austin94)
Typescript Support

The dropdowns package is now written in Typescript. The API has not been changed, but Type definitions are now included with the package.

If you are not using Typescript in your development environment you will still benefit from improved autocompletion and documentation in certain IDEs and editors like VSCode.

v6.0.3 (2019-06-20)

πŸ› Bug Fix

  • avatars
    • #368 fix(avatars): display badge status whenever badge data exists (@jzempel)

v6.0.2 (2019-06-14)

πŸ› Bug Fix

πŸ“ Documentation

  • #364 chore(demo): add react-containers link + deprecated packages section (@jzempel)
  • #362 chore: add versioning documentation (@jzempel)

v6.0.1 (2019-06-10)

πŸ› Bug Fix

  • pagination
    • #358 fix(pagination): update peerDependencies to match other packages (@austin94)

πŸ“ Documentation

  • tables
    • #360 fix(tables): adjust paginated example cell width to accommodate small-sized avatar (@jzempel)
  • Other
    • #357 chore(docs): add create-react-app codesandbox example (@austin94)

🌱 Internal

  • #359 chore(lint): ensure that no unsafe lifecycle events are used (@austin94)
  • #355 chore(deps): update all development non-major dependencies (@renovate[bot])
  • #356 fix(publish): allow version flow to push changelog correctly (@austin94)

v6.0.0 (2019-06-07)

πŸ’₯ Breaking Change

  • All breaking changes are detailed in the Migration Guide. Follow the guide to upgrade to version 6.
  • all packages
    • #342 BREAKING CHANGE: upgrade to React@v16.8 and styled-components@v4 (@austin94)

🌱 Internal

  • all packages
  • other
  • all packages

Pre v6 changelogs

react-autocomplete, react-avatars, react-breadcrumbs, react-buttons, react-checkboxes, react-chrome, react-dropdowns, react-forms, react-grid, react-loaders, react-menus, react-modals, react-notifications, react-pagination, react-radios, react-ranges, react-select, react-selection, react-tables, react-tabs, react-tags, react-testing, react-textfields, react-theming, react-toggles, react-tooltips, react-typography, react-utilities