This repository was archived by the owner on Oct 5, 2020. It is now read-only.
Tags: Procrat/evergreen
Tags
V5 (segmentio#915) * Downshift v5 (segmentio#792) * v5.0.0-alpha-0 * Migrates Spinner component to hooks (segmentio#724) * Converts Pane component to hooks (segmentio#727) * vv5.0.0-alpha-1 * rm side effects in v5 (segmentio#799) * move codemod deps to own package.json (segmentio#817) * fully tree-shakeable icons (segmentio#818) * removed unused setId (segmentio#816) Co-authored-by: Shirley Doan <[email protected]> * reintroduce namespaced autogenerated id for TextInputFields * fix prerelease versioning * include generated icons * remove v3->v4 color mapping (segmentio#821) * switch component-template script to function components (segmentio#822) * switch component-template script to function components * update pr template * convert Alert and InlineAlert to React.FC (segmentio#823) * fix exported types for React.FC components * convert badge and pill to react.fc (segmentio#824) * update docgen and theme styles (segmentio#826) * npx react-codemod pure-component src/ (segmentio#825) * convert autocomplete to react.fc (segmentio#828) * Convert <Radio />, <Checkbox />, and <Card /> to FC + Hooks (segmentio#829) * Convert <Radio />, <Checkbox />, and <Card /> to FC + Hooks * export card * updates * rm optional chaining syntax * Convert <Dialog /> and <CornerDialog /> to FC + memo + forwardRef (segmentio#830) * Convert <Dialog /> and <CornerDialog /> to FC + memo + forwardRef * updates * rm ref support * Convert <Image /> to React.FC + forwardRef + memo (segmentio#831) * Convert image to hooks + forwardRef + memo * update types * export * Convert <FilePicker /> and <FormField* /> to fc + forwardref + memo (segmentio#832) * wip * Convert <FilePicker /> and <FormField /> to fc + forwardref + memo * a few more * update types * Convert <Switch />, <SelectMenu /> to hooks + memo + forwardRef (segmentio#836) * Convert <Switch />, <SelectMenu /> to hooks + memo + forwardRef * updates * bump selectmenu content to memo * updates * Align Checkbox and Switch props a little more closely (segmentio#838) * Align Checkbox and Switch props a little more closely * fixup * Bump storybook and storybook-related packages to latest (segmentio#844) * Bump storybook@latest, and update existing defaults * dedup yarn.lock * rm setClassNamePrefix (segmentio#841) * Convert <Menu /> and its subcomponents to fc + hooks (segmentio#839) * Convert <Menu /> and its sub-components to hooks * update types * update types * update types * Convert <Combobox />, <RadioGroup />, <(Un)orderedList /> to fc + memo + forwardRef (segmentio#837) * Combobox, Radiogroup, (Un)orderedList to fc + memo + hooks * update combobox typedef * fixup * convert Popover components to hooks + fc (segmentio#846) * convert Overlay components to hooks + fc (segmentio#847) * Convert Segmented Control to Hooks/FC (segmentio#863) * Segmented Control to FC/Hooks * Fix default value, accept booleans as default value * Add ref support to Segmented Control Update groupName to use state, as to not create new ids on repaint * Convert Positioner component to Hooks/FC (segmentio#864) * Convert Positioner component to Hooks/FC * Update index.d.ts Co-authored-by: Matt Shwery <[email protected]> * Remove innerRef from Positioner Co-authored-by: Matt Shwery <[email protected]> * Updated Icons (segmentio#867) * Convert portal to fc (segmentio#849) * Converts avatar component to hooks (segmentio#723) * update avatar type to forwardrefcomponent * convert stack to react.fc (segmentio#868) * fix overlay * upgrade react-transition-group (segmentio#873) * move defaultProps into default values (segmentio#874) * convert tab components to FC (segmentio#872) * add todos and update types (segmentio#871) * add todos and update types * update snap * undo react import sorting * Update all Cell components (segmentio#876) * Update Table Head to use hooks and be a fc (segmentio#879) * Update TableBody to use hooks/be a fc (segmentio#880) * Update ScrollbarSize to be FC and use Hooks (segmentio#881) * Bump [email protected] & dogfood ref support throughout Evergreen (segmentio#843) * [WIP] Dogfood ui-box `ref` support everywhere in Evergreen * clean up some more instances * update tablebody ref support * Update Table Row to FC/Hooks (segmentio#878) * Update Table Row to FC/Hooks * Fix type * V5 virtual body fc (segmentio#877) * Virtual body to hooks/fc * update variable name to reduce confusion * Remove ts-ignore * Update useForceUpdate to be a little more robust * Fix linting errors - Capitalize comment - Add ignore for no-unused-vars * Update Table to be FC/use hooks (segmentio#882) * Update Table to be FC/use hooks * Update types :) * V5 bubble ref (segmentio#884) * cleanup remnants of innerRef and fix bubbling (segmentio#885) * update np to latest * fix current version to match npm * bump to latest release * Update TagInput to be FC and use hooks (segmentio#888) * Update TagInput to be FC and use hooks * minor tweak * rm console.log * V5 toaster fc (segmentio#886) * Update ToastManager to use hooks and be a FC * Update Toast to use hooks and be a FC * Minor tweak * Quick clean up - rm isRequired from prop - move clearCloseTimeout def higher in file * Update Tooltip Component to use hooks and to be a FC (segmentio#887) * Update Tooltip Component to use hooks and to be a FC * minor tweak * minor tweaks - rm setCloseTimeout in component unmount - simplify some logic - rm anonymous fn in ref - rm .isRequired from props that now have values set * Revert logic change * upgrade to node 10.18 min, add esm size-limit for tree-shaking * build some custom hooks (segmentio#889) * build some custom hooks * join `-` in case of missing prefix * wip * fix debounce binds (segmentio#890) * move storybook stuff to devdeps (segmentio#891) * V5 box types (segmentio#896) * bump version to match npm * bump version to match npm * update types * remove circular deps * release 5.0.0-6 * update ui-box and some types * Update popover to forward ref (segmentio#897) * Update popover to forward ref * update ref to be what was previously exposed * Add forwardRef to serach table header cell (segmentio#898) * Add forwardRef to serach table header cell * tiny update * version mismatch fix * rm misc .isRequired prop types no longer needed (segmentio#899) * version number mismatch * v5.0.0-9 * readd default value for icons * update table type * more type fixes * release 5.0.0-10 * add useMergedRef hook (segmentio#902) * Fix body click handler for popover (segmentio#903) * V5 docs (segmentio#904) * WIP - Created What’s New page - Created v5 migration page - Updated DocsMDXProvider to generate ids for headings * rm roadmap link * fix linting * Downshift docs * update v5 migration docs (segmentio#905) * update v5 migration docs * update language * Start toggle docs * revert back to class component Portal to fix autofocus * fix popover animate-in * fix autocomplete ref complaint (segmentio#910) * fix focus ref * fix overlay and ref usage * fix radiogroup id * update RadioGroup docs * bump version to match npm * bump version to match npm * fix release process on non-mainline branches * but make it deploy docs on `master` * V5 master merge (segmentio#912) * update language (segmentio#870) * Fix typo in PositionerProps and PopoverProps (segmentio#869) * fix linting error * v4.28.1 * Docs(positioner): update type comments (getPosition) (segmentio#883) * update contributors (segmentio#909) * use icon element types instead of strings internally (segmentio#908) * v4.29.0 Co-authored-by: Kelly <[email protected]> Co-authored-by: Lee Siong Chan <[email protected]> Co-authored-by: colinlohner <[email protected]> Co-authored-by: Dave <[email protected]> * update migration docs * include displayNames for devmode (segmentio#913) * include displayNames for devmode * wip * expose *OwnProps and polymorphic *Props separately (segmentio#914) * update types and docs * update docs and types * v5.0.0-13 * export more utility types * support forwardRef on TagInput container * v5.0.0-14 * upgrade ui-box to stable * update v5 docs location * loosen proptype requirements for IconWrapper * render optimizations (segmentio#916) * v5.0.0-15 * render optimizations * moaaaar * wip Co-authored-by: Chris <[email protected]> Co-authored-by: sdoan16 <[email protected]> Co-authored-by: Shirley Doan <[email protected]> Co-authored-by: Allen Kleiner <[email protected]> Co-authored-by: Colin Lohner <[email protected]> Co-authored-by: Kelly <[email protected]> Co-authored-by: Lee Siong Chan <[email protected]> Co-authored-by: Dave <[email protected]>
render optimizations (segmentio#916) * v5.0.0-15 * render optimizations * moaaaar * wip
PreviousNext