Skip to content

Latest commit

 

History

History
117 lines (77 loc) · 3.23 KB

CHANGELOG.md

File metadata and controls

117 lines (77 loc) · 3.23 KB

Changelog

All notable changes to this project are documented in this file.

Overview

upcomming

0.1.0-alpha0.8

  • Update to quicksilver 0.4.0

0.1.0-alpha0.7

  • Update to quicksilver 0.4.0-alpha0.7

0.1.0-alpha0.6

  • Update to quicksilver 0.4.0-alpha0.6

0.1.0-alpha0.5

  • [BREAKING] dropping the LayerId does not cause the layer to be removed. Only if the layer is also empty does that happen now.
  • [BREAKING] LayerId is now !Send.
  • [BREAKING] Context::new() stopped taking the mouse location. There is no way (yet) to get it at the location that you want to create a context.
  • [BREAKING] Reworked how concealers work and are configured. Short description: It now controls a layer instead of list of widgets.
  • [BREAKING] Replaced the iter/iter_mut methods from ConcealerManager. There are no channels to loop over. Instead, they give references to the layers.
  • break up the examples so all.rs isn't the only example.
  • Add a get_layer/get_layer_mut for ConcealerManager. Gets the layer from a specific Concealer that it manages.
  • Add a SingularLayerId, which is similar to a normal layer, except that it has some restrictions on what users can do with it. It is used for Concealers.
  • Remove unesesary lifetime parameter in Context.
  • Implement clone for LayerId.

0.1.0-alpha0.4

  • Improve the all example
  • [BREAKING] Remove WidgetId from public interface. There was no reason for it to be public

0.1.0-alpha0.3

  • Fix dropdown being totally broken

0.1.0-alpha0.2

  • Update to quicksilver 0.4-alpha0.4
  • Replace all Arc<Mutex> with Rc<RefCell>
  • [BREAKING] remove DropDown::values()

0.1.0-alpha0.1

  • Update to quicksilver 0.4-alpha0.3
  • Add text input field
  • Add an example to show all widgets

0.0.5

0.0.4

2019.12.14

Contributions

This release is made possible by the following people (in alphabetical order). Thank you all for your contributions. Your work – no matter how significant – is greatly appreciated by the community. 💖

Changes

Miscellaneous Tasks

Bug Fixes

  • layer events not being processed in render (bd8fc46)

0.0.3

2019.12.12

Changes