Natural Js Versions Save

Natural-JS : Javascript Front-End Architecture Framework

v0.80.211

5 years ago

Natural-UI v0.31.103

  • N.datepicker : Fixed bug where Datepicker input elements side by side occurred an error.

natural.ui.css

  • Changed the filter style of N.grid.

v0.80.210

5 years ago

Natural-UI v0.31.102

  • N.datepicker : The inline styles defined on the .datepicker_years_panel__, .datepicker_months_panel__, .datepicker_days_panel__ elements has been moved to the natural.ui.css file.
  • N.datepicker : DatePicker class name changed to Datepicker.
  • N.datepicker : Improved performance by reducing the number of events for the year, month, and day elements to 3/57.
  • N.datepicker : Fixed a bug that caused an undefined error when select the dates depending on the situation(after the input alert message was displayed).
  • N.datepicker : The inline styles defined in the script has been moved to the natural.ui.css file.
  • N.datepicker : Improved the accuracy of the logic to select the previously selected date when change the year / month.
  • N.datepicker : Fixed a bug where synchronization problems with date pickers occur intermittently when the year is less than 1000 years.
  • N.datepicker : Fixed bug where selection is made even if the year is less than 100 years.
  • N.datepicker : Added onShow, onChangeYear, onChangeMonth component events, and jQuery user events.
  • N.datepicker : Added options properties the yearsPanelPosition, monthsPanelPosition, minYear, maxYear, yearChangeInput, monthChangeInput.
  • N.datepicker, N.list, N.grid : Convert align="center" attribute to style attribute.
  • N.list, N.grid : Fixed a bug where the onBind event would not fire when there was no data.
  • N.popup : Added onOpenG, onCloseG, onOkG, onCancelG events.
  • N.alert : Added onShow, onShowG, onOkG, onCancelG events.

Natural-DATA v0.10.55

  • N.formatter.date : Modified to be able to run the globally defined onBeforeShow, onSelect, onBeforeHide, and onHide events in the natural.config.js file.
  • N.ds : Fix typo, "obserable" to "observable"
  • N.formatter.date : Changed function according to addition of N.datepicker's features.

natural.config.js

  • N.docs related multilingual message added.

natural.ui.css

  • Remove background color from .docs__>.docs_tab_context__>ul.docs_tab_utils__ style class.
  • Corrected the style of page transition on N.docs effects in N.docs more simply.
  • Changed the default color theme to "green".
  • Added and changed styles according to addition of N.datepicker's features.

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

v0.79.184

6 years ago

Natural-DATA v0.10.53

  • N.ds.remove, N.ds.notify : Add undefined check logic for "inst" and "obserable" variables.

v0.79.183

6 years ago

Natural-CORE v0.17.15

  • N.error : Fixed a bug where the errorThrown parameter's message was replaced with a msg parameter, and the message representation was modified.
  • The message for N.error has been fixed.

Natural-ARCHITECTURE v0.13.9

  • The message for N.error has been fixed.

Natural-DATA v0.10.52

  • The message for N.error has been fixed.

Natural-UI v0.30.78

  • N.grid, N.list : Changed the data handling code of "append" binding to prevent errors when the data is null or undefined.
  • N.popup : Edited the opener related warnning message.
  • The message for N.error has been fixed.

Natural-UI.Shell v0.9.29

  • N.docs : Fixed a bug that caused intermittent errors when removing tabs.
  • N.docs : If an invalid docId is entered for a reload, remove, or active function, no error is occurred and a warning message is displayed on the console.
  • The message for N.error has been fixed.

natural.ui.css

  • .docs__>.docs_tab_context__>ul.docs_tabs__>.docs_tab__ : Fixed a tab's padding size because that is crashed when zoom

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

v0.79.174

6 years ago

Natural-CORE v0.17.14

  • N.error : Fixed a bug where the top-level stack trace was not displayed when an error object was entered as an argument.

v0.79.173

6 years ago

Changed the versioning system to the sum of all package versions.

Natural-UI v0.30.75

  • N.grid : Fixed to prevent event and element references from being truncated by causing the tfoot element or thead element to move without being cloned when the header is fixed (height option greater than 0).
  • N.grid : Fixed a bug where the grid body truncated when grid elements overflowed when there were elements with horizontal scrolling outside the grid.
  • N.grid : Removed branch processing logic related with internet explorer in fixHeader function.
  • N.grid : Changed to add border-bottom of .tbody_wrap__ element only when tfoot element is present.
  • N.grid : Removed test code related to resize bar.
  • N.datepicker : Fixed bug where the Datepicker panel is not displayed if the first Datepicker input is readonly or disabled.
  • N.datepicker : A bug that caused a malfunction when removing the datepicker input and re-creating the element with the same id attribute has been fixed.
  • N.tab : Fixed a bug where invoking the open method in succession with the same index value would cause a malfunction.

Natural-UI.Shell v0.9.26

  • N.docs : Fixed a bug where maxTabs setting value is recognized as -1 after add and immediately add another page.

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

v0.30.65

6 years ago

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.

v0.28.41

6 years ago
  • Registered in npm

    • npm install @bbalganjjm/natural_js
  • Registered in Bower :

    • bower install natural_js
  • Changed versioning system to Semantic Versioning 2.0.0

Natural-UI v0.28.41

N.grid : fixed wrong opts reference after options merging.

natural.ui.css

  • N.datepicker, N.pagination : Added tag related styles.
  • N.docs : fixed broken shape of tabs in ios or osx safari 11+.

v0.8.20.39

6 years ago

Natural-DATA v0.8.2.34

  • N.data.sort, N.data.sortBy : Fixed a bug where strings with numbers and spaces were not aligned correctly.
  • N.formmater : Fixed a bug where the date data selected in the "date" rule was sometimes not set to the input element.

Natural-UI v0.8.20.39

  • N.grid : Cleaning the more option related codes.

natural.ui.css

  • Removed background gradation color of .grid__ thead, .grid__ tfoot styles.

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

v0.8.20.37

6 years ago

Natural-CORE v0.8.8.10

  • N.event.disable : Changed the error handling to not display an error message for an invalid error.

Natural-ARCHITECTURE v0.8.2.2

  • N.comm : Added the feature to display a warnning message when the response was stopped by the urlSync option.

Natural-DATA v0.8.2.32

  • N.data.filter : Added a feature to recognize the string conditional (by column name) and improve the performance by changes $.grep command.

Natural-UI v0.8.20.37

  • Optimized the N.ui.iteration.render function to improve the binding speed of N.grid and N.list by 3 to 5 times.
  • N.tab : Fixed a bug that enabled when touching(not clicking) a disabled tab.
  • N.tab : Fixed a bug where the preload option on all tabs would cause the first tab content to open and immediately close.
  • N.tab : Fixed a bug where calling the add method immediately after calling the remove method on N.docs did not load the first tab content due to URL synchronization feature(urlSync option of N.comm).
  • N.tab : Fixed a bug that caused tabs to not function correctly when calling the open method continuously after initialization.

Natural-UI.Shell v0.8.1.23

  • N.docs : Added logic to remove events and memory references for content being removed in the remove method.
  • N.docs : Fixed a bug where calling the add method immediately after calling the remove method resulted in an error or the previous content remains transparent.

natural.config.js

  • Added multilingual messages related to N.docs.
  • Changed default value of N.context.attr("ui").grid.misc.fixedcolBodyBindHeigh property.
  • Edited a AOP related comments and default setting values.

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