Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade slickgrid to version 5.x #13423

Open
mattpap opened this issue Oct 10, 2023 · 0 comments · May be fixed by #13522
Open

Upgrade slickgrid to version 5.x #13423

mattpap opened this issue Oct 10, 2023 · 0 comments · May be fixed by #13522
Labels
dependencies Pull requests that update a dependency file tag: component: bokehjs type: task
Milestone

Comments

@mattpap
Copy link
Contributor

mattpap commented Oct 10, 2023

The new version includes:

  • Migrated to TypeScript build which also provides Types (d.ts)
  • ES6 / ESM support while still providing standalone scripts (IIFE)
  • New Modern Alpine Theme (inspired by Ag-Grid) that can be customized via SASS and/or CSS variables
  • Replaced (removed) all images with a small subset of SVGs that can also be colorized via pure CSS

See here for details.

This should allow us to drop our vendored version of slickgrid, custom typings and possibly resolve quite a few issues with the existing version (e.g. layout complications as showed in issue #13264). Also given the upcoming round of CSS theming work, having CSS variable support in slickgrid should allow for easier integration.

@mattpap mattpap added type: task tag: component: bokehjs dependencies Pull requests that update a dependency file labels Oct 10, 2023
@mattpap mattpap added this to the 3.4 milestone Oct 10, 2023
@mattpap mattpap linked a pull request Nov 10, 2023 that will close this issue
@mattpap mattpap modified the milestones: 3.4, 3.5 Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file tag: component: bokehjs type: task
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant