Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release egui_plot 0.24.2 #3763

Merged
merged 4 commits into from
Jan 3, 2024
Merged

Release egui_plot 0.24.2 #3763

merged 4 commits into from
Jan 3, 2024

Conversation

emilk
Copy link
Owner

@emilk emilk commented Jan 3, 2024

Changelog

abey79 and others added 4 commits January 3, 2024 08:45
These PR recently cleaned up the code around auto-bounds, but introduced
an involuntary change whereby auto-bounds would not be enabled by
default. All plots would default to being not properly centred as a
result.

- #3587
- #3586

This PR changes the default back to enabled. It also deprecates
`auto_bounds_x()` and `auto_bounds_y()`, which could only enable
auto-bounds (which is not very useful as auto-bounds were, and now are
again, enabled by default). A new `auto_bounds()` API can now be sued to
disable auto-bounds if needed.

Fixes #3712 
Fixes rerun-io/rerun#4503
@emilk emilk added egui_plot Related to egui_plot exclude from changelog labels Jan 3, 2024
@emilk emilk merged commit 34c3414 into master Jan 3, 2024
24 of 37 checks passed
@emilk emilk deleted the emilk/release-egui_plot-0.24.2 branch January 3, 2024 08:42
emilk added a commit to rerun-io/rerun that referenced this pull request Jan 3, 2024
### What
* Closes #4635
* See also emilk/egui#3763
* Includes this fix: emilk/egui#3722

### Checklist
* [x] I have read and agree to [Contributor
Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and
the [Code of
Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md)
* [x] I've included a screenshot or gif (if applicable)
* [x] I have tested the web demo (if applicable):
* Using newly built examples:
[app.rerun.io](https://app.rerun.io/pr/4645/index.html)
* Using examples from latest `main` build:
[app.rerun.io](https://app.rerun.io/pr/4645/index.html?manifest_url=https://app.rerun.io/version/main/examples_manifest.json)
* Using full set of examples from `nightly` build:
[app.rerun.io](https://app.rerun.io/pr/4645/index.html?manifest_url=https://app.rerun.io/version/nightly/examples_manifest.json)
* [x] The PR title and labels are set such as to maximize their
usefulness for the next release's CHANGELOG

- [PR Build Summary](https://build.rerun.io/pr/4645)
- [Docs
preview](https://rerun.io/preview/82415b7ed7cb1d02464d80766a7007a9ab8cca08/docs)
<!--DOCS-PREVIEW-->
- [Examples
preview](https://rerun.io/preview/82415b7ed7cb1d02464d80766a7007a9ab8cca08/examples)
<!--EXAMPLES-PREVIEW-->
- [Recent benchmark results](https://build.rerun.io/graphs/crates.html)
- [Wasm size tracking](https://build.rerun.io/graphs/sizes.html)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants