8000 react-components/docs/changelogs/v7.md at main Β· zendeskgarden/react-components Β· GitHub
[go: up one dir, main page]

Skip to content

Latest commit

Β 

History

History
181 lines (144 loc) Β· 12.9 KB

File metadata and controls

181 lines (144 loc) Β· 12.9 KB

v7 Changelog

Tags:

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

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

v7.1.9 (2020-02-14)

πŸ› Bug Fix

  • breadcrumbs, buttons, chrome, datepickers, dropdowns, forms, loaders, modals, pagination, tables, tabs, tags, tooltips
    • #629 fix(deps): ensure all garden container packages support ie11 (@austin94)
    • #623 fix(build): move from uglify to terser for UMD builds (@austin94)

🌱 Internal

  • buttons, chrome, datepickers, dropdowns, tables
    • #625 chore(deps): update dependency @zendeskgarden/svg-icons to v6.10.0 (@renovate[bot])
  • Other

v7.1.8 (2020-02-10)

πŸ› Bug Fix

  • dropdowns
    • #618 fix(dropdowns): allow forwardRef usage of Select component (@austin94)
  • loaders
    • #609 perf(loaders): prevent rerender for dots (@li-kai)

v7.1.7 (2020-02-06)

πŸ› Bug Fix

  • dropdowns
    • #614 fix(dropdowns): conditionally render menu items to correct android rendering (@austin94)
    • #613 fix(dropdowns): limit PopperJS computations while dropdowns are closed (@austin94)

v7.1.6 (2020-02-04)

πŸ› Bug Fix

v7.1.5 (2020-01-17)

πŸ› Bug Fix

  • tooltips
    • #593 fix(tooltips): improve tooltip rendering performance (@austin94)
      • Tooltips now render efficiently when used in large (500+) numbers

🌱 Internal

  • Other
  • dropdowns
  • chrome, datepickers, dropdowns, forms, modals, pagination, tables, tabs, tags, tooltips
  • forms
  • avatars, breadcrumbs, buttons, chrome, datepickers, dropdowns, forms, grid, modals, notifications, pagination, tables, tabs, tags, tooltips
  • datepickers
    • #536 chore(deps): update dependency @zendeskgarden/stylelint-config to v12 (@renovate[bot])

v7.1.4 (2019-12-17)

🌱 Internal

  • chore: force-publish all packages to ensure valid latest tag in NPM
  • #549 chore: apply garden logo to demo pages (@jzempel)

v7.1.3 (2019-11-27)

πŸš€ New Feature

v7.1.2 (2019-11-26)

🌱 Internal

  • Other
  • datepickers, dropdowns
  • avatars, breadcrumbs, buttons, chrome, datepickers, dropdowns, forms, grid, modals, notifications, pagination, tables, tabs, tags, tooltips

v7.1.1 (2019-11-13)

πŸ› Bug Fix

  • datepickers
    • #517 fix(datepickers): allow controlled value to update internal state (@austin94)
  • forms
    • #516 fix(forms): allow MultiThumbRange to position correctly in Edge and IE11 (@austin94)

πŸ“ Documentation

  • tables
    • #518 chore(docs): remove invalid prop from table docs (@austin94)

v7.1.0 (2019-11-06)

πŸš€ New Feature

  • dropdowns
    • #511 feat(dropdowns): add inputRef prop to Autocomplete and Multiselect (@austin94)

πŸ› Bug Fix

  • datepickers, dropdowns
  • dropdowns
    • #512 fix(dropdowns): allow inline style to override Menu width (@austin94)
  • datepickers
  • buttons
    • #510 fix(buttons): remove invalid disabled prop from Anchor (@austin94)

πŸ“ Documentation

  • dropdowns
    • #509 chore(docs): remove invalid advanced dropdown example (@austin94)

v7.0.2 (2019-10-30)

🌱 Internal

  • Other
  • avatars, breadcrumbs, buttons, chrome, datepickers, dropdowns, forms, grid, modals, notifications, pagination, tables, tabs, tags, tooltips

v7.0.1 (2019-10-22)

πŸ› Bug Fix

  • buttons
    • #498 fix(buttons): allow buttons to control type attribute (@austin94)

πŸ“ Documentation

  • #496 chore(internal): upgrade Garden examples to v7 (@austin94)

v7.0.0 (2019-10-17)

πŸ’₯ Breaking Change

  • All breaking changes are detailed in the Migration Guide. Follow the guide to upgrade from version 6 to version 7.
  • buttons, chrome, modals, pagination, selection, tabs, tooltips
    • #486 chore(internal): deprecated react-selection and migrate Tabs and Pagination components BREAKING (@austin94)
  • breadcrumbs, buttons, chrome, modals, pagination, tabs, tooltips
    • #485 chore(internal): remove all deprecated render-prop containers BREAKING (@austin94)
  • autocomplete, checkboxes, menus, radios, ranges, select, textfields, toggles, utilities
    • #484 chore(internal): remove all deprecated packages BREAKING (@austin94)
  • loaders
    • #491 feat(loaders): deprecate ScheduleContainer BREAKING (@austin94)

🌱 Internal

  • .template, avatars, breadcrumbs, buttons, chrome, datepickers, dropdowns, forms, grid, loaders, modals, notifications, pagination, selection, tables, tabs, tags, tooltips, typography
    • #495 chore(deps): upgrade react-theming peerDependencies to allow v7 (@austin94)
  • Other
    • #493 chore(deps): bump lodash.template from 4.4.0 to 4.5.0 in /examples/codesandbox/garden-create-react-app (@dependabot[bot])
    • #494 chore(deps): bump mixin-deep from 1.3.1 to 1.3.2 in /examples/codesandbox/garden-create-react-app (@dependabot[bot])
  • modals
  • loaders
  • datepickers, dropdowns, tooltips
    • #487 chore(internal): update react-popper dependencies (@austin94)
  • buttons, modals, selection, tables
    • #490 chore(deps): update dom-helpers (@hzhu)

v6 changelog

https://github.com/zendeskgarden/react-components/blob/main/docs/changelogs/v6.md

0