1 hours ago
tiny-editor

v4.1.0

What's Changed

Exciting New Features 🎉

Bug Fixes 🐛

Other Changes

New Contributors

Full Changelog: https://github.com/opentiny/tiny-editor/compare/v3.25.1...v4.1.0

2 hours ago
jotai

v2.17.1

Small typing improvements. If you are using v2.16 or earlier, we recommend upgrading to the latest version.

What's Changed

New Contributors

Full Changelog: https://github.com/pmndrs/jotai/compare/v2.17.0...v2.17.1

6 hours ago
next.js

v16.2.0-canary.26

Example Changes

  • chore(examples): remove with-recoil exmaple: #81836

Misc Changes

  • Don't upload build cache for deployment tests: #89432
  • Fix indentation of types of tests in docs: #89409
  • Add separate E2E deploy env for turbopack tests: #89458
  • Turbopack: Symbol.for and keyFor are sideeffect-free: #89454

Credits

Huge thanks to @mischnic, @JamBalaya56562, @wheresrhys, and @ijjk for helping!

8 hours ago
rrweb

rrvideo@2.0.0-alpha.20

Patch Changes

  • Updated dependencies []:
    • rrweb-player@2.0.0-alpha.20
8 hours ago
rrweb

rrdom-nodejs@2.0.0-alpha.20

Patch Changes

  • Updated dependencies []:
    • rrdom@2.0.0-alpha.20
    • @rrweb/types@2.0.0-alpha.20
8 hours ago
rrweb

rrdom@2.0.0-alpha.20

Patch Changes

  • Updated dependencies []:
    • rrweb-snapshot@2.0.0-alpha.20
11 hours ago
next.js

v16.2.0-canary.25

Core Changes

  • Replace flight navigation build id field with header: #88855
  • Upgrade React from da641178-20260129 to ed4bd540-20260202: #89401
  • Upgrade React from ed4bd540-20260202 to b1533b03-20260203: #89444
  • Upgrade React from b1533b03-20260203 to 3e00319b-20260203: #89449
  • Rename CACHE_ONE_YEAR for clarity and fix usage: #89450
  • [Codemod] Fix agents-md on Windows: #89319
  • Experimental deferred entries handling: #88347

Misc Changes

  • Snippet multi package syntax: #89381
  • TURBOPACK: support chunk_loading_global method: #88790

Credits

Huge thanks to @icyJoseph, @mischnic, @ijjk, @fireairforce, and @gaojude for helping!

12 hours ago
tiptap

v3.19.0

@tiptap/extension-link

Patch Changes

  • Add title attribute to Link extension. The title can now be set via setLink and toggleLink commands and is rendered as an HTML title attribute.
  • Add title attribute support for markdown rendering. Links with titles are now serialized to markdown format [text](url "title").

@tiptap/react

Minor Changes

  • Moved BubbleMenu and FloatingMenu to separate @tiptap/react/menus entrypoint to keep floating-ui optional
  • Simplified Tiptap component API with guaranteed non-null editor instance from useTiptap hook
13 hours ago
pixijs

v8.16.0

💾 Download

Installation:

npm install pixi.js@8.16.0

Development Build:

Production Build:

Documentation:

Changed

https://github.com/pixijs/pixijs/compare/v8.15.0...v8.16.0

🚨 Behavior Change

  • SplitText now more accurately splits Text across a wider range of TextStyle configurations. This may result in slight changes to character positioning.
  • Using SplitText.from from an existing Text now correctly transfers the source anchor to the new instance by mapping the anchor to pivot coordinates. This changes layout and positioning compared to previous behavior.
  • SplitBitmapText now correctly defaults to a white fill, matching the behavior of BitmapText.
  • HTMLText now correctly respects breakWords and no longer cuts off words that exceed wordWrapWidth.
  • HTMLText now respects the alpha value of its fill and stroke.
  • Text now correctly aligns when using align: 'right' or align: 'center', resulting in a small positional adjustment.
  • Container.cullArea is now correctly interpreted in the container’s local coordinate space and transformed to global coordinates before culling checks.
    // cullArea is defined in local space and transformed during culling
    container.cullArea = new Rectangle(0, 0, 100, 100);
  • graphics.texture(texture, 0x000000) will now correctly apply a black tint

🎁 Added

🐛 Fixed

🧹 Chores

New Contributors

14 hours ago
ua-parser-js

v2.0.9

Version 2.0.9

  • Restore icons directory
  • Add new browser: Aloha Browser, Avira Secure Browser, Lighthouse, Luakit, Norton Private Browser
  • Add new OS: Vega OS
  • Improve OS detection: watchOS
  • extensions submodule:
    • Add new crawler: atlassian-bot, Cloudflare-AutoRAG, Google-NotebookLM, SemrushBot-SWA
    • Add new fetcher: FlipboardProxy

What's Changed

New Contributors

Full Changelog: https://github.com/faisalman/ua-parser-js/compare/2.0.8...2.0.9