-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [1.6.0](v1.5.0...v1.6.0) (2024-08-01) ### ⚠ BREAKING CHANGES * CHANGE ### Features * API changes ([7ef5251](7ef5251)) * Switch to typescript for source ([cff4f6c](cff4f6c)) ### Bug Fixes * Matrix-js typings ([cbe5eb7](cbe5eb7))
- Loading branch information
1 parent
48ad3de
commit b3cdf75
Showing
2 changed files
with
27 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,64 @@ | ||
## [1.5.0](https://github.com/undistraction/coons-patch/compare/v1.4.0...v1.5.0) (2024-07-30) | ||
## [1.6.0](https://github.com/undistraction/coons-patch/compare/v1.5.0...v1.6.0) (2024-08-01) | ||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
* CHANGE | ||
|
||
### Features | ||
|
||
* Extract warp-grid ([dd46e1d](https://github.com/undistraction/coons-patch/commit/dd46e1da2f08df7afd704a1383332276f635803a)) | ||
* API changes ([7ef5251](https://github.com/undistraction/coons-patch/commit/7ef52511b1bf83efdf1b5e9ccc13be8ac9e0c4ea)) | ||
* Switch to typescript for source ([cff4f6c](https://github.com/undistraction/coons-patch/commit/cff4f6c5e3a5972cd8585ee79daab444c29a9a87)) | ||
|
||
### Bug Fixes | ||
|
||
* Matrix-js typings ([cbe5eb7](https://github.com/undistraction/coons-patch/commit/cbe5eb7c4703d0b62f87f654b7f6d3ece1cf9a6f)) | ||
|
||
## [1.5.0](https://github.com/undistraction/coons-patch/compare/v1.4.0...v1.5.0) (2024-07-30) | ||
|
||
### ⚠ BREAKING CHANGES | ||
|
||
- CHANGE | ||
|
||
### Features | ||
|
||
- Extract warp-grid ([dd46e1d](https://github.com/undistraction/coons-patch/commit/dd46e1da2f08df7afd704a1383332276f635803a)) | ||
|
||
## [1.4.0](https://github.com/undistraction/coons-patch/compare/v1.3.0...v1.4.0) (2024-07-29) | ||
|
||
### Features | ||
|
||
* Accept gutters ([c3bfb45](https://github.com/undistraction/coons-patch/commit/c3bfb45e5655d81d56c32b68c5ca2e278b21e7ef)) | ||
* Use objects as grid values ([8405183](https://github.com/undistraction/coons-patch/commit/8405183ab8b0c4cd0751dddfbc0748ec27c5e459)) | ||
- Accept gutters ([c3bfb45](https://github.com/undistraction/coons-patch/commit/c3bfb45e5655d81d56c32b68c5ca2e278b21e7ef)) | ||
- Use objects as grid values ([8405183](https://github.com/undistraction/coons-patch/commit/8405183ab8b0c4cd0751dddfbc0748ec27c5e459)) | ||
|
||
### Bug Fixes | ||
|
||
* Clamp t-value for fractional rounding edgecase ([8208dc5](https://github.com/undistraction/coons-patch/commit/8208dc5fda4d49f64a07a72154ef09e7b8db9c07)) | ||
- Clamp t-value for fractional rounding edgecase ([8208dc5](https://github.com/undistraction/coons-patch/commit/8208dc5fda4d49f64a07a72154ef09e7b8db9c07)) | ||
|
||
### Performance Improvements | ||
|
||
* Fix unecessary lut generation with memoization ([b39110b](https://github.com/undistraction/coons-patch/commit/b39110be3c5896d211208324fa48697b92e3410a)) | ||
- Fix unecessary lut generation with memoization ([b39110b](https://github.com/undistraction/coons-patch/commit/b39110be3c5896d211208324fa48697b92e3410a)) | ||
|
||
## [1.3.0](https://github.com/undistraction/coons-patch/compare/v1.2.3...v1.3.0) (2024-07-28) | ||
|
||
### Features | ||
|
||
* Add support for straight-line strategy ([00de81f](https://github.com/undistraction/coons-patch/commit/00de81f0edc183c51840bc57934f259e00e4dbdf)) | ||
* Expose precsion as config ([d19291d](https://github.com/undistraction/coons-patch/commit/d19291d5cc2f1455cb7f5c5a0af1d6d734f38934)) | ||
- Add support for straight-line strategy ([00de81f](https://github.com/undistraction/coons-patch/commit/00de81f0edc183c51840bc57934f259e00e4dbdf)) | ||
- Expose precsion as config ([d19291d](https://github.com/undistraction/coons-patch/commit/d19291d5cc2f1455cb7f5c5a0af1d6d734f38934)) | ||
|
||
## [1.2.3](https://github.com/undistraction/coons-patch/compare/v1.2.2...v1.2.3) (2024-07-27) | ||
|
||
### Performance Improvements | ||
|
||
* Add memoization to api ([ce31489](https://github.com/undistraction/coons-patch/commit/ce314899a45193d0792ec2d54c2b8b73dcd4f29d)) | ||
- Add memoization to api ([ce31489](https://github.com/undistraction/coons-patch/commit/ce314899a45193d0792ec2d54c2b8b73dcd4f29d)) | ||
|
||
## [1.2.2](https://github.com/undistraction/coons-patch/compare/v1.2.1...v1.2.2) (2024-07-27) | ||
|
||
### Bug Fixes | ||
|
||
* Ensure package version is bumped ([40a8ecd](https://github.com/undistraction/coons-patch/commit/40a8ecdac3e435600a20b13d77ba28f77edf9d16)) | ||
- Ensure package version is bumped ([40a8ecd](https://github.com/undistraction/coons-patch/commit/40a8ecdac3e435600a20b13d77ba28f77edf9d16)) | ||
|
||
## [1.2.1](https://github.com/undistraction/coons-patch/compare/v1.2.0...v1.2.1) (2024-07-27) | ||
|
||
### Bug Fixes | ||
|
||
* Round point coordinates before validating proximity ([9412509](https://github.com/undistraction/coons-patch/commit/9412509c42e1059255f261a27bfa64b7d228ae96)) | ||
- Round point coordinates before validating proximity ([9412509](https://github.com/undistraction/coons-patch/commit/9412509c42e1059255f261a27bfa64b7d228ae96)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "coons-patch", | ||
"version": "1.5.0", | ||
"version": "1.6.0", | ||
"packageManager": "[email protected]", | ||
"description": "Create a Coons patch for a four-sided shape and manipulate the grid", | ||
"exports": { | ||
|