Skip to content

Releases: bbalganjjm/natural_js

v0.8.2.3

27 Jan 09:39
Compare
Choose a tag to compare

Natural-UI v0.8.2.3

  • Append feature N.form
    • Revert bug fix
    • Add revert option
      • if revert option value is true, activate the revert function(default value is false)
  • Append feature N.grid
    • Add revert option
      • if revert option value is true, activate the revert function(default value is false)

v0.8.2.2.ARCHITECTURE.0.8.0.4

27 Jan 05:22
Compare
Choose a tag to compare

Natural-ARCHITECTURE v0.8.0.4

  • Append feature N.comm
    • The callback of N.comm.submit is run when loading a page - modified

v0.8.2.2

22 Jan 03:52
Compare
Choose a tag to compare

Natural-UI v0.8.2.2

  • N.tab - Bug fix
    • If content of the tab have a DIV tag, the contents is hidden - fixed

v0.8.2.1

19 Jan 08:33
Compare
Choose a tag to compare

Natural-ARCHITECTURE v0.8.0.3

  • N.cont bug fix
    • Does not call the init method when exist style tag in the page - fixed
  • Change method name
    • Formater -> Formatter
    • N.formater -> N.formatter

Natural-CORE v0.8.1.4

  • Change method name
    • Formater -> Formatter
    • N.formater -> N.formatter

Natural-DATA v0.8.1.1

  • Change method name
    • Formater -> Formatter
    • N.formater -> N.formatter

Natural-UI v0.8.2.1

  • Change method name
    • Formater -> Formatter
    • N.formater -> N.formatter

natural.config.js

  • Change method name
    • Formater -> Formatter
    • N.formater -> N.formatter

v0.8.2.0.CORE.0.8.1.3

06 Jan 04:25
Compare
Choose a tag to compare

Natural-CORE v0.8.1.3

  • Change hangul character length check routine
    • from 2 byte to 3 byte

v0.8.2.0.ARCHITECTURE.0.8.0.1

23 Dec 07:46
Compare
Choose a tag to compare

Natural-ARCHITECTURE v0.8.0.1

  • N.comm - Bug fix
    • Throw undefined error when not exist N.cont in the page -> fixed

v0.8.2.0.CORE.0.8.1.2

19 Dec 08:29
Compare
Choose a tag to compare

Natural-CORE v0.8.1.2

  • N.browser.cookie - Bug fix
    • Cookie value is not set in IE -> fixed

v0.8.2.0

19 Dec 02:13
Compare
Choose a tag to compare

Natural-CORE v0.8.1.1

  • N.log - Change arguments handling
  • N.warn - Change arguments handling

Natural-UI v0.8.2.0

  • N.datepicker - Bug fix
    • Layout of Datepicker is crashed when input element position is the right end in window -> fixed
  • N.datepicker - Append features
    • Change to choose the focusin event of the input element
    • Add show method
    • Add hide method
    • Add border-radius style to datapicker panel

Change default box-shadow style of ui-components

v0.8.1.7

10 Dec 07:25
Compare
Choose a tag to compare

Natural-UI v0.8.1.7

  • N.grid bug fix
    • Calculating scroll paging limit index in onBind event is wrong -> fixed
    • Calculating scroll paging limit index when rebinding is wrong -> fixed

v0.8.1.5

10 Dec 04:34
Compare
Choose a tag to compare

Natural-UI v0.8.1.5

  • N.button bug fix
    • Not apply button style when multiple select to button element -> fixed
  • N.form bug fix
    • Inner text of button element is removed when call "N.form.add" mothod -> fixed