Skip to content

Commit

Permalink
chore: 🆙 4.0.0-beta.49
Browse files Browse the repository at this point in the history
  • Loading branch information
kobezzza committed Jan 17, 2024
1 parent 517ee36 commit 8fedae4
Show file tree
Hide file tree
Showing 7 changed files with 44 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,19 @@ Changelog
_Note: Gaps between patch versions are faulty, broken or test releases._

## v4.0.0-beta.49 (2024-01-17)

#### :rocket: New Feature

* Now the `render` method can accept the name of an asynchronous group to control the invocation of destructors `components/friends/vdom`

#### :bug: Bug Fix

* Fixed memory leaks when switching pages `bDynamicPage`
* Fixed a memory leak when creating dynamic components via the VDOM API `core/component/engines/vue3`
* Fixed memory leaks when removing components `core/component/init`
* Added memoization for the `getParent` and `getRoot` props to prevent unnecessary re-renders `build/snakeskin`

## v4.0.0-beta.48 (2024-01-17)

#### :boom: Breaking Change
Expand Down
6 changes: 6 additions & 0 deletions build/snakeskin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ Changelog
> - :house: [Internal]
> - :nail_care: [Polish]
## v4.0.0-beta.49 (2024-01-17)

#### :bug: Bug Fix

* Added memoization for the `getParent` and `getRoot` props to prevent unnecessary re-renders

## v4.0.0-beta.38 (2023-11-15)

#### :bug: Bug Fix
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"packageManager": "[email protected]",
"typings": "index.d.ts",
"license": "MIT",
"version": "4.0.0-beta.48",
"version": "4.0.0-beta.49",
"author": {
"name": "kobezzza",
"email": "[email protected]",
Expand Down
6 changes: 6 additions & 0 deletions src/components/base/b-dynamic-page/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ Changelog
> - :house: [Internal]
> - :nail_care: [Polish]
## v4.0.0-beta.49 (2024-01-17)

#### :bug: Bug Fix

* Fixed memory leaks when switching pages

## v4.0.0-alpha.1 (2022-12-14)

#### :boom: Breaking Change
Expand Down
6 changes: 6 additions & 0 deletions src/components/friends/vdom/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ Changelog
> - :house: [Internal]
> - :nail_care: [Polish]
## v4.0.0-beta.49 (2024-01-17)

#### :rocket: New Feature

* Now the `render` method can accept the name of an asynchronous group to control the invocation of destructors

## v4.0.0-alpha.1 (2022-12-14)

#### :boom: Breaking Change
Expand Down
6 changes: 6 additions & 0 deletions src/core/component/engines/vue3/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ Changelog
> - :house: [Internal]
> - :nail_care: [Polish]
## v4.0.0-beta.49 (2024-01-17)

#### :bug: Bug Fix

* Fixed a memory leak when creating dynamic components via the VDOM API

## v4.0.0-beta.23 (2023-09-18)

#### :bug: Bug Fix
Expand Down
6 changes: 6 additions & 0 deletions src/core/component/init/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ Changelog
> - :house: [Internal]
> - :nail_care: [Polish]
## v4.0.0-beta.49 (2024-01-17)

#### :bug: Bug Fix

* Fixed memory leaks when removing components

## v4.0.0-alpha.1 (2022-12-14)

#### :boom: Breaking Change
Expand Down

0 comments on commit 8fedae4

Please sign in to comment.