Skip to content
This repository was archived by the owner on Nov 13, 2024. It is now read-only.

Releases: pubnub/typescript-ref-app-team-chat

Releasing v0.11.0

02 Nov 10:08
Compare
Choose a tag to compare

Changes

Features

  • Messages history shown for each channel instead of a welcome message
  • Pagination for messages, members and channels to be able to show more than 100 records
  • Extracted common UI into components in src/foundations
  • Added Storybook documentation for the new components

Fixes

  • Data initialization script should no longer timeout when ran from a different region than Objects are set to
  • Documentation: wrong repository link in installation instructions and some references to old method names

Releasing v0.10.2

06 Aug 21:03
Compare
Choose a tag to compare

Changes

Documentation

  • Deploy docs to GitHub Pages
  • Cleanup & reorganize documentation
  • Redirect 404s (on GitHub Pages) to documentation landing page

Releasing v0.10.0

05 Aug 18:05
Compare
Choose a tag to compare

Changes

Features

  • Use Objects v2 for user and channel data storage
  • Improved error handling in populate script

Refactor

  • New, easier to modify populate script
  • Publish and Subscribe keys are stored in .env

Releasing v0.9.0

23 Jun 18:27
Compare
Choose a tag to compare

Changes

Features

  • Add tooling for building and deploying PubNub functions from the command line.
  • Enable writing PubNub Functions in TypeScript using node modules and functions native modules.
  • GIPHY powered picker component for sharing gifs.
  • Add /giphy command for sharing a random related gif.
  • Links pointing to images expand to the linked image.
  • URLs expand to a preview based off page metadata.
  • Include function code for censoring profanity.
  • Use Sightengine to check all shared images for inappropriate content.

Fixes

  • Display short messages with only emoji larger.
  • Indicate when the user is typing.

Style

  • Upgrade to Prettier 2.0.

Docs

  • Add instructions for deploying functions and adding API keys.

Releasing v0.8.0

20 May 18:16
Compare
Choose a tag to compare

Changes

Features

  • Add support for themes for presentational styling.
  • Redesigned the user interface for the application including a new login screen.
  • Switch to a consistent mobile-first approach to breakpoints.

Docs

  • Add documentation to an included Docusaurus site.

Performance

  • Use GPU accelerated properties for smoother animations.

Fixes

  • Add fallback behavior for hover based interactions on touch devices.
  • Add close button on conversations menu when displayed standalone.