chore: version packages (rc)#490
Merged
Merged
Conversation
d9f9d8f to
1453d22
Compare
1453d22 to
c626d35
Compare
|
commit: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.
masteris currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exitonmaster.Releases
@paper/genesis@1.0.0-rc.5
Minor Changes
5b17730Thanks @johnleider! - feat(GnDocsExample): replace the "Show code" / "Hide code" text label on the code toggle bar with a rotating chevron indicator. The chevron is a newtoggle-iconscoped slot (receivesexpanded) with an inline-SVG fallback matching the GnPeek idiom (chevron-down, rotates 180° when expanded). The button keeps its accessible name via a dynamicaria-label("Show code" / "Hide code"), and the filename/language/file-count meta on the right is unchanged.Patch Changes
2ed9618,49e4f8b,5c6d087,ffc4e5a,76ca193]:@vuetify/v0@1.0.0-rc.7
Patch Changes
#540
2ed9618Thanks @johnleider! - perf(createRegistry): memoize reactive keys/values/entries behind a version signalReactive-mode iteration reads previously bypassed the result cache and read the
order array through its shallowReactive proxy — one trap per index and, inside
an effect, one tracked dependency per index. Reads now touch a single version
signal (bumped on every structural mutation) and share the non-reactive cache,
making reactive reads O(1) between mutations and giving subscribing effects one
dependency regardless of collection size. Mid-batch reads now always reflect
mutations already applied instead of a stale pre-batch snapshot.
#531
49e4f8bThanks @johnleider! - perf(createRegistry): use O(1) ticket.index for unregister splice locate (with indexOf fallback); avoid values() allocation/copy in seek first/last; never eagerly drain reindex in unregister to preserve the lazy contract#489
5c6d087Thanks @johnleider! - fix(security): apply prototype-pollution and CSS-injection guards flagged in the security reviewuseFeaturesadapters (LaunchDarkly / Flagsmith / PostHog) now skipUNSAFE_KEYS(__proto__/constructor/prototype) flag names when building the flags object, matching the guard already used bymergeDeep,usePermissions, andcreateTokensuseLocalerestore()validates the persisted value withisString/isNumberguards before applying it instead of blind-castingsaved as ID, completing the persist/restore sweep (useThemeanduseRtlnow use the same guards)ThemeAdapter'sUNSAFE_CSSdenylist is hardened against declaration injection: it now also rejects;,\(CSS escape evasion), and the URL-loading functionssrc()/image()/image-set()/cross-fade()@vuetify/paperuseThemesanitizes color keys and values before writing them into the injected<style>element, mirroring the hardened v0ThemeAdapterSAFE_IDENT/UNSAFE_CSSguards@vuetify/papercreateThemenow mergesoptions.themesinto the defaults — previously they were passed asstructuredClone's options bag and silently dropped, so a customcurrenttheme threw at first renderV0ErrorfiltersUNSAFE_KEYSwhen copying caller-supplied error details onto the instance#500
ffc4e5aThanks @johnleider! - fix(useRules): accept spec-compliant Standard Schema issue pathsWidens the vendored
StandardSchemaV1issuepathtyping toReadonlyArray<PropertyKey | PathSegment>per the Standard Schema v1 spec, so schemas typed with@standard-schema/spec(Valibot, Zod, ArkType) are assignable torulesagain.#542
76ca193Thanks @johnleider! - perf(createRegistry): skip version notification on field-only upsertPatching an existing ticket via
upsertno longer re-notifies version-subscribediterating effects — membership and order are unchanged, and field changes already
propagate through the shallowReactive ticket proxies and the
update:ticketevent. The read cache still refreshes so event-driven snapshot consumers
(
useProxyRegistry) observe a fresh array identity. This restores the pre-#540iteration granularity for field patches.
@vuetify/paper@1.0.0-rc.7
Patch Changes
#489
5c6d087Thanks @johnleider! - fix(security): apply prototype-pollution and CSS-injection guards flagged in the security reviewuseFeaturesadapters (LaunchDarkly / Flagsmith / PostHog) now skipUNSAFE_KEYS(__proto__/constructor/prototype) flag names when building the flags object, matching the guard already used bymergeDeep,usePermissions, andcreateTokensuseLocalerestore()validates the persisted value withisString/isNumberguards before applying it instead of blind-castingsaved as ID, completing the persist/restore sweep (useThemeanduseRtlnow use the same guards)ThemeAdapter'sUNSAFE_CSSdenylist is hardened against declaration injection: it now also rejects;,\(CSS escape evasion), and the URL-loading functionssrc()/image()/image-set()/cross-fade()@vuetify/paperuseThemesanitizes color keys and values before writing them into the injected<style>element, mirroring the hardened v0ThemeAdapterSAFE_IDENT/UNSAFE_CSSguards@vuetify/papercreateThemenow mergesoptions.themesinto the defaults — previously they were passed asstructuredClone's options bag and silently dropped, so a customcurrenttheme threw at first renderV0ErrorfiltersUNSAFE_KEYSwhen copying caller-supplied error details onto the instanceUpdated dependencies [
2ed9618,49e4f8b,5c6d087,ffc4e5a,76ca193]: