Heat.js v5.0.1 - Color updates, export improvements, and tweaks!
- Updated all NPM packages to the latest versions, and added some minor ESLint code updates.
- Added new CSS variables for the Yes/No buttons shown on the confirmation dialog, which now default to a Green/Red scheme.
- The differences shown in the ToolTips now use a Green/Red scheme (with new CSS variables).
- Exported HTML files now use the export format date/time for the title, and some additional formatting updates and mobile view support.
- Exported MD files now contain a header that states the formatted last modified date/time.
v16.2.0-canary.66
- refactor(turbopack-node): support execution by napi and worker_threads: #86266
- [instant] Allow providing user feedback for blocking route errors: #90498
- Allow Node.js' experimental inspector flags in
next devandnext build: #90603 - tests: Assert dpl query string in all tests for Turbopack: #90592
- [instant] Don't add debug stack to random
unstable_instantexports: #90273 - Adapter: STATIC_FILE.immutableHash: #90045
- Turbopack: experimental.immutableAssetToken: #88607
- remove runInContext callbacks from stream-ops: #90609
- example: restore .next handling for with-docker examples: #90651
- test: Run Adapter e2e tests with Turbopack instead: #90600
- Add MemorySample to Turbopack trace infrastructure: #90597
- docs(deploying): add Hostinger Web Apps Hosting to Node.js deployment options: #90246
- Use
VisitMutinstead ofFoldfor debug_instant_stack transform: #90274 - docs: fix navigationType value and variable name in useReportWebVitals: #90599
- Accept header content negotiation: #90607
Huge thanks to @xusd320, @mischnic, @eps1lon, @sokra, @agneliutkiene, @Mimori256, @icyJoseph, and @lubieowoce for helping!
v1.13.6
This release focuses on platform compatibility, error handling improvements, and code quality maintenance.
- Breaking Changes: None identified in this release.
- Action Required: Users targeting React Native should verify their integration, particularly if relying on specific Blob or FormData behaviours, as improvements have been made to support these objects.
- React Native Blob Support: Axios now includes support for React Native Blob objects. Thanks to @moh3n9595 for the initial implementation. (#5764)
- Code Quality: Implemented prettier across the codebase and resolved associated formatting issues. (#7385)
-
Environment Compatibility:
-
Error Handling:
- Dependencies: Updated the development_dependencies group (5 updates). (#7432)
- Infrastructure: Migrated @rollup/plugin-babel from v5.3.1 to v6.1.0. (#7424)
- Documentation: Added missing JSDoc comments to utilities. (#7427)
We are thrilled to welcome our new contributors! Thank you for helping improve the project:
- @Gudahtt (#7386)
- @ybbus (#7392)
- @Shiwaangee (#7324)
- @skrtheboss (#7403)
- @Janaka66 (#7427)
- @moh3n9595 (#5764)
- @digital-wizard48 (#7424)
Full Changelog: v1.13.5...v1.13.6
v1.4.0
NO Breaking Change
- Feat(all): Add
handleLoadto ref for manual loading of items (previously only supported user scroll trigger). Fix https://github.com/suhaotian/broad-infinite-list/issues/11 - Feat(all):
itemKey/scrollToKeynow supportnumber|string; previously onlystringwas supported, which was not convenient - Feat(all): Add
upOffsetfor up-direction scroll restoration when the position is incorrect sometimes - Examples: Improve example styles
- README: Add FAQ section. Fix https://github.com/suhaotian/broad-infinite-list/issues/9
Full Changelog: https://github.com/suhaotian/broad-infinite-list/compare/v1.3.1...v1.4.0
v3.6.0-beta.7
For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.
v3.6.0-beta.7
For stable releases, please refer to CHANGELOG.md for details. For pre-releases, please refer to CHANGELOG.md of the minor branch.
v4.0.0
- Drop Node v18 support, remove deprecated APIs - by @antfu in https://github.com/shikijs/shiki/issues/1249 (cdca9)
- A leaner
@shikijs/primitivepackage - by @antfu in https://github.com/shikijs/shiki/issues/1251 (05a77) - New
@shikijs/markdown-exitpackage - by @antfu (d1257)
v8.0.0-beta.16
Please refer to CHANGELOG.md for details.