Skip to content

v0.30.65

Compare
Choose a tag to compare
@bbalganjjm bbalganjjm released this 24 Jan 09:29
· 398 commits to master since this release

Natural-JS v0.30.65

  • Moved *.min.js files and natural.config.js file to dist folder.
  • Edited the entire framework error message in more detail.
  • add SourceMap(dist/natural.js.min.map) file.

Natural-CORE v0.17.13

  • N.gc : Added ds method that is remove the garbage instances from obserables of N.ds
  • N.error : For easier debugging, it changed the errorThrown object to return without throwing.

Natural-ARCHITECTURE v0.13.8

  • N.comm : Added the N.gc.ds() syntax to the section where the page loads.
  • N.comm : Fixed a bug that after call N.comm(originData, "url").submit(), unexpected originData change ocurred.
  • N.comm : Fixed error message and argument name of submit method's callback error handling part.
  • N.comm : Changed reference of "this" in each filter handler function to N.comm instance.
  • N.comm : Added error method(see API manual).

Natural-DATA v0.10.51

  • N.formatter : In the "date" rule, Changed the Datepicker or Monthpicker to only apply to the input tag.

Natural-UI v0.30.65

  • N.popup : Added the N.gc.ds() syntax to the close method when closeMode is remove.
  • N.form : Added the remove method again(different the old version).
  • N.form : Fixed a bug that did not properly synchronized with parent's N.grid when adding from N.form in N.popup.
  • N.form : Removed arguments.callee.caller-related logic in update method.
  • N.form : Fixed a bug that caused an infinite loop due to notify in special circumstances even though we specified false as the third argument of the val method.
  • N.datepicker : If the date picker initialized by the N.form and the directly initialized date picker are mixed when the shareEle option is true,
     Fixed an error where the date is not defined properly.
  • N.tab : Fixed a potential error in the open method(There was logic in which the isFirst argument was not applied).

Natural-UI.Shell v0.9.25

  • N.docs : Improved the accuracy of the onBeforeEntireLoad and onEntireLoad events.
  • N.docs : Added logic to remove the screen block elements and the loading indicators if an error occurs while the onEntireLoad event is occurring.