Releases: grid-js/gridjs
Releases · grid-js/gridjs
6.2.0
6.2.0 (2024-03-03)
🚀 New Feature
- #1326 add: i18n th_TH (@bdsach)
- #1366 feat: add ability to initially sort a column descending (@mayorbyrne)
🐛 Bug Fix
- #1334 Correctly set page prop back to 0 when resetPageOnUpdate is enabled (@cpba)
- #1348 fix: made search input an uncontrolled component (@adamhwang)
- #1353 fix: use relative path for named import (@youssef3wi)
- #1358 fix: gridjs duplicate plugin error when updating config (@fpaz)
- #1414 Fix: "types" added to export parameters (@theotheo)
- #1417 #1416: Improve German translations (@GitRon)
- #1428 fix: deepEqual exceed maximum call stack size (@ryuapp)
Committers: 11
- Adam Hwang (@adamhwang)
- Afshin Mehrabani (@afshinm)
- Aouichaoui Youssef (@youssef3wi)
- Bandit Silachai (@bdsach)
- Carles Pastor Badosa (@cpba)
- Frank Paz (@fpaz)
- Jon (@jonbitgood)
- Kevin Moritz (@mayorbyrne)
- Ronny V. (@GitRon)
- @theotheo
- ryu (@ryuapp)
6.1.1
6.1.1 (2024-01-15)
🚀 New Feature
- #1364 Added Swedish translation (sv_SE) (@andreaskarman)
🐛 Bug Fix
Committers: 2
- Afshin Mehrabani (@afshinm)
- Andreas Karman (@andreaskarman)
6.1.0
6.0.6
6.0.5
6.0.4
6.0.1
6.0.1 (2023-01-16)
IMPORTANT NOTE:
There are a lot of breaking changes in the version, including how the state management is done internally and how plugins are written. However, if you don't use any internal APIs (like the EventEmitter, Store, etc) and you don't have any custom plugins, this version shouldn't impact you much. Otherwise, please make sure your plugins and custom integrations are thoroughly tested before upgrading to Grid.js 6.x.
🚀 New Feature
- #1267 Grid.js v6 - Functional Components (@afshinm)
- #1200 Add Spanish (LATAM) translation (@CarlosEGuerraSilva)
- #1162 Create cs_CZ.ts (@KamilPesek)
💥 Breaking Change
🐛 Bug Fix
- #1267 Grid.js v6 - Functional Components (@afshinm)
- #1266 Update cs_CZ.ts (@KamilPesek)
🏃♀️ Performance
Committers: 4
- Afshin Mehrabani (@afshinm)
- Carlos Guerra (@CarlosEGuerraSilva)
- Kamil P. (@KamilPesek)
- Slavik Arutin (@arutinn)
Full Changelog: 6.0.0...6.0.1
5.1.0
5.1.0 (2022-08-20)
🚀 New Feature
- #1059 Add new ua_UA locale file (@NisuSan)
- #1039 Add Malay translation (@stavrox90)
- #658 Add norwegian locale (nb_NO) (@simenstensas)
- #927 Add fa_IR locale (@imaun)
- #977 Add Brazilian Portuguese locale/translation (@murilomagalhaes)
- #754 Add Chinese locale (cn_CN) (@admover)
- #752 Add Japanese locale (ja_JP) (@matsutake-mushroom)
- #710 add indonesian locale id_ID (@zynth17)
- #674 Add new locale (ru_RU) (@Akkarine)
- #638 Add new locale (pt_PT) (@lmribeiro)
- #619 Add new locale (ko_KR) (@ds5apn)
🐛 Bug Fix
- #1060 Update id_ID.ts (@wahyupratama18)
- #987 Fixed focus outline (@franciscop)
- #1002 fix: recursive install (@afshinm)
- #625 chore: changing postinstall to prepare (@afshinm)
🏠 Internal
Committers: 18
- Afshin Mehrabani (@afshinm)
- Asim M Al Twijry (@AsimNet)
- Christopher Reeve (@zynth17)
- Dmitry (@Akkarine)
- Elie Vischel (@elievischel)
- Francisco Presencia (@franciscop)
- Iman Nemati (@imaun)
- Jesús Bautista (@jesbam98)
- Luis Ribeiro (@lmribeiro)
- Murilo Magalhães Barreto (@murilomagalhaes)
- Nisu (@NisuSan)
- Simen Stensås (@simenstensas)
- Takumi Matsutake (@matsutake-mushroom)
- Ted, KIM (@ds5apn)
- Wahyu Styo Pratama (@wahyupratama18)
- @admover
- @allcontributors[bot]
- @stavrox90
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
4.0.0
4.0.0 (2021-04-23)
Bug Fixes
- updating rollup and adding the lang file (15a1c26)
- resize: adding missing stopPropagation (03034f5)
- resize: adding touch event support (880e48d)
- resize: removing left and right classes (067b57e)
- gridjs-temp must be position relative in order to calculate the cells width correctly (87de41f)
- removing getWidth (57d887b)
Features
- resizable: adding resizable module + changing the ShadowTable algorithm (d91922d)