Skip to content

v0.86.274

Compare
Choose a tag to compare
@bbalganjjm bbalganjjm released this 14 Jan 08:23
· 540 commits to master since this release

Updated compiler(Closure Compiler) version from v20170423 to v20181028.

Natural-UI v0.37.153

  • Added features that specify the event options of a component and not to ignore the global event options of natural.config.js, to run component event options first, and to run global event options. Applies to all components.
  • N.form : Replaced the logic that determines the text input in the bind, unbind and val methods with the N.element.isTextInput function in Natural-CORE.
  • N.form : Binding speed has been improved by adding element cache functionality.
  • N.form, N.grid, N.list : Added cache option.
  • N.ui : Added utils package.
  • N.ui.utils : Added wrapHandler function.
  • N.ui.utils : Added isTextInput function.
  • N.popup : Fixed a bug where the "maximum call stack size exceeded" error occurred when auto opener option was defined by AOP.
  • N.popup : Opener auto-find feature(forced search?) has been removed.
    • Natural-JS no longer uses the arguments.callee.caller object.
  • N.tab : Added opener option.
  • N.tab : Added cont method.
  • N.form : Added onBeforeBindValue event option.
  • N.form : Changed logic to call handler function of N.list and N.grid's rowHandlerBeforeBind option before bind in add function.
  • N.grid, N.list : Fixed a bug where the value of the last argument (rowData) of the handler function of the rowHandlerBeforeBind option returned undefined when calling the add function.
  • N.grid, N.list : Added the isFirstPage, isLastPage values to the handler function argument of the onBind event option.
  • N.grid, N.list : Fix the select method to work even if the bound data is empty.
  • N.grid : The filter function has been changed so that the filter dialog is not closed when a line is selected with the select method.
  • N.grid : Fixed a bug where the onBind event handler would not fire when the fixedcol option was 0 and there was no data.
  • N.tree : Added the "selected" option argument to the "data" method.
  • N.tree : Added select method.
  • N.select : Fixed a bug that caused errors when data was specified as a data option.

Natural-CORE v0.17.17

  • N.gc : Unused logic related with the filter function of N.grid has been removed.

Natural-UI.Shell v0.9.39

  • N.docs : Added logic to the hideTabContents function to correct the wrong entireLoadRequestCnt value.

natural.ui.css

  • Fixed a bug where N.alert's style is partially ignored when N.alert is added to the contents of N.popup.

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