monomer/ChangeLog.md

34 lines
1.1 KiB
Markdown
Raw Normal View History

2021-09-23 00:32:51 +03:00
### 1.1.0.0
- Reduce memory usage by sharing wreq session among image widget instances.
- Add sizeUpdater helpers. Support multiple handlers in box, grid and stack.
2021-09-23 00:32:51 +03:00
- Add `dpr` field to `WidgetEnv`.
- Add `RunInRenderThread` to support initialization of low level OpenGL resources.
- Set correct `WidgetEnv` viewport from scroll (it looked good because of scissoring).
- Fix issue with scrollbars using child coordinates for detecting clicks.
- Add OpenGL example.
- Add `containerDrawDecorations`. Simplify button/externalLink internals.
- Add ThemeState entries for optionButton and toggleButton widgets.
- Add `singleDrawDecorations`. Make it consistent with Container.
### 1.0.0.3
- Consume and forward all available messages from Producers on each cycle.
- Add Nix and GitHub Actions support (thanks @smunix!).
- Fix space leak when rebuilding the UI or handling events.
2021-08-16 02:35:21 +03:00
### 1.0.0.2
- Use the recently published nanovg-0.8.0.0 from Hackage, instead of the version from the PR's commit.
- Add `appRenderOnMainThread` option.
2021-08-16 02:35:21 +03:00
2021-08-13 06:42:45 +03:00
### 1.0.0.1
- Fix Haddocks for widget configuration types.
2021-08-13 06:42:45 +03:00
2021-08-09 06:10:32 +03:00
### 1.0.0.0
2019-09-23 17:46:21 +03:00
2021-08-09 06:10:32 +03:00
Initial public release
- Supports Windows, Linux and macOS