Skip to content

Releases: trikinco/fullstack-components

v1.10.1

12 Jan 00:14
1279004
Compare
Choose a tag to compare

1.10.1 (2024-01-12)

Bug Fixes

  • deps: tailwindcss as an optionalDependency (a8d2d8a)
  • select: merge label className in Select (6c1ac9c)
  • Updates deps, adds tailwindcss as an optionalDependency and Select overrides (#92) (1279004)
  • utils: export toBase64Url utility (dea50d2)

v1.10.0

25 Dec 22:54
c4104f8
Compare
Choose a tag to compare

1.10.0 (2023-12-25)

Features

  • Audio service and components (#73) (c4104f8)
  • audio service for speech to text and tts (03b12cf)

v1.9.11

20 Dec 20:00
73abd35
Compare
Choose a tag to compare

1.9.11 (2023-12-20)

Bug Fixes

  • prompt: adds typed responses to usePrompt (48bf136)
  • prompt: response format parsing as JSON (b202077)
  • Return the correct content format for Prompt and allow setting JSON mode explicitly (#71) (73abd35)

v1.9.10

06 Dec 03:53
ff78e99
Compare
Choose a tag to compare

1.9.10 (2023-12-06)

Bug Fixes

  • html parser not accounting for tag attributes (17a798f)
  • Image props reverting to describe props (1ffa12d)
  • image service returns just b64 string (8fc4d85)
  • separate fetchers from getters to allow for avoiding internal API call roundtrip (#67) (ff78e99)
  • split client/server logic to fetchers/getters (8eb8668)
  • split fetchers (client) from getters (server) (fa20aac)

Reverts

  • export ApiUrlEnum from lib root (0a1067b)

v1.9.9

04 Dec 10:43
5b47987
Compare
Choose a tag to compare

1.9.9 (2023-12-04)

Bug Fixes

  • get oai gen images as b64 to avoid url expiry (3137c0d)
  • get oai gen images as b64 to avoid url expiry (#62) (5b47987)

v1.9.8

28 Nov 05:57
3be6c5d
Compare
Choose a tag to compare

1.9.8 (2023-11-28)

Bug Fixes

  • htmlPage add doctype if it's missing (24acc24)
  • Select prompt and purpose (#53) (3be6c5d)
  • Select prompt, purpose and comments (49be8b6)

v1.9.7

27 Nov 05:36
c744b9d
Compare
Choose a tag to compare

1.9.7 (2023-11-27)

Bug Fixes

Reverts

  • prompt messages example until lib deployed (3e01c02)

v1.9.6

26 Nov 00:52
f552f36
Compare
Choose a tag to compare

1.9.6 (2023-11-26)

Bug Fixes

  • block prompt image instructions and clarity (1382b95)
  • Chat light/dark theme styles (518af0c)
  • ErrorEnhancementFallback theme styles (628cf8a)

v1.9.5

25 Nov 08:10
cf0adac
Compare
Choose a tag to compare

1.9.5 (2023-11-25)

Bug Fixes

  • Adds HTML page generation POC to library (#49) (cf0adac)
  • allow passing a config to all getters (9bbaefe)
  • HTML page generation poc to lib (b732de1)
  • tweak site dark & light mode color contrasts (f9fef23)
  • useBlock getBlock args (f754a6c)

v1.9.4

24 Nov 04:52
c1fa37a
Compare
Choose a tag to compare

1.9.4 (2023-11-24)

Bug Fixes

  • correct handlers in route and docs (dc6c3e7)
  • error and notFound getters, typesafe handlers (f907ff5)
  • Error enhancer and handler docs (#46) (c1fa37a)