slickgrid-react 9.10.0 → 9.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # <a href="https://react.dev/" rel="nofollow"><img alt="React" src="https://ghiscoding.github.io/slickgrid-react-demos/assets/react-logo-DuD1bc7a.png" width="55"></a> Slickgrid-React
1
+ # <a href="https://react.dev/" rel="nofollow"><img alt="React" src="https://ghiscoding.github.io/slickgrid-react-demos/assets/react-logo-DuD1bc7a.png" width="70"></a> Slickgrid-React
2
2
 
3
3
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
4
4
  [![TypeScript](https://img.shields.io/badge/%3C%2F%3E-TypeScript-%230074c1.svg)](http://www.typescriptlang.org/)
@@ -622,7 +622,7 @@ export class SlickgridReact extends React.Component {
622
622
  if (typeof this._i18next?.on === 'function') {
623
623
  this._i18next.on('languageChanged', (lang) => {
624
624
  // publish event of the same name that Slickgrid-Universal uses on a language change event
625
- this._eventPubSubService.publish('onLanguageChange');
625
+ this._eventPubSubService.publish('onLanguageChange', lang);
626
626
  if (gridOptions.enableTranslate) {
627
627
  this.extensionService.translateAllExtensions(lang);
628
628
  if ((gridOptions.createPreHeaderPanel && gridOptions.createTopHeaderPanel) ||