Natural-JS 1.0.0 Release #41
bbalganjjm
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Natural-JS 1.0.0 Release Note
jQuery has been upgraded from 1.12.4 to 3.7.1, ensuring better modern browser support.
Codebase refactored to leverage ES6 class syntax for better readability and maintainability.
Support for ES6’s module system has been added, enabling better modularity with import and export.
TypeScript type definitions have been added, providing better support for TypeScript users.
New Features
natural.ui.css
has been reworked based on design tokens.tokens.css
.Updates
N.button
.N.datepicker
styles based onyearsPanelPosition
,monthsPanelPosition
, andmonthonly
options.scrollbars
.N.grid
background color and sortable icon.The changed design can be checked at here.
Bug Fixes
N.string.trimToEmpty
where an empty string was returned when 0 was entered.N.grid
.Deprecated and Removed Features
N.string.trim
.customStyle
option related toN.button
.Miscellaneous
N.tab
.This release marks the 1.0.0 version of Natural-JS, featuring significant updates to styling, functionality improvements, and bug fixes.
Full Changelog: v0.92.405...v1.0.0
This discussion was created from the release Natural-JS 1.0.0 Release.
Beta Was this translation helpful? Give feedback.
All reactions