Releases: bbalganjjm/natural_js
Releases · bbalganjjm/natural_js
v0.8.6.4
Natural-UI v0.8.6.4
N.grid
- Fixed critical bugs
- Occured an infinite loop when selected more than two the multi select element or checkbox element in the linked N.form to N.grid
natural.ui.css
- Changed the selector relating the update and delete status of N.grid
v0.8.6.3
Natural-UI v0.8.6.3
N.grid
- Bug fix for the row is created when revert from the linked N.form
- Bug fix for occur the error when the call add method on the data is specified an option value without specified to the constructor
N.form
- Bug fix for occur the error when the call add method on the data is specified an option value without specified to the constructor
Natural-CORE v0.8.3.9
N.fn.vals
- Bug fix for correct value is not returned when exists a checkbox in IE
v0.8.6.0
Natural-UI v0.8.6.0
- Change the variable name of "this_" of entire source code to "self"
N.grid
- Change the "remove" method that dosen't delete the row element and row data of deleted row. in place of, add "row_data_deleted" class to the row element and change the rowStatus value.
- Without deleting the element and the row data of deleted rows
- Additional features for the "row" method
- Return -1, when deselect the row element
- If you put "before" string to the first argument, return the just before selected row index
- Append "beforeRow" argument to the fourth argument of the "onSelect" callback. "beforeRow" is the just before selected row index
- Modify the JQuery seletor strings of the entire source code for improve performance
- Additional features for the "bind" method
- Improve slightly for performance
- If exists the rowStatus value of data, add the "data_changed__" and "row_data_changed__" class to the target elements
- Bug fix for doesn't scroll paging when call the delete method or call the "revert" method of linked N.form
- Bug fix for update the unconditional 0th index when the call "add" method of linked N.form and then click the row of grid
N.form
- "src" attribute of the img tag is create to the "options.initialInputData" value
Natural-DATA v0.8.2.1
- Change the variable name of "this_" of entire source code to "self"
Natural-CORE v0.8.3.8
- Change the variable name of "this_" of entire source code to "self"
N.element.toData
- "src" attribute of the img tag is create to the data value too
natural.ui.css
- Add modified state style of the row
- Change the N.alert related style
v0.8.5.0
Natural-UI v0.8.5.0
Append features for N.form
- Add "unbind" method
- Unbind data, event and class for already bound form
- If the form's data is modified, be added "row_data_changed__" class to the context element
- The updated elements by Data Sync(N.ds) is also added "data_changed__" class and "row_data_changed__" class
- When the call "bind" method or "val" method, they will remove validator's dregs (N.alert instance, validate_false class, etc.)
- N.element.dataChanged method is modified that will be added data_changed__ class to target element
Append features for N.grid
- If return false in the onSelect's callback, it does not add "grid_selected__" class
- If the grid's data is modified, be added "row_data_changed__" class to the row(tbody) element
- Add "row" method
- Return last clicked row index of Grid's body
Bug fixes for N.form
- When changed the value by "val" method in interlocking grid and form, if there is no matching element it is not updated <- fixed
- When the call "val" method, radio and checkbox input's values is not changed <- fixed
- Sometimes the select element does not dataSync <- fixed
Natural-DATA v0.8.2.0
Add condition to "notify" method of N.ds
- If obserable is N.form, the notify action is updated only when the input row value and the N.form's row value is equals
Natural-CORE v0.8.3.6
Append features for N.instance
- When the callback is assigned to N.instance's arguments, it will return this instance
Bug fixes for N.instance
- When the callback is assigned to N.instance's arguments, it occured exception <- fixed
v0.8.4.15.CORE.0.8.3.5
Natural-ARCHITECTURE v0.8.0.8
- Code cleanup by jshint
- Change feature of Communicator.request
- when the type is "GET", The query string was not a query string format of key, value pairs. that was just json text
ex) www.abc.com?{a:"a",b:"b",c:"c"}
-> When the type is "GET" and the parameter is json format, it will be assigned to "q" key and it will be encoded value
ex) www.abc.com?q=%7Ba:%22a%22,b:%22b%22,c:%22c%22%7D - contentType is changed from "application/x-www-form-urlencoded" to "text/html; charset=UTF-8" when loading the html type
- request type is changed to an unconditional "GET" when loading the html type
- when the type is "GET", The query string was not a query string format of key, value pairs. that was just json text
Natural-CORE v0.8.3.4
- Code cleanup by jshint
- N.isWrappedSet function is checked in more detail
- N.type's codes changed
- Remove json2.js library
Natural-DATA v0.8.1.13
- Code cleanup by jshint
Natural-UI v0.8.4.15
- Code cleanup by jshint
natural.ui.css
- Change padding value of N.alert's title box
- from 6px to 10px
- Change padding value of N.alert's contents box
- from 0 to 10px
v0.8.4.14
Natural-UI v0.8.4.14
- Bug fix - N.grid
- Deleted row data is removed when the grid rows are updated by N.ds module <- fixed
- N.form.bind
- modify for Validator.validate bug fix
v0.8.1.12
- Bug fix - Validator.validate
- The message is not display full contents when does not passed validation <- fixed
- Does not check radio and checkbox input <- fixed
- Simplify
- Simplify Validator.required method
Natural-CORE v0.8.3.1
- Remove unused methods
- N.isFunction -> use $.isFunction
- N.isWindow -> use $.isWindow
- N.globalEval -> use $.globalEval
- N.get -> use $.get
- N.toArray -> use $.toArray
- N.element.toRules
- modify for Validator.validate bug fix
- Complements and cleanup for comments
v0.8.4.12
Natural-UI v0.8.4.12
Bug fix - N.grid
- Does not update N.grid's row elements when called N.form's add method <- fixed
N.form
- Add remove method
- Remove selected row data and other components update
Natural-DATA v0.8.1.9
Bug fix - N.ds
- Data is not synchronized in popup's components
v0.8.4.10
Natural-UI v0.8.4.10
N.grid
- Occured error when call the add method. there is input elements is none <- fixed
- Add option value "false" to data() method
- If you specify false returns the JWS object
N.form
- Add option value "false" to data() method
- If you specify false returns the JWS object
N.select
- Add option value "false" to data() method
- If you specify false returns the JWS object
Natural-DATA v0.8.1.8
- Bug fix N.validator.validate method
- Does not pass the verification when input empty value <- fixed
natural.ui.css
- Change style grid_selected__ and datepicker_contents__ class
- datepicker_contents__ : append font style
v0.8.4.7
Natural-UI v0.8.4.7
N.form
- Apply feature to revert N.form.add method
- Focus on the first element of the input elements does not pass the verification
- Bug fix
- Occured undefined function error when call the N.form.data method <- fixed
N.grid
- Apply feature to revert N.form.add method
- Focus on the first element of the input elements does not pass the verification
- Bug fix
- When apply row index to N.grid.validate methods arguments[0], do not operate normally <- fixed
Natural-DATA v0.8.1.7
N.formater
- Bug fix N.formater.date
- Does not apply selected date when validation is failed <- fixed
Natural-CORE v0.8.2.6
N.vals()
- Bug fix
- A empty value in the radio input selection is not released
v0.8.4.2
Natural-UI v0.8.4.2
N.datepicker
- Bug fix
- If select the year or month, datepicker panel is closed <- fixed
Natural-CORE v0.8.2.5
N.gc
- Modify the N.gc's collection list by N.datepicker's bug fix