Skip to content

Commit

Permalink
Release 0.14.1 - Bug fixes and better web blending
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Aug 28, 2021
1 parent fe2b3e2 commit 2ce99f3
Show file tree
Hide file tree
Showing 7 changed files with 241 additions and 168 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ NOTE: [`eframe`](eframe/CHANGELOG.md), [`egui_web`](egui_web/CHANGELOG.md) and [

## Unreleased


## 0.14.1 - 2021-08-28 - Layout bug fixes

### Added ⭐
* Add `Ui::horizontal_top`.

Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

395 changes: 231 additions & 164 deletions docs/egui_demo_app.js

Large diffs are not rendered by default.

Binary file modified docs/egui_demo_app_bg.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion egui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "egui"
version = "0.14.0"
version = "0.14.1"
authors = ["Emil Ernerfeldt <emil.ernerfeldt@gmail.com>"]
description = "Simple, portable immediate mode GUI library for Rust"
edition = "2018"
Expand Down
3 changes: 3 additions & 0 deletions egui_web/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ All notable changes to the `egui_web` integration will be noted in this file.

## Unreleased


## 0.14.1 - 2021-08-28

### Fixed 🐛
* Fix alpha blending for WebGL2 and WebGL1 with sRGB support backends, now having identical results as egui_glium.
* Fix use of egui on devices with both touch and mouse.
Expand Down
2 changes: 1 addition & 1 deletion egui_web/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "egui_web"
version = "0.14.0"
version = "0.14.1"
authors = ["Emil Ernerfeldt <emil.ernerfeldt@gmail.com>"]
description = "Bindings for compiling egui code to WASM for a web page"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 2ce99f3

Please sign in to comment.