- fix: alert message bug
- fix(file): revert ok button behaviour for open dialogs
- 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
- Fixed typo (#16)
- Updated "chose" to "choose"
- Use
oninput
slider event in color dialog for hex updates (#15) - Removed legacy
substr
(#13)
- Fix exception when multiple destroys are called
- Add wrapper for rendering in custom dialog
- Add option to override progress dialog buttons
- Updated dependencies
- Fixed close button not canceling in save dialog (#11)
- Updated dependencies
- Added return of self in render() method (#10)
- Added option for setting default value in choice dialog (#9)
- Updated dependencies
- Updated dependencies
- Now using @osjs/dev-meta
- Updated package.json scripts
- Now using @osjs/stylelint-config
- Moved some devDependencies to dependencies
- Updated webpack config
- Updated dependencies
- Updated dotfile usage
- Updated copyright notices in preambles
- Updated cancel button behavior in File dialog (#6)
- Updated eslint
- Updated dependencies
- Added 'default application' dialog
- Add overwrite confirmation to file dialog (fixes #4)
- Updated dependencies
- Fixed some margin errors in ColorDialog UI
- Fix ok button in file dialog is disabled in initial save
- Disable 'ok' button in file dialog depending on selection
- Added support for directory selection (#3)
- Updated dependencies
- Fixed escape key not working (#2)
- Updated README
- Updated eslintrc
- Updated copyright(s)
- Fixed a mime filter in file dialog + doc update
- Export 'Dialog' class
- Updated @osjs/gui
- Added sound support
- Updated dependencies
- Updated dependencies
- Added error/exception dump support in 'error' alert dialog
- Added localization
- Updated key events usage from windows
- Updated dependencies
- Publish in production mode
- Fixed eslint comment warnings
- Removed a gitignore file leading to missing files in npm package
- Prebuild npm package
- Filter certain mounts in file dialog
- Updated file dialog dropdown FS usage
- Updated eslintrc
- Updated npmignore
- Added travis-ci badge to README
- Lint pass
- Added initial travis-ci config
- Added stylelintrc
- Updated default dialog view flex
- Fixes to Font dialog
- Prompt dialog updates
- Updated VFS usage
- Added 'Custom' dialog
- Updated default alert dialog dimension
- Color dialog fixes and updates
- Removed a resizeFit call
- Updated some default styles
- Updated to @osjs/gui-alpha.14
- Added 'choice' dialog
- Updated file dialog
- Support custom window options and modal
- Fixed prompt dialog render order issue
- Added npmignore
- Added CHANGELOG
- Focus first negative button on render
- Updated file dialog for latest VFS updates
- Get mountpoints from Filesystem in core
- Updated dependencies
- Added esdoc config
- Updated API usage
- Added dialog registry w/configuration support
- 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
Initial public release