We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e93c008 commit e682ed7Copy full SHA for e682ed7
CHANGELOG.md
@@ -1,5 +1,15 @@
1
# Changelog for osjs-dialog
2
3
+## 3.2.0 - 2023-03-02
4
+
5
+* fix(file): disable OK button when no directory name is selected initially
6
+* chore(file): improve file/directory name placeholder text (#19)
7
+* fix(file): filename is cleared on navigation (#18)
8
+* ci: add commitlint and husky
9
+* Remove now defunct esdoc deploy
10
+* Update source code license comments
11
+* Update LICENSE
12
13
## 3.1.2 - 2021-04-02
14
15
* Fixed typo (#16)
package.json
@@ -1,6 +1,6 @@
{
"name": "@osjs/dialogs",
- "version": "3.1.2",
+ "version": "3.2.0",
"description": "OS.js Dialogs",
"main": "dist/main.js",
"module": "dist/main.js",
0 commit comments