react-spectrum
4b375d0d - Merge public into master 6.10.19 (#600)

Commit
7 years ago
Merge public into master 6.10.19 (#600) * Use global version * Add ability to deploy website only (#209) * Clean dist * Copy version bumped package.json into dist folder before publish * chore(release): publish * Update PR Template (#222) * bump version to beta (#228) * chore(release): publish * #197 / RSP-693 [Accessibility][Documentation] IllustratedMessage (#198) * (Issue #180) Proptype audit update part 1 (#181) * Updating props for AccordionItem * Updating prop types for Table and its sub components * Updating SplitButton prop types * Removing native DOM prop types from AccordionItem * Removing native DOM prop types from Slider * Removing native DOM prop types from SelectList * Adding children prop types to SplitButton and Table * Updating Select component prop types * Adding proptypes to Rating and removing defunct readOnly * Adding comments to Rule prop types * Adding prop types to Search * Updating prop types for Toast * Removing className from Wait prop types * Fixing linter issues * Addressing review comments * Adding back disabled proptypes to Slider and SelectList * Removing internal props from prop-type * Update storybook to fix escape key blocking (#244) * updating TableView documentation (#241) * * updating TableView documentation at https://react-spectrum.corp.adobe.com/components/TableView. * for issues: https://github.com/adobe/react-spectrum/issues/239 https://github.com/adobe/react-spectrum/issues/240 * Update TableView.mdx added explanation for needing styling * Update TableView.mdx * missing `%` in TableView.styl * changed heading to "Why doesn't my table render" instead of "Example source code" and moved code to bottom * - added style height to div in StoryBook for stories/TableView.js, so deleted stories/TableView.styl - updated TableView.mdx with simpler troubleshooting and links to examples * Update TableView.mdx * Removing link that contains contradictory documentation If we need a simpler example, we can explore that in another PR * fix documentation (#249) * #179 prop type docs (#247) * Git Issues 179 improving docs * adding missing proptypes and their comments, plus a few storybook additions * adding missing proptypes and their comments, plus a few storybook additions * additional proptype updates * removing trailing commas on last elements * removing file that should have been in gitignore and adding it to that * fixing typos and making the proptype comment more consistent * improving protype comments on datepicker and menu * improving protype comments on menu * additional proptype comment improvements * more proptype edits * updating calendar proptypes * improved some proptype comments * updating calendar invalid proptype * (#210) Updates to Toast, Tooltip, Textfield, Tag docs (#211) * Adding docs for Toast and updating docs for Tooltip * Adding multiLine and autofocus docs for TextField * Adding Tag component docs to TagList mdx * Fixing Tag and Textfield stories for storybook v5 * Addressing review comments * Removing duplicate prop from Toast (#269) * [Accessibility] implement autoFocus on TabListBase (#259) * #236 / RSP-1055 / RSP-747 CollectionView: fix vertical alignment of empty view (#237) * #277 [Documentation] CollectionView: documentation fails to compile (#278) First: `git mv src/utils/style/collectionView.styl src/utils/style/CollectionView/index.styl`, then update path in `src/utils/CollectionView.js`. * allow animation control on TreeView (#281) * #271/RSP-697 [Accessibility][Documentation] Link: add generic href with onClick prop but no href (#272) * #280 / #281 Fix failing unit tests in allow animation control on TreeView (#284) * #286 [Accessibility] List should have @focusRing decorator (#288) * RSP-698 [Accessibility][Documentation] List (#291) Update accessibility documentation for List to better explain List as base component for Select and Menu, and to demonstrate labelling. * RSP-700 [Accessibility][Documentation] ModalTrigger (#297) Correct accessibility documentation for ModalTrigger control. * Add prop defaultSelectedIndex in tabview (#283) * Add prop defaultSelectedIndex in tabview * Fix lint * #289 [Accessibility] SubMenu should not include aria-owns prop unless opened (#290) * #289 [Accessibility] SubMenu should not include aria-owns prop unless opened SubMenu should not include aria-owns prop unless opened. ## 🤔 Expected Behavior SubMenu item should not include aria-owns prop referencing expanded Menu until the Menu is actually open. ## 😯 Current Behavior SubMenu item includes aria-owns prop with a value reference to an element that does not exits when the Menu is not yet open. ## 💁 Possible Solution Use ```jsx aria-owns={opened ? this.subMenuId : null} ``` instead of ```jsx aria-owns={this.subMenuId} ``` * #289 [Accessibility] SubMenu: trapFocus should default to true Update unit tests. * Upgrade spectrum-css to 2.11 (#296) * Add support for icon in sidenav item (#242) * Add ability to not close modal on escape keypress (#261) * Add ability to not close modal on escape keypress * #246 Refactor ability to not close modal on escape keypress 1. rename `keyboard` prop to `disableEscKey` boolean for clarity 2. `disableEscKey={true}` will set `keyboard={false}` on BaseModal 3. when `disableEscKey={true}` esc key should not call onCancel in Dialog 4. allow lifecycle events supported by react-overlays to be passed through to BaseModel 5. update tests to improve code coverage * #246 refactor assigning of Modal props from content props 1. Refactor assigning of Modal props from content 2. Fix link in Storybook story 3. Correct typo in unit test description * @trivial remove console.log in unit test * Chain onClick & onFocus of a tag iside taglist (#304) * Upgrade collection-view to v4.1.5 (#306) * chore(release): publish * Patch fix for core-js accidentally being added as a dependency in the distribution * add a change to our packages (update a comment) so that lerna notices it should produce a patch... but it won't change behavior * Remove deprecated button variant (#309) * no conflicts! yay :) (#321) generated yarn.lock based on master + this branch * Adding wrapping container to centered Wait stories (#317) * Fix #319 [Accessibility] TreeView: down arrow should navigate from header row to table body (#320) * RSP-699 [Accessibility][Documentation] Menu (#292) * RSP-701 [Accessibility][Documentation] NumberInput (#324) * RSP-701 [Accessibility][Documentation] NumberInput * @trivial [Documentation] fix build operation Rename src/CoachMark/style/styles.styl to src/CoachMark/style/index.styl, so that css file gets copied correctly. * Fix #342 Tour unit test fail under React 15 (#343) * Storybook actions stop working with babel/polyfill which we just changed to (#345) #344 setup a new environment for running storybook * [#350] Add indeterminate prop to Progress (#348) * Add indeterminate prop to Progress * Issue 347: Latest official translations, provided by globalization team (#361)
Author
Committer
GitHub Enterprise
Parents
Loading