Skip to content

Commit

Permalink
Bumped version to 1.21.0 and updated changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
michielvandergeest committed Feb 27, 2025
1 parent 361f22e commit aad1356
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## v1.21.0

_27 feb 2025_

- Added functionality for keeping query params when navigating back in the router
- Exposed more info in reactive router state
- Added `range`-attribute to for-loop
- Fixed issue when setting `alpha` to truthy or false values
- Upgraded to renderer v2.13.0

## v1.20.1

_14 feb 2025_
Expand Down
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lightningjs/blits",
"version": "1.20.1",
"version": "1.21.0",
"description": "Blits: The Lightning 3 App Development Framework",
"bin": "bin/index.js",
"exports": {
Expand Down

0 comments on commit aad1356

Please sign in to comment.