Skip to content

Commit

Permalink
Merge branch 'release/3.0.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
titouanmathis committed Feb 11, 2025
2 parents 6f1829c + f20bec8 commit c92be09
Show file tree
Hide file tree
Showing 14 changed files with 549 additions and 1,255 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file. The format

## [Unreleased]

## [v3.0.1](https://github.com/studiometa/js-toolkit/compare/3.0.0..3.0.1) (2025-02-11)

### Added

- **cache:** add support for single key ([#583](https://github.com/studiometa/js-toolkit/pull/583), [13e8bf28](https://github.com/studiometa/js-toolkit/commit/13e8bf28))

### Fixed

- **withScrolledInView:** fix `scrolledInView` method not being triggered on mount ([#584](https://github.com/studiometa/js-toolkit/pull/584), [244f1c57](https://github.com/studiometa/js-toolkit/commit/244f1c57))
- **Base:** fix types ([c83219b0](https://github.com/studiometa/js-toolkit/commit/c83219b0))

## [v3.0.0](https://github.com/studiometa/js-toolkit/compare/2.12.0..3.0.0) (2025-01-16)

After 9 months of development, v3.0 is finally here! It is packed with more stability, capabilities and without previously deprecated APIs. Make sure to read the [migration guide](https://js-toolkit.studiometa.dev/guide/migration/v2-to-v3.html) to learn more about all the changes and how to upgrade, as you will need to edit some parts of existing components.
Expand Down Expand Up @@ -93,7 +104,6 @@ After 9 months of development, v3.0 is finally here! It is packed with more stab
- Remove unnecessary manager instance type check ([#414](https://github.com/studiometa/js-toolkit/pull/414))
- ⚠️ Remove deprecated methods from the `withScrolledInView` decorator ([#415](https://github.com/studiometa/js-toolkit/pull/415))


## [v3.0.0-beta.4](https://github.com/studiometa/js-toolkit/compare/3.0.0-beta.3..3.0.0-beta.4) (2025-01-15)

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ This project is a JavaScript micro-framework (along with its utility functions)
- Initializing components in the right place at the right time
- Defining dependencies between components

Visit [js-toolkit.studiometa.dev](https://js-toolkit.studiometa.dev) to learn more, or jump directly to [ui.studiometa.dev](https://ui.studiometa.dev) to discover existing components.
Visit [js-toolkit.studiometa.dev](https://js-toolkit.studiometa.dev) to learn more, jump directly to [ui.studiometa.dev](https://ui.studiometa.dev) to discover existing components, or open [the playground](https://ui.studiometa.dev/-/play/) to test it live.

## Quick overview

Expand Down
Loading

0 comments on commit c92be09

Please sign in to comment.