Skip to content

Commit 2ce99f3

Browse files
committed
Release 0.14.1 - Bug fixes and better web blending
1 parent fe2b3e2 commit 2ce99f3

File tree

7 files changed

+241
-168
lines changed

7 files changed

+241
-168
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ NOTE: [`eframe`](eframe/CHANGELOG.md), [`egui_web`](egui_web/CHANGELOG.md) and [
77

88
## Unreleased
99

10+
11+
## 0.14.1 - 2021-08-28 - Layout bug fixes
12+
1013
### Added ⭐
1114
* Add `Ui::horizontal_top`.
1215

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/egui_demo_app.js

+231-164
Large diffs are not rendered by default.

docs/egui_demo_app_bg.wasm

-3.89 KB
Binary file not shown.

egui/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "egui"
3-
version = "0.14.0"
3+
version = "0.14.1"
44
authors = ["Emil Ernerfeldt <[email protected]>"]
55
description = "Simple, portable immediate mode GUI library for Rust"
66
edition = "2018"

egui_web/CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ All notable changes to the `egui_web` integration will be noted in this file.
55

66
## Unreleased
77

8+
9+
## 0.14.1 - 2021-08-28
10+
811
### Fixed 🐛
912
* Fix alpha blending for WebGL2 and WebGL1 with sRGB support backends, now having identical results as egui_glium.
1013
* Fix use of egui on devices with both touch and mouse.

egui_web/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "egui_web"
3-
version = "0.14.0"
3+
version = "0.14.1"
44
authors = ["Emil Ernerfeldt <[email protected]>"]
55
description = "Bindings for compiling egui code to WASM for a web page"
66
license = "MIT OR Apache-2.0"

0 commit comments

Comments
 (0)