|
| 1 | +{/* Copyright 2022 Adobe. All rights reserved. |
| 2 | +This file is licensed to you under the Apache License, Version 2.0 (the "License"); |
| 3 | +you may not use this file except in compliance with the License. You may obtain a copy |
| 4 | +of the License at http://www.apache.org/licenses/LICENSE-2.0 |
| 5 | +Unless required by applicable law or agreed to in writing, software distributed under |
| 6 | +the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS |
| 7 | +OF ANY KIND, either express or implied. See the License for the specific language |
| 8 | +governing permissions and limitations under the License. */} |
| 9 | + |
| 10 | +import {BlogPostLayout, Hero} from '@react-spectrum/docs'; |
| 11 | +export default BlogPostLayout; |
| 12 | + |
| 13 | +--- |
| 14 | +description: We are back with a new year and a new component! The Contextual Help component has been added to React Spectrum thanks to @arumsey. This component is handy for showing users more information in forms and other views. We also have some new features including long press support for `MenuTrigger`, additional keyboard support in `Combobox` and `useMove`, and plenty of bug fixes. |
| 15 | +date: 2022-02-15 |
| 16 | +--- |
| 17 | + |
| 18 | +# February 15, 2022 Release |
| 19 | + |
| 20 | +We are back with a new year and a new component! The Contextual Help component has been added to React Spectrum thanks to [@arumsey](https://github.com/arumsey) 🥳 This component is handy for showing users more information in forms and other views. We also have some new features including long press support for `MenuTrigger`, additional keyboard support in `Combobox` and `useMove`, and plenty of bug fixes. |
| 21 | + |
| 22 | +Thank you to all our contributors who helped us with this release! |
| 23 | + |
| 24 | + |
| 25 | +## New Component |
| 26 | +- Contextual Help |
| 27 | + - `@react-spectrum/contextualhelp` - [Docs](https://react-spectrum.adobe.com/react-spectrum/ContextualHelp.html) |
| 28 | +## New features |
| 29 | +- Add support for long press on `MenuTrigger` - [@lishichengyan](https://github.com/lishichengyan) - [PR](https://github.com/adobe/react-spectrum/pull/2678) - [Docs](https://react-spectrum.adobe.com/react-spectrum/MenuTrigger.html#long-press) |
| 30 | +- Add `useProvider` to @adobe/react-spectrum - [@LFDanLu](https://github.com/LFDanLu) - [PR](https://github.com/adobe/react-spectrum/pull/2769) - [Docs](https://react-spectrum.adobe.com/react-spectrum/Provider.html#useprovider) |
| 31 | +- Support `onKeyDown` in `ComboBox` - [@sdjustin](https://github.com/sdjustin) - [PR](https://github.com/adobe/react-spectrum/pull/2674) |
| 32 | +- Add modifier keys to `useMove` - [@snowystinger](https://github.com/snowystinger) - [PR](https://github.com/adobe/react-spectrum/pull/2794) |
| 33 | +- Add `maxHeight` to `useOverlayPosition` - [@sttwarrior](https://github.com/sttwarrior) - [PR](https://github.com/adobe/react-spectrum/pull/2673) |
| 34 | +- Add `defaultOpen` and `onOpenChange` to `ActionMenu` - [@ktabors](https://github.com/ktabors) - [PR](https://github.com/adobe/react-spectrum/pull/2728) |
| 35 | +## Fixed |
| 36 | +- Update usage of `start` to use `flex-start` in CSS - [@msabramo](https://github.com/msabramo) - [PR](https://github.com/adobe/react-spectrum/pull/2695) |
| 37 | +- Fix loss of focus on `NumberField` on Android - [@snowystinger](https://github.com/snowystinger) - [PR](https://github.com/adobe/react-spectrum/pull/2127) |
| 38 | +- Update `FocusScope` to restore focus correctly when children change - [@kherock](https://github.com/kherock) - [PR](https://github.com/adobe/react-spectrum/pull/2791) |
| 39 | +- Fix SSR error for TableView - [@solimant](https://github.com/solimant) - [PR](https://github.com/adobe/react-spectrum/pull/2754) |
| 40 | +- Improve aria labeling for `SearchWithin` - [@reidbarber](https://github.com/reidbarber) - [PR](https://github.com/adobe/react-spectrum/pull/2288) |
| 41 | +- Fix `setState` callback in `useControlledState` - [@devongovett](https://github.com/devongovett) - [PR](https://github.com/adobe/react-spectrum/pull/2304) |
| 42 | +- Handle keyboard “select all” checkbox events in TableView when rows are empty - [@ilumin](https://github.com/ilumin) - [PR](https://github.com/adobe/react-spectrum/pull/2720) |
| 43 | +- Update `ActionGroup` to display borders correctly - [@snowystinger](https://github.com/snowystinger) - [PR](https://github.com/adobe/react-spectrum/pull/2710) |
| 44 | +- Change Dialog heading to use `H2` - [@majornista](https://github.com/majornista) - [PR](https://github.com/adobe/react-spectrum/pull/2633) |
| 45 | +- Update type of `AsyncListLoadFunction` in `useAsyncList` - [@LFDanLu](https://github.com/LFDanLu) - [PR](https://github.com/adobe/react-spectrum/pull/2683) |
| 46 | +- Fix keyboard form submission in `usePress` - [@snowystinger](https://github.com/snowystinger) - [PR](https://github.com/adobe/react-spectrum/pull/904) |
| 47 | +- Fix falsey checks in `TableKeyboardDelegate` - [@LFDanLu](https://github.com/LFDanLu) - [PR](https://github.com/adobe/react-spectrum/pull/2846) |
| 48 | +## Docs |
| 49 | +- Add documentation for `ActionMenu` - [@ktabors](https://github.com/ktabors) - [PR](https://github.com/adobe/react-spectrum/pull/2227) |
| 50 | +- Update `locale` prop in SSR docs - [@snowystinger](https://github.com/snowystinger) - [PR](https://github.com/adobe/react-spectrum/pull/2833) |
| 51 | +- Update supported browsers - [@devongovett](https://github.com/devongovett) - [PR](https://github.com/adobe/react-spectrum/pull/2828) |
| 52 | +## Under construction |
| 53 | + |
| 54 | +Pre-release versions of the following components have been released. Please feel free to try them out, and report any issues you encounter. |
| 55 | + |
| 56 | + |
| 57 | +- ColorSlider beta |
| 58 | + - [React Spectrum](https://react-spectrum.adobe.com/react-spectrum/ColorSlider.html) |
| 59 | + - [React Aria](https://react-spectrum.adobe.com/react-aria/useColorSlider.html) |
| 60 | +- ColorWheel beta |
| 61 | + - [React Spectrum](https://react-spectrum.adobe.com/react-spectrum/ColorWheel.html) |
| 62 | + - [React Aria](https://react-spectrum.adobe.com/react-aria/useColorWheel.html) |
| 63 | +- ColorField beta |
| 64 | + - [React Spectrum](https://react-spectrum.adobe.com/react-spectrum/ColorField.html) |
| 65 | + - [React Aria](https://react-spectrum.adobe.com/react-aria/useColorField.html) |
| 66 | +- SearchWithin alpha |
| 67 | +- Calendar alpha |
| 68 | +- DatePicker alpha |
| 69 | +- ListView alpha |
| 70 | +- CardView alpha |
| 71 | +- Card alpha |
| 72 | +- TagGroup alpha |
| 73 | + |
| 74 | + |
| 75 | +## Released packages |
| 76 | +``` |
| 77 | + |
| 78 | +- @internationalized/[email protected] |
| 79 | +- @internationalized/[email protected] |
| 80 | +- @internationalized/[email protected] |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | + |
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | +- @react-spectrum/[email protected] |
| 126 | +- @react-spectrum/[email protected] |
| 127 | +- @react-spectrum/[email protected] |
| 128 | +- @react-spectrum/[email protected] |
| 129 | +- @react-spectrum/[email protected] |
| 130 | +- @react-spectrum/[email protected] |
| 131 | +- @react-spectrum/[email protected] |
| 132 | +- @react-spectrum/[email protected] |
| 133 | +- @react-spectrum/[email protected] |
| 134 | +- @react-spectrum/[email protected] |
| 135 | +- @react-spectrum/[email protected] |
| 136 | +- @react-spectrum/[email protected] |
| 137 | +- @react-spectrum/[email protected] |
| 138 | +- @react-spectrum/[email protected] |
| 139 | +- @react-spectrum/[email protected] |
| 140 | +- @react-spectrum/[email protected] |
| 141 | +- @react-spectrum/[email protected] |
| 142 | +- @react-spectrum/[email protected] |
| 143 | +- @react-spectrum/[email protected] |
| 144 | +- @react-spectrum/[email protected] |
| 145 | +- @react-spectrum/[email protected] |
| 146 | +- @react-spectrum/[email protected] |
| 147 | +- @react-spectrum/[email protected] |
| 148 | +- @react-spectrum/[email protected] |
| 149 | +- @react-spectrum/[email protected] |
| 150 | +- @react-spectrum/[email protected] |
| 151 | +- @react-spectrum/[email protected] |
| 152 | +- @react-spectrum/[email protected] |
| 153 | +- @react-spectrum/[email protected] |
| 154 | +- @react-spectrum/[email protected] |
| 155 | +- @react-spectrum/[email protected] |
| 156 | +- @react-spectrum/[email protected] |
| 157 | +- @react-spectrum/[email protected] |
| 158 | +- @react-spectrum/[email protected] |
| 159 | +- @react-spectrum/[email protected] |
| 160 | +- @react-spectrum/[email protected] |
| 161 | +- @react-spectrum/[email protected] |
| 162 | +- @react-spectrum/[email protected] |
| 163 | +- @react-spectrum/[email protected] |
| 164 | +- @react-spectrum/[email protected] |
| 165 | +- @react-spectrum/[email protected] |
| 166 | +- @react-spectrum/[email protected] |
| 167 | +- @react-spectrum/[email protected] |
| 168 | +- @react-spectrum/[email protected] |
| 169 | +- @react-spectrum/[email protected] |
| 170 | +- @react-spectrum/[email protected] |
| 171 | +- @react-spectrum/[email protected] |
| 172 | +- @react-spectrum/[email protected] |
| 173 | +- @react-spectrum/[email protected] |
| 174 | +- @react-spectrum/[email protected] |
| 175 | +- @react-spectrum/[email protected] |
| 176 | +- @react-stately/[email protected] |
| 177 | +- @react-stately/[email protected] |
| 178 | +- @react-stately/[email protected] |
| 179 | +- @react-stately/[email protected] |
| 180 | +- @react-stately/[email protected] |
| 181 | +- @react-stately/[email protected] |
| 182 | +- @react-stately/[email protected] |
| 183 | +- @react-stately/[email protected] |
| 184 | +- @react-stately/[email protected] |
| 185 | +- @react-stately/[email protected] |
| 186 | +- @react-stately/[email protected] |
| 187 | +- @react-stately/[email protected] |
| 188 | +- @react-stately/[email protected] |
| 189 | +- @react-stately/[email protected] |
| 190 | +- @react-stately/[email protected] |
| 191 | +- @react-stately/[email protected] |
| 192 | +- @react-stately/[email protected] |
| 193 | +- @react-stately/[email protected] |
| 194 | +- @react-stately/[email protected] |
| 195 | +- @react-stately/[email protected] |
| 196 | +- @react-stately/[email protected] |
| 197 | +- @react-stately/[email protected] |
| 198 | +- @react-stately/[email protected] |
| 199 | +- @react-stately/[email protected] |
| 200 | +- @react-stately/[email protected] |
| 201 | +- @react-stately/[email protected] |
| 202 | + |
| 203 | + |
| 204 | + |
| 205 | + |
| 206 | + |
| 207 | + |
| 208 | + |
| 209 | + |
| 210 | + |
| 211 | + |
| 212 | + |
| 213 | + |
| 214 | + |
| 215 | + |
| 216 | + |
| 217 | + |
| 218 | + |
| 219 | + |
| 220 | + |
| 221 | + |
| 222 | + |
| 223 | + |
| 224 | + |
| 225 | + |
| 226 | + |
| 227 | + |
| 228 | + |
| 229 | + |
| 230 | + |
| 231 | + |
| 232 | + |
| 233 | + |
| 234 | + |
| 235 | + |
| 236 | + |
| 237 | + |
| 238 | + |
| 239 | + |
| 240 | + |
| 241 | + |
| 242 | + |
| 243 | + |
| 244 | + |
| 245 | + |
| 246 | + |
| 247 | + |
| 248 | + |
| 249 | +- @spectrum-icons/[email protected] |
| 250 | +- @spectrum-icons/[email protected] |
| 251 | +- @spectrum-icons/[email protected] |
| 252 | +- @spectrum-icons/[email protected] |
| 253 | + |
| 254 | + |
| 255 | +``` |
| 256 | + |
0 commit comments