Skip to content

Commit

Permalink
chore: tag 2.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
HayesGordon committed Oct 31, 2024
1 parent 52eeb4a commit 9531669
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,10 +5,27 @@ 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.22.0](https://github.com/rive-app/rive-wasm/compare/2.21.7...2.22.0)
## [2.23.0](https://github.com/rive-app/rive-wasm/compare/2.22.0...2.23.0)

### Merged

- chore: tag 2.22.0 [`#372`](https://github.com/rive-app/rive-wasm/pull/372)

### Commits

- feat: add responsive layout properties and other fixes [`e9364ca`](https://github.com/rive-app/rive-wasm/commit/e9364cacc2e221b22a1772690daaf18a85271f12)
- add viewmodel and data enum system core objects [`0f38187`](https://github.com/rive-app/rive-wasm/commit/0f38187682960dd3ea2fdb08718f9242c52a43aa)
- editor: bug fixes for image n-slicing [`39c7e39`](https://github.com/rive-app/rive-wasm/commit/39c7e3986032a4cfc5836a3121b7e43149c2bf3a)
- Nnnn fix layout hittest order [`d3624f3`](https://github.com/rive-app/rive-wasm/commit/d3624f3f55b971b7abdd3b38409496e1626c0626)
- editor: vector n-slicer should clamp all shapes contained [`bacab18`](https://github.com/rive-app/rive-wasm/commit/bacab18e8d0a7c7f1ff7e60adca780a8f2fae218)
- fix for image_diff not correctly outputting newline in status file [`93b28a1`](https://github.com/rive-app/rive-wasm/commit/93b28a1bde63ebb78aca1f87d3ec5e128a96a86d)
- Expose RenderContext methods for allocating tessellation vertices [`41edba5`](https://github.com/rive-app/rive-wasm/commit/41edba5a5323c3e25cb69b06c45900fd63a6fe79)

## [2.22.0](https://github.com/rive-app/rive-wasm/compare/2.21.7...2.22.0) - 2024-10-30

### Commits

- chore: tag 2.22.0 [`dd1acc1`](https://github.com/rive-app/rive-wasm/commit/dd1acc146224477bab80c96bba107c728cf17073)
- feat: add runtime layout fit type for ios, android, web [`7e555bb`](https://github.com/rive-app/rive-wasm/commit/7e555bb61e05b74e00d2eace61af74d8bf7db83d)
- Make build script work on mac [`a2836ae`](https://github.com/rive-app/rive-wasm/commit/a2836aee735bf237f362051191bdfd4a8a3b61e6)
- fix for imagediff avrg being wrong [`b5a6323`](https://github.com/rive-app/rive-wasm/commit/b5a6323f7dc6c05e07cd3c27e1da3edfef2794af)
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.22.0",
"version": "2.23.0",
"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.22.0",
"version": "2.23.0",
"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.22.0",
"version": "2.23.0",
"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.22.0",
"version": "2.23.0",
"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.22.0",
"version": "2.23.0",
"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.22.0",
"version": "2.23.0",
"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.22.0",
"version": "2.23.0",
"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.22.0",
"version": "2.23.0",
"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.22.0",
"version": "2.23.0",
"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.22.0",
"version": "2.23.0",
"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.22.0",
"version": "2.23.0",
"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.22.0",
"version": "2.23.0",
"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.22.0",
"version": "2.23.0",
"description": "Helper for building rive-api combinations (multiple separate packages).",
"homepage": "https://rive.app",
"repository": {
Expand Down

0 comments on commit 9531669

Please sign in to comment.