Browse Source

Changelog for version 0.1.2

pull/1045/head
Benoit Marty 1 year ago
parent
commit
293f1f7f3d
  1. 21
      CHANGES.md
  2. 1
      changelog.d/1021.misc
  3. 1
      changelog.d/1031.wip
  4. 1
      changelog.d/1035.bugfix
  5. 1
      changelog.d/1043.misc
  6. 1
      changelog.d/1049.misc
  7. 1
      changelog.d/1050.misc
  8. 1
      changelog.d/1054.misc
  9. 1
      changelog.d/640.bugfix

21
CHANGES.md

@ -1,3 +1,24 @@ @@ -1,3 +1,24 @@
Changes in Element X v0.1.2 (2023-08-16)
========================================
Bugfixes 🐛
----------
- Filter push notifications using push rules. ([#640](https://github.com/vector-im/element-x-android/issues/640))
- Use `for` instead of `forEach` in `DefaultDiffCacheInvalidator` to improve performance. ([#1035](https://github.com/vector-im/element-x-android/issues/1035))
In development 🚧
----------------
- [Poll] Render start event in the timeline ([#1031](https://github.com/vector-im/element-x-android/issues/1031))
Other changes
-------------
- Add Button component based on Compound designs ([#1021](https://github.com/vector-im/element-x-android/issues/1021))
- Compound: implement dialogs. ([#1043](https://github.com/vector-im/element-x-android/issues/1043))
- Compound: customise `IconButton` component. ([#1049](https://github.com/vector-im/element-x-android/issues/1049))
- Compound: implement `DropdownMenu` customisations. ([#1050](https://github.com/vector-im/element-x-android/issues/1050))
- Compound: implement Snackbar component. ([#1054](https://github.com/vector-im/element-x-android/issues/1054))
Changes in Element X v0.1.0 (2023-07-19)
========================================

1
changelog.d/1021.misc

@ -1 +0,0 @@ @@ -1 +0,0 @@
Add Button component based on Compound designs

1
changelog.d/1031.wip

@ -1 +0,0 @@ @@ -1 +0,0 @@
[Poll] Render start event in the timeline

1
changelog.d/1035.bugfix

@ -1 +0,0 @@ @@ -1 +0,0 @@
Use `for` instead of `forEach` in `DefaultDiffCacheInvalidator` to improve performance.

1
changelog.d/1043.misc

@ -1 +0,0 @@ @@ -1 +0,0 @@
Compound: implement dialogs.

1
changelog.d/1049.misc

@ -1 +0,0 @@ @@ -1 +0,0 @@
Compound: customise `IconButton` component.

1
changelog.d/1050.misc

@ -1 +0,0 @@ @@ -1 +0,0 @@
Compound: implement `DropdownMenu` customisations.

1
changelog.d/1054.misc

@ -1 +0,0 @@ @@ -1 +0,0 @@
Compound: implement Snackbar component.

1
changelog.d/640.bugfix

@ -1 +0,0 @@ @@ -1 +0,0 @@
Filter push notifications using push rules.
Loading…
Cancel
Save