Releases: bbalganjjm/natural_js
Releases · bbalganjjm/natural_js
v0.8.2.3
Natural-UI v0.8.2.3
- Append feature N.form
- Revert bug fix
- Add revert option
- if revert option value is true, activate the revert function(default value is false)
- Append feature N.grid
- Add revert option
- if revert option value is true, activate the revert function(default value is false)
- Add revert option
v0.8.2.2.ARCHITECTURE.0.8.0.4
Natural-ARCHITECTURE v0.8.0.4
- Append feature N.comm
- The callback of N.comm.submit is run when loading a page - modified
v0.8.2.2
Natural-UI v0.8.2.2
- N.tab - Bug fix
- If content of the tab have a DIV tag, the contents is hidden - fixed
v0.8.2.1
Natural-ARCHITECTURE v0.8.0.3
- N.cont bug fix
- Does not call the init method when exist style tag in the page - fixed
- Change method name
- Formater -> Formatter
- N.formater -> N.formatter
Natural-CORE v0.8.1.4
- Change method name
- Formater -> Formatter
- N.formater -> N.formatter
Natural-DATA v0.8.1.1
- Change method name
- Formater -> Formatter
- N.formater -> N.formatter
Natural-UI v0.8.2.1
- Change method name
- Formater -> Formatter
- N.formater -> N.formatter
natural.config.js
- Change method name
- Formater -> Formatter
- N.formater -> N.formatter
v0.8.2.0.CORE.0.8.1.3
Natural-CORE v0.8.1.3
- Change hangul character length check routine
- from 2 byte to 3 byte
v0.8.2.0.ARCHITECTURE.0.8.0.1
Natural-ARCHITECTURE v0.8.0.1
- N.comm - Bug fix
- Throw undefined error when not exist N.cont in the page -> fixed
v0.8.2.0.CORE.0.8.1.2
Natural-CORE v0.8.1.2
- N.browser.cookie - Bug fix
- Cookie value is not set in IE -> fixed
v0.8.2.0
Natural-CORE v0.8.1.1
- N.log - Change arguments handling
- N.warn - Change arguments handling
Natural-UI v0.8.2.0
- N.datepicker - Bug fix
- Layout of Datepicker is crashed when input element position is the right end in window -> fixed
- N.datepicker - Append features
- Change to choose the focusin event of the input element
- Add show method
- Add hide method
- Add border-radius style to datapicker panel
Change default box-shadow style of ui-components
v0.8.1.7
Natural-UI v0.8.1.7
- N.grid bug fix
- Calculating scroll paging limit index in onBind event is wrong -> fixed
- Calculating scroll paging limit index when rebinding is wrong -> fixed
v0.8.1.5
Natural-UI v0.8.1.5
- N.button bug fix
- Not apply button style when multiple select to button element -> fixed
- N.form bug fix
- Inner text of button element is removed when call "N.form.add" mothod -> fixed