Skip to content

Commit

Permalink
Bump to 0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
mvlabat committed Apr 17, 2024
1 parent 83ef021 commit 35a4943
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,25 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.27.0] - 18-Apr-2024

### Added

- Fallible variants of primary window getters for `EguiContexts`.

### Changed

- Update Egui to 0.27 ([#271](https://github.com/mvlabat/bevy_egui/pull/271) by @jakobhellermann).
- Improve compilation errors when missing `web_sys_unstable_apis` ([#270](https://github.com/mvlabat/bevy_egui/pull/270) by @Vrixyz).

### Fixed

- Rework reading window ids for events (fixes edge-cases with ignoring events, [#273](https://github.com/mvlabat/bevy_egui/pull/273)).

### Removed

- Unused `RenderGraphConfig`.

## [0.26.0] - 18-Mar-2024

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bevy_egui"
version = "0.26.0"
version = "0.27.0"
authors = ["mvlabat <mvlabat@gmail.com>"]
description = "A plugin for Egui integration into Bevy"
license = "MIT"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Here's a minimal usage example:
# Cargo.toml
[dependencies]
bevy = "0.13"
bevy_egui = "0.26"
bevy_egui = "0.27"
```

```rust
Expand Down Expand Up @@ -85,7 +85,7 @@ cargo run --example ui

| bevy | bevy_egui |
|------|-----------|
| 0.13 | 0.25-0.26 |
| 0.13 | 0.25-0.27 |
| 0.12 | 0.23-0.24 |
| 0.11 | 0.21-0.22 |
| 0.10 | 0.20 |
Expand Down

0 comments on commit 35a4943

Please sign in to comment.