Skip to content

Commit

Permalink
Updating to changes since beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed Dec 10, 2019
1 parent d43bdf2 commit 374b8e4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ More detailed release notes can be found on the [releases page](https://github.c
* "fyne install" command to package and install apps on the local computer
* Add horizontal scrolling to ScrollContainer
* Add preferences API
* Add show/hide password icon when created from NewPasswordEntry
* Add NewGridLayoutWithRows to specify a grid layout with a set number of rows
* Add NewAdaptiveGridLayout which uses a column grid layout when horizontal and rows in vertical


### Changed
Expand All @@ -28,12 +31,16 @@ More detailed release notes can be found on the [releases page](https://github.c
* "fyne package" now defaults icon to "Icon.png" so the parameter is optional
* Calling ExtendBaseWidget() sets up the renderer for extended widgets
* Entry widget now has a visible Disabled state, ReadOnly has been deprecated
* Bundled images optimised to save space
* Optimise rendering to reduce refresh on TabContainer and ScrollContainer


### Fixed

* Correct the colour of Entry widget cursor if theme changes
* Error where widgets created before main() function could crash (#490)
* App.Run panics if called without a window (#527)
* Support context menu for disabled entry widgets (#488)


## 1.1.2 - 12 October 2019
Expand Down

0 comments on commit 374b8e4

Please sign in to comment.