Skip to content

Commit

Permalink
chore: tag 2.23.11
Browse files Browse the repository at this point in the history
  • Loading branch information
bodymovin committed Nov 27, 2024
1 parent a76c5aa commit d8f45bc
Show file tree
Hide file tree
Showing 15 changed files with 33 additions and 16 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,31 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.23.10](https://github.com/rive-app/rive-wasm/compare/2.23.9...2.23.10)
## [2.23.11](https://github.com/rive-app/rive-wasm/compare/2.23.10...2.23.11)

### Commits

- Re-upload webgl texture data if context changes. [`a76c5aa`](https://github.com/rive-app/rive-wasm/commit/a76c5aa01c543cd3cdd92f7b9bdf8efecb2a365b)
- Support supplying mobile fallback fonts by style with caching [`b0b8382`](https://github.com/rive-app/rive-wasm/commit/b0b838266d48463c4d6643d1539292c21a47ac43)
- fixed url for canddiates and goldens in not pack mode [`50e5f75`](https://github.com/rive-app/rive-wasm/commit/50e5f750cafc23b7c464bb7f70028a7db47af366)
- Fix flicker on webgl2 runtime [`84a6e9b`](https://github.com/rive-app/rive-wasm/commit/84a6e9b9be2cec7b1025110435b1bcb607aa6c0b)
- treat remapped animations as always settled [`1d31192`](https://github.com/rive-app/rive-wasm/commit/1d3119229c18c208cc20c69b470e665a7ff16083)
- update measure function to use its text wrap and max size [`01c8bc6`](https://github.com/rive-app/rive-wasm/commit/01c8bc6b7920a85cc728a9d332ac0cbf6fb10c5e)
- add support for standalone custom properties to bind values to [`11392cd`](https://github.com/rive-app/rive-wasm/commit/11392cdb43e298089dce7013deaf6d29eb7f9576)
- Dx11 support [`9031503`](https://github.com/rive-app/rive-wasm/commit/9031503e2b2951d7e513056ee00b1f17928f3625)
- support wrapping text in auto width inside a layout [`f200b48`](https://github.com/rive-app/rive-wasm/commit/f200b483f96b643413ec152bd8825cbcdadbae76)
- fixed workflow stuff [`df9e923`](https://github.com/rive-app/rive-wasm/commit/df9e923f701562dc6b0c847b4e15ca76e81ddabf)
- updates to diff.py [`442fd8f`](https://github.com/rive-app/rive-wasm/commit/442fd8f155730399865d71df0cc3a98c5cbe47cb)

## [2.23.10](https://github.com/rive-app/rive-wasm/compare/2.23.9...2.23.10) - 2024-11-21

### Merged

- bug: check for animator before running animator.stop [`#378`](https://github.com/rive-app/rive-wasm/pull/378)

### Commits

- chore: tag 2.23.10 [`b0a9ad1`](https://github.com/rive-app/rive-wasm/commit/b0a9ad1999a616ba5ada3c948876b63c2eabe27b)
- Fix bug in draw key [`4489228`](https://github.com/rive-app/rive-wasm/commit/4489228c853628c9ab56ceb91da88208cbc2c916)

## [2.23.9](https://github.com/rive-app/rive-wasm/compare/2.23.8...2.23.9) - 2024-11-21
Expand Down
2 changes: 1 addition & 1 deletion js/npm/canvas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rive-app/canvas",
"version": "2.23.10",
"version": "2.23.11",
"description": "Rive's canvas based web api.",
"main": "rive.js",
"homepage": "https://rive.app",
Expand Down
2 changes: 1 addition & 1 deletion js/npm/canvas_advanced/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rive-app/canvas-advanced",
"version": "2.23.10",
"version": "2.23.11",
"description": "Rive's lightweight low-level canvas based web api.",
"main": "canvas_advanced.mjs",
"homepage": "https://rive.app",
Expand Down
2 changes: 1 addition & 1 deletion js/npm/canvas_advanced_lite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rive-app/canvas-advanced-lite",
"version": "2.23.10",
"version": "2.23.11",
"description": "Rive's lite low-level canvas based web api.",
"main": "canvas_advanced.mjs",
"homepage": "https://rive.app",
Expand Down
2 changes: 1 addition & 1 deletion js/npm/canvas_advanced_single/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rive-app/canvas-advanced-single",
"version": "2.23.10",
"version": "2.23.11",
"description": "Rive's lightweight low-level canvas based web api all in one js file.",
"main": "canvas_advanced_single.mjs",
"homepage": "https://rive.app",
Expand Down
2 changes: 1 addition & 1 deletion js/npm/canvas_lite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rive-app/canvas-lite",
"version": "2.23.10",
"version": "2.23.11",
"description": "A lite version of Rive's canvas based web api.",
"main": "rive.js",
"homepage": "https://rive.app",
Expand Down
2 changes: 1 addition & 1 deletion js/npm/canvas_single/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rive-app/canvas-single",
"version": "2.23.10",
"version": "2.23.11",
"description": "Rive's high-level canvas based web api all in one js file.",
"main": "rive.js",
"homepage": "https://rive.app",
Expand Down
2 changes: 1 addition & 1 deletion js/npm/webgl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rive-app/webgl",
"version": "2.23.10",
"version": "2.23.11",
"description": "Rive's webgl based web api.",
"main": "rive.js",
"homepage": "https://rive.app",
Expand Down
2 changes: 1 addition & 1 deletion js/npm/webgl2/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rive-app/webgl2",
"version": "2.23.10",
"version": "2.23.11",
"description": "Rive's webgl2 based web api.",
"main": "rive.js",
"homepage": "https://rive.app",
Expand Down
2 changes: 1 addition & 1 deletion js/npm/webgl2_advanced/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rive-app/webgl2-advanced",
"version": "2.23.10",
"version": "2.23.11",
"description": "Rive's webgl2 low-level canvas based web api.",
"main": "webgl2_advanced.mjs",
"homepage": "https://rive.app",
Expand Down
2 changes: 1 addition & 1 deletion js/npm/webgl_advanced/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rive-app/webgl-advanced",
"version": "2.23.10",
"version": "2.23.11",
"description": "Rive's webgl low-level canvas based web api.",
"main": "webgl_advanced.mjs",
"homepage": "https://rive.app",
Expand Down
2 changes: 1 addition & 1 deletion js/npm/webgl_advanced_single/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rive-app/webgl-advanced-single",
"version": "2.23.10",
"version": "2.23.11",
"description": "Rive's webgl low-level canvas based web api all in one js file.",
"main": "webgl_advanced_single.mjs",
"homepage": "https://rive.app",
Expand Down
2 changes: 1 addition & 1 deletion js/npm/webgl_single/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rive-app/webgl-single",
"version": "2.23.10",
"version": "2.23.11",
"description": "Rive's webgl based web api with bundled wasm.",
"main": "rive.js",
"homepage": "https://rive.app",
Expand Down
4 changes: 2 additions & 2 deletions js/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@rive-app/canvas",
"private": true,
"version": "2.23.10",
"version": "2.23.11",
"description": "Helper for building rive-api combinations (multiple separate packages).",
"homepage": "https://rive.app",
"repository": {
Expand Down

0 comments on commit d8f45bc

Please sign in to comment.