Skip to content

Commit

Permalink
0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesplease committed Aug 21, 2020
1 parent 0703811 commit bb8ec70
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### v0.0.10 (2020/8/21)

**New Features**

- Pointer events now work. Hovering a leaf node focuses it, and clicking a leaf node
will call `onSelected` as well as make it active.

### v0.0.9 (2020/8/21)

**Breaking Changes**
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@please/lrud",
"version": "0.0.10-beta.1",
"version": "0.0.10",
"description": "A React library for managing focus in TV apps.",
"main": "es/index.js",
"module": "es/index.js",
Expand Down

0 comments on commit bb8ec70

Please sign in to comment.