Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ These notes are publicly posted in [production](https://wordplay.dev/updates), s
### Added

- There's a new `Hand` input! It uses the camera to check the location of your hand, which fingers are up, how many fingers are up, whether your hand is open or closed, and whether your palm is showing. What a handy input!
- Added the ability to control which other galleries gallery how-tos are shared with.
- We added a new in-app localization mode! Anyone can suggest revisions to any supported language within the app. Changes are stored locally until you submit them; a GitHub pull request is created and reviewed by maintainers before they become live (#437).

### Changed
Expand Down
2 changes: 2 additions & 0 deletions functions/.gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Compiled JavaScript files
lib/**/*.js
lib/**/*.js.map
src/**/*.js
src/**/*.js.map

# TypeScript v1 declaration files
typings/
Expand Down
448 changes: 0 additions & 448 deletions functions/src/index.js

This file was deleted.

1 change: 0 additions & 1 deletion functions/src/index.js.map

This file was deleted.

Loading