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

feat!: prepare official 5.0 version release #845

Merged
merged 103 commits into from
Sep 19, 2023
Merged

feat!: prepare official 5.0 version release #845

merged 103 commits into from
Sep 19, 2023

Conversation

ghiscoding
Copy link
Collaborator

Breaking Change ⚠️

This PR is to merge the next branch into the master branch for the official version 5.0 release

ghiscoding and others added 30 commits July 13, 2023 00:59
- when defining the old CJS `main` and `module`, these properties should come after `exports` (new ESM prop) so that newer NodeJS will try `exports` first (we shouldn't try the fallback first), while for old NodeJS it will automatically use the fallbacks since `exports` won't work, see this TypeScript for more info (https://www.typescriptlang.org/docs/handbook/esm-node.html)
- for most users it will be to use either the ESM build (dist/esm) or the standalone/iife scripts (dist/browser), so I don't think anyone would use the CJS anyway, also it's better to use that spot in the package.json `exports/require` to point to these standalone scripts
- keep file changed in queue and execute build of some file only once as much as possible by using a Set map, this avoids rebuilding the same file multiple time when saving quickly the same file multiple time
- we no longer support these old IE versions, so let's cleanup the code
- add Cypress E2E tests to cover tooltips for small columns
@ghiscoding ghiscoding merged commit ad85e12 into master Sep 19, 2023
@ghiscoding ghiscoding deleted the next branch September 19, 2023 17:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants