We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90cfd77 commit 3e9a51cCopy full SHA for 3e9a51c
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog for osjs-gui
2
3
+
4
+## 4.0.34 - 2020-06-22
5
6
+* Fixed listview column staggering in FF (#31)
7
8
## 4.0.33 - 2020-04-13
9
10
* Correct overflow in Tabs (#28) (#29)
package.json
@@ -1,6 +1,6 @@
{
"name": "@osjs/gui",
- "version": "4.0.33",
+ "version": "4.0.34",
"description": "OS.js GUI",
"module": "dist/esm.js",
"main": "dist/main.js",
0 commit comments