Version Packages#9013
Conversation
PR SummaryMedium Risk Overview @hashintel/ds-components@0.3.0 — minor bump for a breaking Checkbox UI/API redesign; patch notes cover new Menu, Select, Toggle, CheckboxGroup, RadioGroup, icons, and @hashintel/petrinaut-core@0.1.0 and @hashintel/petrinaut@0.1.0 — minor for Actual mode (live event stream, timeline, Events tab, export helpers); patches document expanded token types ( Reviewed by Cursor Bugbot for commit c2d33b0. Bugbot is set up for automated code reviews on this repo. Configure here. |
f221843 to
0d2ee16
Compare
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 main, this PR will be updated.
Releases
@hashintel/ds-components@0.3.0
Minor Changes
4681616Thanks @alex-e-leon! - New UI and api for Checkbox component (breaking change)Patch Changes
#8995
5db8b5dThanks @claude! - AddeduseScrollLockhook (moved from hash-frontend), sharing scrollbar-size measurement withuseAvoidScrollWidthChangevia a new internalscrollbar-sizeutil#8865
8494d8aThanks @CiaranMn! - New icons: trend arrows, file lines, grid, print, puzzle piece, truck#8833
d0af60dThanks @alex-e-leon! - Add Menu component to ds#8842
0aadff3Thanks @alex-e-leon! - Added Select component#8923
aaaddd6Thanks @alex-e-leon! - Added CheckboxGroup and RadioGroup components#8871
343cc4aThanks @alex-e-leon! - Add Toggle component@hashintel/petrinaut@0.1.0
Minor Changes
4820e48Thanks @kube! - Add Actual mode: a read-only live-execution view fed by a host-provided event stream, with an Actual timeline and Events tab, recording export helpers, and a redesigned timeline series selector.Patch Changes
#8953
bfb99e7Thanks @kube! - Add theuuidtoken attribute type: 128-bit identifiers,bigintat runtime, canonical strings at rest. Kernels may omit uuid fields to auto-generate them, or useUuid.generate()/Uuid.from(value).#8953
bfb99e7Thanks @kube! - Add thestringtoken attribute type, stored via per-run interning. Editing a type's schema now migrates stored initial state (values convert, falling back to the new type's default).#8764
c6cfee0Thanks @kube! - Addintegerandbooleantoken attribute types.#8846
706981fThanks @CiaranMn! - Update inhibitor arc styling#8763
faddfadThanks @kube! - Add handle capabilities for disabling SDCPN extensions and global parameters.#8662
62f4e31Thanks @kube! - Add subnet definitions, component instances, and wiring support to Petrinaut.#8774
f2d9df1Thanks @kube! - Add editor support for read input arcs, including arc controls and distinct canvas rendering.#8943
2989ccdThanks @kube! - Export the token value codec andcompileUserCodefrom@hashintel/petrinaut-core.#8944
2c1c089Thanks @kube! - Packed-struct token frame layout (f64 numbers, u8 booleans, 8-byte strides).getPlaceTokens(place)andbuildMetricState(frame, places)drop unused parameters.Updated dependencies [
bfb99e7,bfb99e7,5db8b5d,bfb99e7,c6cfee0,8494d8a,d0af60d,4820e48,faddfad,4681616,62f4e31,f2d9df1,0aadff3,aaaddd6,343cc4a,2989ccd,2c1c089]:@hashintel/petrinaut-core@0.1.0
Minor Changes
4820e48Thanks @kube! - Add Actual mode: a read-only live-execution view fed by a host-provided event stream, with an Actual timeline and Events tab, recording export helpers, and a redesigned timeline series selector.Patch Changes
#8953
bfb99e7Thanks @kube! - Add theuuidtoken attribute type: 128-bit identifiers,bigintat runtime, canonical strings at rest. Kernels may omit uuid fields to auto-generate them, or useUuid.generate()/Uuid.from(value).#8953
bfb99e7Thanks @kube! - Expose the per-type policy registry (TYPE_POLICIES) and related helpers.#8953
bfb99e7Thanks @kube! - Add thestringtoken attribute type, stored via per-run interning. Editing a type's schema now migrates stored initial state (values convert, falling back to the new type's default).#8764
c6cfee0Thanks @kube! - Addintegerandbooleantoken attribute types.#8763
faddfadThanks @kube! - Add handle capabilities for disabling SDCPN extensions and global parameters.#8662
62f4e31Thanks @kube! - Add subnet definitions, component instances, and wiring support to Petrinaut.#8774
f2d9df1Thanks @kube! - Support read input arcs across SDCPN parsing, simulation, AI arc creation, and typed code inputs.#8943
2989ccdThanks @kube! - Export the token value codec andcompileUserCodefrom@hashintel/petrinaut-core.#8944
2c1c089Thanks @kube! - Packed-struct token frame layout (f64 numbers, u8 booleans, 8-byte strides).getPlaceTokens(place)andbuildMetricState(frame, places)drop unused parameters.