2 hours ago
calendar

Release v3.2.0

New Features & Enhancements

  • Drag & Drop Improvements:
    • Added onEventDrop and onEventResize callbacks to the drag plugin for better event handling.
    • Updated Month and Year View all-day event drag indicators for better visual feedback.
  • View Enhancements:
    • Added secondaryTimeZone label support for Day and Week Views.
    • Added timeFormat configuration for Day and Week Views.
    • Updated configuration options for monthView and yearView.
  • Developer Experience:
    • Introduced oxlint for faster linting and improved code quality.
    • Added pre-commit hooks and format:check scripts to ensure code consistency.
    • Migrated to pnpm workspace catalog for better dependency management.
    • Added .editorconfig and improved VSCode settings/extensions recommendations.

Performance

  • Scrolling: Optimized MonthView scrolling performance by memoizing scrollbar checks.

Fixed

  • Layout: Resolved eventLayout stacking issues and improved mobile WeekView layout.
  • Framework Support: Corrected ng-packagr configuration schema path for Angular.
  • Build & Packaging:
    • Fixed CSS export errors and website build issues.
    • Removed duplicate peerDependencies in package.json files.
    • Fixed Tailwind CSS path configurations.
  • UI/UX: Fixed an issue where the "+ more" click in the website had no reaction.
  • Documentation: Corrected README image paths and updated view documentation.

Style

  • Improved Day/Week View event resize pointer display.
  • Cleaned up Tailwind CSS class formatting.
  • Resolved various lint warnings reported by oxlint.

What's Changed

New Contributors

Full Changelog: https://github.com/dayflow-js/calendar/compare/v3.1.2...v3.2.0

7 hours ago
blueprint

@blueprintjs/datetime2@3.0.16

No documented user-facing changes

7 hours ago
blueprint

@blueprintjs/core@6.9.1

🐛 Fixes

  • [core] fix: Adding back reference to static colors for controls (#7827)
  • [core] Add nodeRef to PanelStack CSSTransition for React 19 compat (#7808)
  • [core] fix: Dark minimal buttons base color lightened (#7822)

💡 Improvements

  • [DRAFT] enhancing CompundTag docs (#7752)
7 hours ago
blueprint

@blueprintjs/table@6.0.18

No documented user-facing changes

7 hours ago
blueprint

@blueprintjs/datetime@6.0.18

No documented user-facing changes

7 hours ago
blueprint

@blueprintjs/select@6.1.3

No documented user-facing changes

7 hours ago
blueprint

@blueprintjs/labs@6.2.2

No documented user-facing changes

8 hours ago
next.js

v16.2.0-canary.68

Core Changes

  • Turbopack: restrict server HMR to app pages: #90663

Misc Changes

  • Centralize test timings to fix shard divergence in CI: #90672
  • tests: Fix immutableAssetToken extraction: #90668

Credits

Huge thanks to @ijjk, @mischnic, and @wbinnssmith for helping!

8 hours ago
remix

session-storage-redis v0.1.0

Minor Changes

  • Initial release of @remix-run/session-storage-redis with createRedisSessionStorage().
8 hours ago
remix

static-middleware v0.4.4

Patch Changes