5.0.1
5.0.1 (2021-06-07)
BREAKING CHANGES: This release contains some breaking changes. Make sure you double check your import
/require
s before migrating to v5:
- The mail library is now available in different formats (es, modern, umd) + sourcemaps, see https://unpkg.com/browse/[email protected]/dist/ and https://gridjs.io/docs/install
- Plugins are now available under
gridjs/plugins
namespace, e.g.import { RowSelection } from "gridjs/plugins/selection";
(https://gridjs.io/docs/plugins/selection/index) - Use
gridjs/l10n
namespace to import the available Locales, e.g.import { frFR } from "gridjs/l10n";
(https://gridjs.io/docs/localization/locales) - We have changed our build tools from Lerna to Microbundle which will help us maintain a simpler pipeline
🚀 New Feature
- Other
- #566 add turkish language support (@okanselami)
gridjs
- #528 Search ignore content of hidden columns (@lamilsage)
- #514 Italian support updated (@LightwithoutLisonlyight)
🏠 Internal
- Other
gridjs-selection
,gridjs
Committers: 5
- Afshin Mehrabani (@afshinm)
- Laetitia Godeliez (@lamilsage)
- @LightwithoutLisonlyight
- @dependabot-preview[bot]
- @okanselami