Skip to content

Commit 8bc4730

Browse files
committed
update readme TOC and headers, list deprecations removed in 3.x
1 parent aa11ecd commit 8bc4730

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,7 @@ require('super-hands');
9595
* [Examples](#examples)
9696
* [News](#news)
9797
* [Compatibility](#compatibility)
98-
* [Core and meta-components](#core-primitives-and-meta-components)
99-
* [`super-hands` gesture interpretation component](#super-hands-component)
100-
* [`progressive-controls` universal controller component](#progressive-controls-component)
101-
* [`a-locomotor` free movement primitive](#a-locomotor-primitive)
98+
* [Super Hands Core Component](#super-hands-component)
10299
* [Reaction components](#reaction-components)
103100
* [`hoverable`](#hoverable-component)
104101
* [`grabbable`](#grabbable-component)
@@ -142,6 +139,8 @@ v3.0.0
142139
shapes, and offsets are updated
143140
* Added support for `'worker'` and other `aframe-physics-system` drivers
144141
in `grabbable`
142+
* v2.x deprecations removed: `drag-droppable` component and
143+
`super-hands.colliderState` property.
145144

146145
[Previous news](news.md)
147146

@@ -163,7 +162,7 @@ Daydream, GearVR, Vive, and Rift + Touch.
163162
| ^v3.0.0 | >=v0.8.2 | ^v4.1.2 | ^v3.1.2 |
164163
| ^v2.0.0 | v0.6.x | ^v3.11.4 | ^v2.0.0 |
165164

166-
## Core, primitives, and meta-components
165+
## Core Component
167166

168167
### super-hands component
169168

news.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ v3.0.0
2222
shapes, and offsets are updated
2323
* Added support for `'worker'` and other `aframe-physics-system` drivers
2424
in `grabbable`
25+
* v2.x deprecations removed: `drag-droppable` component and
26+
`super-hands.colliderState` property.
2527

2628
v2.1.0
2729

0 commit comments

Comments
 (0)