Skip to content

v0.8.15.31

Compare
Choose a tag to compare
@bbalganjjm bbalganjjm released this 05 Sep 10:21
· 777 commits to master since this release

Natural-CORE v0.8.6.11

  • N.element.toData : Now, if the target element is not an input element, create the value if the id attribute exists.

Natural-ARCHITECTURE 0.8.1.13

  • N.comm.request : Added "reload" method to reload the block page

Natural-UI v0.8.15.31

  • N.grid : Deprecated the N.grid().options.misc.withoutTbodyLength option value.
    • Removed all parts that reference the value of N.grid () .options.misc.withoutTbodyLength In codes.
  • N.grid : Added column merge feature
    • It is a feature that makes cell elements look like they are merged, not physically merged.
  • N.grid, N.list : Complementing functionality to get more accurate row index values.
  • N.grid, N.list : If you click on an element set by checkAllTarget or checkSingleTarget, the selection is disabled even if the select option is true.
  • N.grid, N.list : Improved the get it more accurately to get the index value selected by the "check" method or retrieving data with the data ("checked") method.
  • N.grid, N.list : Added the feature to get data for selected rows with the .data("selected") option.
  • N.grid, N.list : Added the select method
    • Feature to get the index of the selected row or to select the row by the inputed row index
  • N.grid, N.list : Appended the feature to check method that is select the checkbox by inputed row index
  • N.form : Changed options.InitialInputData attribute name to options.InitialData
  • N.form : Added the feature to unbind the text of an element that is not an input element when call the unbind method
  • N.form : Added a feature that extracts the column data by entering column names sequentially from the second argument of data method.

Natural-UI.Shell v0.8.1.7

  • N.docs : Changed the name of the closeBtnControll internal variable to closeBtnControl
  • N.docs : Add a "reload" method to reload the contents page

For more information on added and changed features, refer to the API manual(http://bbalganjjm.github.io/natural_js/)