Skip to content

Commit

Permalink
Zappar for React Three v2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Zappar committed Jul 6, 2023
1 parent 681bbba commit 4fd8afd
Show file tree
Hide file tree
Showing 9 changed files with 589 additions and 454 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ out
node_modules
dist
example-dist
.npmrc
test-dist
umd
lib
Expand Down
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
//registry.npmjs.org/:_authToken=${NPM_TOKEN}
engine-strict=true
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
# Changelog

## [2.2.1 - 2.4.1] - 2023-06-23

### Changed

- `TargetImagePreviewMesh` returns `sRGB` material by default.
- Fixed an issue with washed out camera feed r152+

### Fixed

- Fixed a curved image tracking performance issue.

## [2.2.1] - 2023-03-27

### Fixed

- Fixed degenerate case for `ImageTargetPreview`.
- Fixed an issue where the wrong camera would be used in `iOS 16.4`.

## [2.3.0-beta.1] - 2023-02-08

### Added

- Spanish, Portuguese and German translations for permissions screen

### Changed

- Improvements to curved tracking

## [2.2.0] - 2023-02-03

## Changed

- Updated dependencies.
- Module is now built as `ESNext`.

## [2.1.3] - 2023-01-13

## Fixed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ You may also be interested in:
* [Integrating into an existing create-react-app project](#integrating-into-an-existing-create-react-app-project)
* [Links and Resources](#links-and-resources)

<!-- Added by: zapparadmin, at: Fri Jan 13 11:58:21 GMT 2023 -->
<!-- Added by: zapparadmin, at: Thu Jul 6 13:00:26 BST 2023 -->

<!--te-->

Expand Down
Loading

0 comments on commit 4fd8afd

Please sign in to comment.