Releases: layer5io/sistent
v0.18.7
What's Changed
Bug Fixes
- fix(types): use direct re-export for Prompt so tsup emits DTS declarations (#1406)
PromptComponent, PROMPT_VARIANTS, and PromptRef are now correctly included in dist/index.d.ts. Previously these were exported at runtime but excluded from TypeScript declarations due to tsup not tracing the import-then-re-export pattern.
Consumers can now use:
import { PromptComponent, PROMPT_VARIANTS, type PromptRef } from '@sistent/sistent';Full Changelog: v0.18.6...v0.18.7
Sistent v0.18.6
What's Changed
Bug Fixes
- fix(types): export
PromptReftype from Prompt barrel (#1405)
PromptRef (the imperative handle interface for PromptComponent) was previously defined in source but not re-exported from the package barrel files. Consumers can now import it directly:
import { PromptComponent, type PromptRef } from '@sistent/sistent';
const promptRef = React.useRef<PromptRef>(null);Full Changelog: v0.18.5...v0.18.6
Sistent v0.18.5
What's New
- chore(deps-dev): bump globals from 17.4.0 to 17.5.0 @dependabot (#1403)
- chore(deps): bump next from 16.2.1 to 16.2.3 in /examples/next-16 @dependabot (#1399)
- chore: update eslint, typescript and support xstate v6 @Rajesh-Nagarajan-11 (#1398)
Contributors
Thank you to our contributors for making this release possible:
@Rajesh-Nagarajan-11, @dependabot, @dependabot[bot] and @saurabhraghuvanshii
Sistent v0.18.4
What's New
- chore(deps): bump lodash from 4.17.23 to 4.18.1 @dependabot (#1393)
- chore(deps): bump js-yaml from 4.1.0 to 4.1.1 @dependabot (#1183)
- fix: compare providerHost against stripped protocol hostname in getWebsocketHost @hortison (#1397)
Contributors
Thank you to our contributors for making this release possible:
@dependabot, @hortison, @leecalcote and @yi-nuo426
Sistent v0.18.3
What's New
- chore: upgrade @meshery/schemas to v1.0.5 and use View types @yi-nuo426 (#1396)
Contributors
Thank you to our contributors for making this release possible:
@leecalcote and @yi-nuo426
Sistent v0.18.2
What's New
- Upgrade @meshery/schemas to v1.0.4 for Workspace enhancements @yi-nuo426 (#1392)
- Added missing icon exports @kishore08-07 (#1345)
Contributors
Thank you to our contributors for making this release possible:
@kishore08-07, @leecalcote, @miacycle, @saurabhraghuvanshii and @yi-nuo426
Sistent v0.18.1
What's New
- Chore: upgrade dependencies @leecalcote (#1388)
- chore(deps-dev): bump xstate from 5.28.0 to 5.29.0 @dependabot (#1380)
- upgrade @meshery/schemas to v1.0.1 with v1beta1/v1beta2 and cloudApi @leecalcote (#1387)
- remove: previous examples @saurabhraghuvanshii (#1386)
- updated example to next-16 @saurabhraghuvanshii (#1383)
- chore(deps-dev): bump handlebars from 4.7.8 to 4.7.9 @dependabot (#1385)
- Fix: Styling Issue With Text @banana-three-join (#1374)
- Bump @sistent/mui-datatables to v6.2.0 @Rajesh-Nagarajan-11 (#1379)
- Fix: release workflow uses inputs.tag_name for workflow_dispatch @hortison (#1378)
Contributors
Thank you to our contributors for making this release possible:
@Rajesh-Nagarajan-11, @banana-three-join, @dependabot, @dependabot[bot], @hortison, @leecalcote, @saurabhraghuvanshii and @yi-nuo426
Sistent v0.18.0
What's New
- Sweeping package upgrade @hortison (#1377)
- chore(deps-dev): bump flatted from 3.3.2 to 3.4.2 in /examples/next-12 @dependabot (#1369)
- chore(deps): bump next from 15.5.10 to 15.5.14 in /examples/next-12 @dependabot (#1372)
- chore(deps-dev): bump flatted from 3.4.1 to 3.4.2 @dependabot (#1370)
Contributors
Thank you to our contributors for making this release possible:
@dependabot, @dependabot[bot], @hortison, @leecalcote, @marblom007 and @yi-nuo426
Sistent v0.17.2
What's New
- Bump @layer5/meshery-design-embed to v0.5.0 @Rajesh-Nagarajan-11 (#1367)
- chore(deps-dev): bump globals from 17.0.0 to 17.4.0 @dependabot (#1364)
- feat(icons): add 7 missing material icons for meshery migration @ashwanisingh011 (#1348)
- chore(deps-dev): bump @commitlint/cli from 20.3.1 to 20.4.3 @dependabot (#1359)
- chore(deps-dev): bump eslint-plugin-storybook from 10.1.11 to 10.2.15 @dependabot (#1360)
Contributors
Thank you to our contributors for making this release possible:
@Rajesh-Nagarajan-11, @ashwanisingh011, @dependabot, @dependabot[bot] and @leecalcote
Sistent v0.17.1
What's New
- Fix: Removed unwanted config @Rajesh-Nagarajan-11 (#1357)
Contributors
Thank you to our contributors for making this release possible:
@Rajesh-Nagarajan-11 and @saurabhraghuvanshii