Releases: gasparesganga/jquery-message-box
Releases · gasparesganga/jquery-message-box
v3.2.2
- Added
z-index : 9999
to.messagebox_overlay
class in default CSS file to improve interaction with external components and plugins.
See release notes
v3.2.1
Just a formal bugfix release: a wrong name was being displayed in file headers.
See release notes
v3.2.0
- New input types
"date"
,"time"
,"number"
,"color"
,"email"
- New input
htmlAttributes
option
See release notes
v3.1.0
- New input type
"textarea"
(alias"memo"
) - New input
resize
option for type"textarea"
- New input
rows
option for type"textarea"
- New customizable
messagebox_content_input_textarea
class in the external CSS file - Input
autotrim
option for types"text
,"password"
and"textarea"
now defaults totrue
- Removed CSS head injection
- Enforced strict mode
See release notes
v3.0.0
- New
customOverlayClass
option - New
title
option - New input type
"checkbox"
- New input type
"caption"
- New inputs
customClass
option - New inputs
message
option - Javascript sourcemaps
- Minified default CSS file
- Inputs
default
option renamed todefaultValue
- Buttons
class
option renamed tocustomClass
- Simplified default CSS which is more easily customizable
- New folder structure
- Content horizontal padding is preserved also in case of horizontal overflow
- Minor CSS and code quirks
See release notes
v2.2.3
- Some more browser compatibility code embellishments
See release notes
v2.2.2
- Removed a comma in excess causing issues with some browsers
See release notes
v2.2.1
- Minor bugfix that addresses event bubbling when keyboard is used
See release notes
v2.2.0
- Filters
- Error message
- Inputs autotrim
- Default keycodes for buttonDone
- Minor CSS fix
- Minor code fix
See release notes
v2.1.0
- Bower and npm support
See release notes