You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
N.form,N.list,N.grid : Fixed a bug where calling the validate function after selecting an empty value and then selecting the non-empty value did not change the underlying data from the select element with the "required" validation rule applied.
N.form,N.list,N.grid : Changed the default value of the "addTop" option to true.
N.grid, N.list : Improved performance of the "val" method.
N.grid : Changed the filter panel to not recognize HTML to block XSS attacks.
N.grid : Multilingual has been applied to the title of popups generated when additional options are applied.
N.form.prototype.bindEvents.dataSync : Fixed a bug that didn't show the validation message when you first called the validate method.
The same applies to N.grid and N.list using N.form.
N.tab : Added a margin to the scroll button.
N.tab : Fixed a bug where tab scroll buttons were displayed when tabs did not exceed the screen when the "tabScroll" option was enabled.
N.tab : Fixed a bug that sometimes caused tabs to break in appearance when the "tabScroll" option was enabled.
N.tab : Changed the feature to use the native scrolling when the tab scroll option is enabled in a browser with a zero scroll size(mobile, etc.).
N.tab : Changed the logic that is processed when the tabScroll option is enabled.
N.tab : The jQuery selector string has changed for performance.
N.alert : Changed OK and Cancel buttons from "a" tag to "button" tag.
N.alert : Changed start time so that the "onShow" event fires after the popup is fully displayed.
N.alert, N.popup : The center position of the message dialog has been adjusted more precisely.
N.alert, N.popup : Fixed a bug where the dialog would stick to the right side if the "width" option was not specified.
N.alert, N.popup : Added ability to specify "width" and "height" options as function return values.
N.alert : Fixed a bug that when N.datepicker and N.validator are used together, if there is no value, a validation message is displayed and an error occurs.
N.datepicker : Fixed a bug that caused Datepicker to be recreated even when moving the cursor from side to side in an input element.
N.datepicker : Fixed bug where Datepicker did not close when ESC or TAB key was pressed.
N.datepicker : Fixed a bug that caused the Datepicker to break when entering an incomplete date value.
N.datepicker : Changed the feature so that when you select a date with the mouse, the focus of the input element is removed when you move the mouse out of the input element area.
Natural-DATA v0.10.72
N.formatter.date : Fixed a bug that the date format was not removed when clicking the screen after the datepicker was displayed.
N.formatter.phone : Changed a function so that phone numbers masked with an asterisk(*) can also be formatted.
Natural-CORE v0.17.24
N.event.isNumberRelatedKeys : Fixed a bug where some key codes were handled incorrectly
N.log, N.info, N.warn : Incorrect condition test corrected.
Natural-UI.Shell v0.9.47
N.docs : Fixed a bug that caused scrolling in content to move to the top when the Tab was active.
N.docs : The functionality has been changed so that when you click on a tab that is already displayed, the logic that displays the content does not run again.
natural.ui.css
Fixed a bug that caused the table to crash intermittently when the N.grid's "fixedcol" option was applied.
Changed styles related to N.grid's "filter" functionality.
Changed styles related to N.grid's "more" functionality.
Changed N.alert, N.tab, N.list, N.grid, N.notify, N.docs related styles.