Skip to content

Latest commit

 

History

History
159 lines (87 loc) · 2.41 KB

CHANGELOG.md

File metadata and controls

159 lines (87 loc) · 2.41 KB

inform-ai

0.5.2

Patch Changes

  • 1014721: Fixed CJS output

0.5.1

Patch Changes

  • bc1e6e9: Fix scrolling overflow on Messages UI component

0.5.0

Minor Changes

  • 8b87064: Allow customization of placeholder and send button text

0.4.1

Patch Changes

  • fc1246a: README improvements

0.4.0

Minor Changes

  • b7c17d0: Adopt MIT license

Patch Changes

  • b7c17d0: Better README

0.3.2

Patch Changes

  • c2bb195: Delete vestigial example dir

0.3.1

Patch Changes

  • 7ce83dd: Rearrange dependencies, devDependencies and peerDependencies

0.3.0

Minor Changes

  • 1254ce9: Built-in ChatWrapper component

Patch Changes

  • 1254ce9: More jest tests
  • 1254ce9: Docs and tests

0.2.9

Patch Changes

  • a172371: CI changes

0.2.8

Patch Changes

  • 5e92ebf: Refactor randomId into utils
  • 8e819a3: Fix JsonView CSS import
  • 8e819a3: Create shorter IDs for components and messages

0.2.7

Patch Changes

  • 5f744ee: Fix CSS build

0.2.6

Patch Changes

  • 1dff333: CSS fixes

0.2.5

Patch Changes

  • ffe5ae6: Use nanoid for generating ids
  • 59ade55: Simplify InformAIProvider
  • ffe5ae6: Add some tests

0.2.4

Patch Changes

  • d40bed0: Allow ChatBox placeholder customization
  • d40bed0: nicer chevron for CurrentState
  • d40bed0: Show no-messages message
  • d40bed0: Allow ChatBox to be autoFocus or not

0.2.3

Patch Changes

  • 0f987fb: Allow Messages to accept a className
  • 324abd8: Better-looking collapsed state for CurrentState

0.2.2

Patch Changes

  • 0b50a6c: Allow CurrentState to be collapsed
  • 0b50a6c: Refactored mapComponentState and related functions into separate file
  • 64e9e3e: Remove .npmignore, whitelist files in package.json
  • 0b50a6c: Expanded README, swapped streamMulti for streamUI
  • 1b0aaee: Migrate to tailwind apply statements rather than inline classNames

0.2.1

Patch Changes

  • 4e5de0f: Docs, make createInformAI have optional argument

0.2.0

Minor Changes

  • d0c9d64: Added the InformAI component

Patch Changes

  • a749126: Add better JSON view
  • 7dcb831: Fix leading zero on last sent in CurrentState

0.1.0

Minor Changes

  • 53e9a35: Add noState option, return assigned componentId

0.0.4

Patch Changes

  • c69d2f9: Added tailwind and postfix, incorporated into rollup build

0.0.3

Patch Changes

  • f22bdb9: Add package scripts

0.0.2

Patch Changes

  • 9a51acc: Github CI