Skip to content

Commit

Permalink
chore: changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lajbel committed Dec 27, 2024
1 parent a6efa8e commit 1b22448
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
});
```

- Added `{ override: true }` flag for overridding text styles in
`CharTransform` - @dragoncoder047
- Added `{ override?: true }` in `CharTransform` for overridding text styles -
@dragoncoder047

```js
add([
Expand All @@ -42,6 +42,9 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
]);
```

- Added `{ indentAll?: boolean }` in `TextCompOpt` to indent every new line -
@dragoncoder047

- Added TypeScript definition for all App Events and missing Game Object
Events - @lajbel

Expand Down Expand Up @@ -77,7 +80,7 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

### Changed

- Changed `.use()`, `.unuse()` and `.has()` to `GameObjRaw`, to add, remove and
- Added `.use()`, `.unuse()` and `.has()` to `GameObjRaw`, to add, remove and
check components. This only works with `KAPLAYOpt.tagsAsComponents` set to
`true` (**experimental**)

Expand Down

0 comments on commit 1b22448

Please sign in to comment.