-
-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added: `Notiflix.Confirm.*` module: The `.prompt()` method has been added. ([#42](#42)) - `Notiflix.Confirm.prompt()` method works similarly as `window.prompt()`. The client doesn't have to type a correct answer to the input element to proceed unlike the `Notiflix.Confirm.ask()` method. The client answer passes to the callback functions as a parameter and this parameter is always a `string`. Added: `Notiflix.Loading.*` module: The `customSvgCode` option has been added for `Notiflix.Loading.custom();` method. The default is `null`. A text-based (`string`) SVG icon can be set to this option. Single quotation marks should be avoided. Fixed: `index.d.ts`: `IConfirmOptions` interface: `zindex` property type has been fixed. Removed: `index.d.ts`: Following types have been removed: - `TNotiflixCallback` - `TNotifyCallbackOrOptions` - `TReportCallbackOrOptions` - `TLoadingMessageOrOptions` - `TBlockMessageOrOptions` - `TBlockSelectorOrHTMLElements` Added: `index.d.ts`: Namespaces, Functions, and Interfaces: Comments have been added for IntelliSense. Changed: Code Review/Refactor.
- Loading branch information
Showing
35 changed files
with
2,069 additions
and
442 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.