Skip to content

v0.8.15.14

Compare
Choose a tag to compare
@bbalganjjm bbalganjjm released this 28 Aug 11:54
· 793 commits to master since this release

Natural-CORE v0.8.5.24

  • N : Added N.serialExecute function that allows hierarchical callbacks of asynchronous execution logic to be executed serially.

Natural-ARCHITECTURE v0.8.1.10

  • N.cont : Fixed a bug where AOP did not work properly when the same page was loaded when the view element was specified with class selector.
  • N.cont.aop : Modified Controller.aop.wrap to evaluate controller's view through selector before evaluate all properties - lemonfish's works.
  • N.comm : Added filter interruption feature. - lemonfish's works.

Natural-DATA v0.8.2.20

  • N.formatter : Fixed a bug where the Datepicker dialog box was incorrectly displayed when N.datepicker was used declaratively with the N.list component.

Natural-UI v0.8.15.13

  • Add N.list component using UL / LI element as component template
  • Integration of duplicate functions in UI package into N.UI object functions(Integration in progress).
  • N.grid : Changed rowContainerEle, tbodyWrap, tbodyOffset variable names to contextEle, contextWrapEle, contextWrapOffset.
  • N.grid : Added unselect option to disable the ability to reselect a row when the select option is true.
  • N.grid : Fixed a bug where select was not added when addSelect option was true.
  • N.grid : Add rowHandlerBeforeBind event to be executed before binding when bind or add
  • N.grid : Changed the execution point of the rowHandler to execute after a bind when call the bind or add method.
    • If the previous source code fails with rowHandler, replace rowHandler with rowHandlerBeforeBind.
    • However, if you get a rowHandler error when you add, modify the rowHandler implementation. Sorry.
  • N.grid : Now, if you use N.select radio input and Grid in conjunction, you can put radio input in the grid.
  • N.form : Changed onBindBefore, onBindAfter event names to onBeforeBind, onBind.
  • N.popup : Fixed a bug where the key event handler was falling infinite loop intermittently when the calling order was complex.
  • N.tab : Changed the tab_content_active__ class to be added before onActive executes.
  • N.list : Fixed a bug where does not selected when adding rows even though the addSelect option was true.
  • N.list : Fixed a bug that did not scroll to the line when it was added or append even if appendScroll option is true.
  • N.select : Fixed an issue where radio selections would disappear due to duplicate name attribute values ​​when running components on the radio with the same id between block pages.
  • Changed this context in the event handlers of all components(rowHandler, onBind, onSelect, etc.) to instances of that component.

Natural-UI.Shell v0.8.1.6

  • N.doc : Removed the cont (arguments [0]) argument from the handler of the onLoad event
  • N.doc : Added a doc method to get the information of the loaded content(page).
  • N.doc : Added cont method to get controller (N.cont) object of loaded contents (page).
  • N.doc : Added the API manual.

natural.ui.css

  • Added N.list's default styles
  • Changed the height property of v_resizable__ to 3

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