Skip to content

chore(deps): bump @lisse/react from 0.3.2 to 0.6.0 - #11

Closed
dependabot[bot] wants to merge 30 commits into
mainfrom
dependabot/npm_and_yarn/lisse/react-0.6.0
Closed

chore(deps): bump @lisse/react from 0.3.2 to 0.6.0#11
dependabot[bot] wants to merge 30 commits into
mainfrom
dependabot/npm_and_yarn/lisse/react-0.6.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 25, 2026

Copy link
Copy Markdown

Bumps @lisse/react from 0.3.2 to 0.6.0.

Release notes

Sourced from @​lisse/react's releases.

@​lisse/react@​0.6.0

Minor Changes

  • e4820bb: Default corner smoothing is now 0.65 (APPLE_SMOOTHING) — the closest Figma-curve match to Apple's continuous corners. Figma's labeled "iOS" preset remains available as FIGMA_SMOOTHING (0.6).

    Migration

    • If you omitted smoothing and want the old look: set smoothing: FIGMA_SMOOTHING (or 0.6).
    • If you already pass smoothing: 0.6 explicitly, nothing changes.
    • Prefer the named constants over magic numbers going forward.
  • b229eb0: Library-wide performance pass and audit fixes.

    • Core: allocation-free corner distribution with a uniform fast path, superellipse fit hoisted out of the per-orient loop, persistent LRU path cache that re-serializes on in-place options mutation, ResizeObserver border-box sizes threaded to callbacks (no more per-tick getComputedStyle), read/write-split rAF flush, single batched style read at mount.
    • React/Vue: server-rendered markup now carries an inline border-radius fallback so corners are rounded before hydration; it's cleared once the clip-path lands and never fights the squircle. New core export cornerOptionsToBorderRadius backs it.
    • React: shadows no longer vanish when shadowStrategy flips back to "svg"; non-hex shadow colors (oklch/lab) emit valid box-shadow chains with opacity composed via color-mix; Slot composes refs via memo so child refs aren't re-attached every render.
    • Vue/Svelte: change guards skip path regeneration and effect writes when size and options are unchanged; Vue drops deep watchers for keyed ones.
    • Published dist is now minified and tarballs no longer ship CJS sourcemaps (core unpacked size 140 kB → 86 kB).

Patch Changes

  • f9aabec: composeRefs preserves React 19 callback-ref cleanup return values so teardown from composed refs actually runs.
  • Updated dependencies [e4820bb]
  • Updated dependencies [b229eb0]
    • @​lisse/core@​0.6.0

@​lisse/react@​0.5.2

Patch Changes

  • Updated dependencies [29235af]
    • @​lisse/core@​0.5.2

@​lisse/react@​0.5.1

Patch Changes

  • 594f418: Re-clip at commit time when a render changes the element's size. Previously a size change only reached the clip through the resize observer, which delivers a frame late; animations that drive width or height through React painted a stale clip for a frame (visible as flattened corners mid-animation on WebKit under load). The hook now syncs on every commit, with a size and options snapshot keeping idle renders at a single computed-style read.

@​lisse/react@​0.5.0

Minor Changes

  • 14aa5fe: Removed internal helpers from the public API: getSVGPathFromPathParams (deprecated), toRadians, rounded, nextUid, hexToRgb, and SVG_NS from @lisse/core, and the SlotProps type from @lisse/react (use SlotPropsFor<E>). None were consumed by the framework packages; path generation flows through generatePath.

Patch Changes

  • Updated dependencies [14aa5fe]
  • Updated dependencies [14aa5fe]

... (truncated)

Changelog

Sourced from @​lisse/react's changelog.

0.6.0

