Skip to content

Commit

Permalink
docs: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
shining-mind committed Jan 25, 2024
1 parent 71dfcee commit be98b6d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ _Note: Gaps between patch versions are faulty, broken or test releases._

* Fixed the memoization of `getParent`: it was saved in the context of the main component, as a
result of which the components in the slots had an incorrect `$parent` `build/snakeskin`
* Fixed loss of refs in slots inside async render `core/component/render`

## v4.0.0-beta.51 (2024-01-19)

Expand Down
6 changes: 6 additions & 0 deletions src/core/component/render/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.?? (2024-01-??)

#### :bug: Bug Fix

* Fixed loss of refs in slots inside async render

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

#### :bug: Bug Fix
Expand Down

0 comments on commit be98b6d

Please sign in to comment.