Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 11 additions & 5 deletions packages/vector_math/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
## 2.4.0-wip

- Remove the deprecated `SimplexNoise` class.
- Optimized the `identity` constructors on the `Matrix` classes.
- Require Dart 3.10.0 or greater.
## 2.4.0

- Removes the deprecated `SimplexNoise` class.
- Optimizes the `identity` constructors on the `Matrix` classes.
- Updates metadata to reflect the move from
[google/vector_math.dart](https://github.com/google/vector_math.dart)
to [flutter/core-packages](https://github.com/flutter/core-packages),
which is the new source of truth for this package.
- Updates source and metadata to follow Flutter team package conventions and
analysis options.
Comment on lines +9 to +10
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[nit] This doesn't have a user facing impact and can be omitted from the changelog.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That depends on whether I made any mistakes 🙂

I don't want the changelog to sound like there were essentially no code changes when there were a non-trivial number of manual changes, so that if something does regress the changelog isn't misleading in understanding what could have caused it.

- Updates minimum supported SDK version to Dart 3.10.

## 2.3.0

Expand Down
2 changes: 1 addition & 1 deletion packages/vector_math/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: vector_math
description: A vector math library for 2D and 3D applications, supporting 2D, 3D, and 4D matrices.
repository: https://github.com/flutter/core-packages/tree/main/packages/vector_math
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+vector_math%22
version: 2.4.0-wip
version: 2.4.0

environment:
sdk: ^3.10.0
Expand Down
Loading