Minor Changes

  • e4820bb: Default corner smoothing is now 0.65 (APPLE_SMOOTHING) — the closest Figma-curve match to Apple's continuous corners. Figma's labeled "iOS" preset remains available as FIGMA_SMOOTHING (0.6).

    Migration

    • If you omitted smoothing and want the old look: set smoothing: FIGMA_SMOOTHING (or 0.6).
    • If you already pass smoothing: 0.6 explicitly, nothing changes.
    • Prefer the named constants over magic numbers going forward.
  • b229eb0: Library-wide performance pass and audit fixes.

    • Core: allocation-free corner distribution with a uniform fast path, superellipse fit hoisted out of the per-orient loop, persistent LRU path cache that re-serializes on in-place options mutation, ResizeObserver border-box sizes threaded to callbacks (no more per-tick getComputedStyle), read/write-split rAF flush, single batched style read at mount.
    • React/Vue: server-rendered markup now carries an inline border-radius fallback so corners are rounded before hydration; it's cleared once the clip-path lands and never fights the squircle. New core export cornerOptionsToBorderRadius backs it.
    • React: shadows no longer vanish when shadowStrategy flips back to "svg"; non-hex shadow colors (oklch/lab) emit valid box-shadow chains with opacity composed via color-mix; Slot composes refs via memo so child refs aren't re-attached every render.
    • Vue/Svelte: change guards skip path regeneration and effect writes when size and options are unchanged; Vue drops deep watchers for keyed ones.
    • Published dist is now minified and tarballs no longer ship CJS sourcemaps (core unpacked size 140 kB → 86 kB).

Patch Changes

  • f9aabec: composeRefs preserves React 19 callback-ref cleanup return values so teardown from composed refs actually runs.
  • Updated dependencies [e4820bb]
  • Updated dependencies [b229eb0]
    • @​lisse/core@​0.6.0

0.5.2

Patch Changes

  • Updated dependencies [29235af]
    • @​lisse/core@​0.5.2

0.5.1

Patch Changes

  • 594f418: Re-clip at commit time when a render changes the element's size. Previously a size change only reached the clip through the resize observer, which delivers a frame late; animations that drive width or height through React painted a stale clip for a frame (visible as flattened corners mid-animation on WebKit under load). The hook now syncs on every commit, with a size and options snapshot keeping idle renders at a single computed-style read.

0.5.0

Minor Changes

  • 14aa5fe: Removed internal helpers from the public API: getSVGPathFromPathParams (deprecated), toRadians, rounded, nextUid, hexToRgb, and SVG_NS from @lisse/core, and the SlotProps type from @lisse/react (use SlotPropsFor<E>). None were consumed by the framework packages; path generation flows through generatePath.

... (truncated)

Commits
  • 114b5c6 chore: version packages (#107)
  • b229eb0 perf: library-wide optimization pass, audit fixes, and distilled internals (#...
  • f9aabec chore(audit): fix ref cleanups and ResizeObserver crashes (#105)
  • fd248bd chore: version packages (#98)
  • b55a572 chore: version packages (#96)
  • 594f418 fix(react): re-clip at commit time so animated sizes never paint a stale clip...
  • f9b135f chore: version packages (#91)
  • 14aa5fe feat: smooth capsules with continuous rectangle→capsule blend (#90)
  • f512a2f chore: scrub planning docs and tidy changelog/README copy (#49)
  • 9e6fd9a chore: version packages (#37)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

aadithyanr and others added 30 commits July 22, 2026 10:20
Expand live SF rental search and source branding
Bumps [@lisse/react](https://github.com/JaceThings/Lisse/tree/HEAD/packages/react) from 0.3.2 to 0.6.0.
- [Release notes](https://github.com/JaceThings/Lisse/releases)
- [Changelog](https://github.com/JaceThings/Lisse/blob/main/packages/react/CHANGELOG.md)
- [Commits](https://github.com/JaceThings/Lisse/commits/@lisse/react@0.6.0/packages/react)

---
updated-dependencies:
- dependency-name: "@lisse/react"
  dependency-version: 0.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jul 25, 2026
@vercel

vercel Bot commented Jul 25, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
crib-shortlist Ready Ready Preview, Comment Jul 25, 2026 7:16pm

Request Review

@dependabot @github

dependabot Bot commented on behalf of github Jul 25, 2026

Copy link
Copy Markdown
Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/npm_and_yarn/lisse/react-0.6.0 branch July 25, 2026 19:39
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 javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants