# Changelog for osjs-dialog

## 3.2.2 - 2024-01-25

* fix: alert message bug

## 3.2.1 - 2023-03-08

* fix(file): revert ok button behaviour for open dialogs

## 3.2.0 - 2023-03-02

* fix(file): disable OK button when no directory name is selected initially
* chore(file): improve file/directory name placeholder text (#19)
* fix(file): filename is cleared on navigation (#18)
* ci: add commitlint and husky
* Remove now defunct esdoc deploy
* Update source code license comments
* Update LICENSE

## 3.1.2 - 2021-04-02

* Fixed typo (#16)
* Updated "chose" to "choose"
* Use `oninput` slider event in color dialog for hex updates (#15)
* Removed legacy `substr` (#13)

## 3.1.1 - 2021-08-26

* Fix exception when multiple destroys are called

## 3.1.0 - 2021-08-01

* Add wrapper for rendering in custom dialog

## 3.0.24 - 2021-07-23

* Add option to override progress dialog buttons
* Updated dependencies

## 3.0.23 - 2021-05-22

* Fixed close button not canceling in save dialog (#11)

## 3.0.22 - 2020-11-26

* Updated dependencies

## 3.0.21 - 2020-11-21

* Added return of self in render() method (#10)

## 3.0.20 - 2020-08-26

* Added option for setting default value in choice dialog (#9)
* Updated dependencies

## 3.0.18 - 2020-02-17

* Updated dependencies
* Now using @osjs/dev-meta

## 3.0.17 - 2020-01-19

* Updated package.json scripts
* Now using @osjs/stylelint-config
* Moved some devDependencies to dependencies

## 3.0.16 - 2020-01-19

* Updated webpack config
* Updated dependencies
* Updated dotfile usage
* Updated copyright notices in preambles

## 3.0.15 - 2019-08-16

* Updated cancel button behavior in File dialog (#6)
* Updated eslint

## 3.0.12 - 2019-05-27

* Updated dependencies
* Added 'default application' dialog

## 3.0.11 - 2019-04-12

* Add overwrite confirmation to file dialog (fixes #4)
* Updated dependencies

## 3.0.10 - 2019-02-26

* Fixed some margin errors in ColorDialog UI

## 3.0.9 - 2019-02-05

* Fix ok button in file dialog is disabled in initial save

## 3.0.8 - 2019-02-05

* Disable 'ok' button in file dialog depending on selection
* Added support for directory selection (#3)

## 3.0.7 - 2019-01-17

* Updated dependencies

## 3.0.6 - 2019-01-17

* Fixed escape key not working (#2)
* Updated README
* Updated eslintrc
* Updated copyright(s)

## 3.0.5 - 2018-12-16

* Fixed a mime filter in file dialog + doc update

## 3.0.4 - 2018-11-09

* Export 'Dialog' class

## 3.0.3 - 2018-10-27

* Updated @osjs/gui

## 3.0.0-alpha.34 - 2018-10-17

* Added sound support

## 3.0.0-alpha.33 - 2018-09-29

* Updated dependencies

## 3.0.0-alpha.32 - 2018-09-27

* Updated dependencies

## 3.0.0-alpha.31 - 2018-08-18

* Added error/exception dump support in 'error' alert dialog

## 3.0.0-alpha.30 - 2018-08-18

* Added localization
* Updated key events usage from windows

## 3.0.0-alpha.29 - 2018-08-17

* Updated dependencies

## 3.0.0-alpha.28 - 2018-07-27

* Publish in production mode
* Fixed eslint comment warnings

## 3.0.0-alpha.27 - 2018-07-24

* Removed a gitignore file leading to missing files in npm package

## 3.0.0-alpha.26 - 2018-07-24

* Prebuild npm package
* Filter certain mounts in file dialog

## 3.0.0-alpha.25 - 2018-07-20

* Updated file dialog dropdown FS usage
* Updated eslintrc
* Updated npmignore

## 3.0.0-alpha.24 - 2018-07-18

* Added travis-ci badge to README
* Lint pass
* Added initial travis-ci config
* Added stylelintrc
* Updated default dialog view flex

## 3.0.0-alpha.23 - 2018-07-16

* Fixes to Font dialog

## 3.0.0-alpha.22 - 2018-07-13

* Prompt dialog updates

## 3.0.0-alpha.21 - 2018-07-13

* Updated VFS usage

## 3.0.0-alpha.20 - 2018-07-09

* Added 'Custom' dialog

## 3.0.0-alpha.19 - 2018-07-08

* Updated default alert dialog dimension
* Color dialog fixes and updates

## 3.0.0-alpha.18 - 2018-07-06

* Removed a resizeFit call

## 3.0.0-alpha.17 - 2018-07-01

* Updated some default styles

## 3.0.0-alpha.16 - 2018-06-30

* Updated to @osjs/gui-alpha.14

## 3.0.0-alpha.15 - 2018-06-21

* Added 'choice' dialog

## 3.0.0-alpha.14 - 2018-06-12

* Updated file dialog
* Support custom window options and modal

## 3.0.0-alpha.13 - 2018-05-10

* Fixed prompt dialog render order issue

## 3.0.0-alpha.12 - 2018-05-06

* Added npmignore
* Added CHANGELOG

## 3.0.0-alpha.11 - 2018-04-22

* Focus first negative button on render
* Updated file dialog for latest VFS updates

## 3.0.0-alpha.10 - 2018-04-15

* Get mountpoints from Filesystem in core

## 3.0.0-alpha.9 - 2018-04-07

* Updated dependencies

## 3.0.0-alpha.7 - 2018-03-31

* Added esdoc config
* Updated API usage
* Added dialog registry w/configuration support

## 3.0.0-alpha.6 - 2018-03-25

* Added 'activate' to file dialog
* Added enter event to file dialog
* Close prompt dialog on enter
* Added 'close' argument to emitCallback()
* Added enter event to prompt dialog
* Added getPositiveButton()
* Better handling of callback event
* Set default value in prompt dialog
* Added more args to prompt dialog
* Corrected URLs in package.json

## 3.0.0-alpha.5 - 2018-03-19

Initial public release
