- 1014721: Fixed CJS output
- bc1e6e9: Fix scrolling overflow on Messages UI component
- 8b87064: Allow customization of placeholder and send button text
- fc1246a: README improvements
- b7c17d0: Adopt MIT license
- b7c17d0: Better README
- c2bb195: Delete vestigial example dir
- 7ce83dd: Rearrange dependencies, devDependencies and peerDependencies
- 1254ce9: Built-in ChatWrapper component
- 1254ce9: More jest tests
- 1254ce9: Docs and tests
- a172371: CI changes
- 5e92ebf: Refactor randomId into utils
- 8e819a3: Fix JsonView CSS import
- 8e819a3: Create shorter IDs for components and messages
- 5f744ee: Fix CSS build
- 1dff333: CSS fixes
- ffe5ae6: Use nanoid for generating ids
- 59ade55: Simplify InformAIProvider
- ffe5ae6: Add some tests
- d40bed0: Allow ChatBox placeholder customization
- d40bed0: nicer chevron for CurrentState
- d40bed0: Show no-messages message
- d40bed0: Allow ChatBox to be autoFocus or not
- 0f987fb: Allow Messages to accept a className
- 324abd8: Better-looking collapsed state for CurrentState
- 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
- 4e5de0f: Docs, make createInformAI have optional argument
- d0c9d64: Added the InformAI component
- a749126: Add better JSON view
- 7dcb831: Fix leading zero on last sent in CurrentState
- 53e9a35: Add noState option, return assigned componentId
- c69d2f9: Added tailwind and postfix, incorporated into rollup build
- f22bdb9: Add package scripts
- 9a51acc: Github CI