Skip to content

Commit

Permalink
Merge pull request #530 from studiometa/release/3.0.0-alpha.11
Browse files Browse the repository at this point in the history
[Release] 3.0.0-alpha.11
  • Loading branch information
titouanmathis authored Nov 13, 2024
2 parents 9d24f18 + fabf68f commit 36bcab5
Show file tree
Hide file tree
Showing 58 changed files with 5,198 additions and 4,312 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/export-size.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Export size
name: export-size

on:
pull_request:
Expand All @@ -7,8 +7,7 @@ on:
- develop

jobs:

Export-Size:
export-size:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: release
name: publish-and-release

on:
push:
tags:
- '*.*.*'

jobs:
release:
publish-and-release:
runs-on: macos-latest
permissions:
contents: write
Expand Down Expand Up @@ -39,7 +39,7 @@ jobs:
- run: npm run build

- name: Test
run: npm run test -- -- --coverage.enabled
run: npm run test -- -- --retry=3 --coverage.enabled

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Tests
name: tests

on:
push:
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Install dependencies
run: npm install
- name: Run tests
run: npm run test -- -- --coverage.enabled
run: npm run test -- -- --retry=3 --coverage.enabled
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,4 @@ coverage/
/full.d.ts
/index.d.ts
/lcov.info
/tsconfig.lint.tsbuildinfo
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@ All notable changes to this project will be documented in this file. The format

## [Unreleased]

## [v3.0.0-alpha.11](https://github.com/studiometa/js-toolkit/compare/3.0.0-alpha.10..3.0.0-alpha.11) (2024-11-12)

### Added

- Add loading helpers ([#520](https://github.com/studiometa/js-toolkit/pull/520), [c52bbab](https://github.com/studiometa/js-toolkit/commit/c52bbab))
- Add support for custom DOM element name to register components ([#514](https://github.com/studiometa/js-toolkit/pull/514), [fe3518a](https://github.com/studiometa/js-toolkit/commit/fe3518a))
- **withResponsiveOptions:** add support for defining responsive options in the decorator ([e6543c4](https://github.com/studiometa/js-toolkit/commit/e6543c4))

### Changed

- **withBreakpointObserver:** test breakpoint on attribute change ([#523](https://github.com/studiometa/js-toolkit/pull/523), [bc45db0](https://github.com/studiometa/js-toolkit/commit/bc45db0))
- Refactor ref event listener binding ([#523](https://github.com/studiometa/js-toolkit/pull/523), [5f3fe04](https://github.com/studiometa/js-toolkit/commit/5f3fe04))
- Update happy-dom dependencies ([#523](https://github.com/studiometa/js-toolkit/pull/523), [2391e4a](https://github.com/studiometa/js-toolkit/commit/2391e4a))

### Fixed

- Fix caching of options property names ([d1822c0](https://github.com/studiometa/js-toolkit/commit/d1822c0))

## [v3.0.0-alpha.10](https://github.com/studiometa/js-toolkit/compare/3.0.0-alpha.9..3.0.0-alpha.10) (2024-08-27)

### Fixed
Expand Down
Loading

0 comments on commit 36bcab5

Please sign in to comment.