Skip to content

Latest commit

 

History

History
347 lines (195 loc) · 20.9 KB

CHANGELOG.md

File metadata and controls

347 lines (195 loc) · 20.9 KB

2.5.0 (2021-11-19)

Features

  • composer: improvements to how dislpayName and contents are set (#81) (df3a7d0)

2.4.0 (2021-03-22)

Features

  • composer: add optional sendButton prop (5942e70)

2.3.0 (2021-01-19)

Features

  • composer: disable copy paste rich text in composer (f97f5ba)

2.2.1 (2021-01-08)

Bug Fixes

  • mentions: use first name if available (e4266ba)

2.2.0 (2020-08-31)

Features

  • sanitize: user can self xss (6afbb42)

2.1.1 (2020-07-15)

Bug Fixes

  • composer: message copy paste format bug (7e28440)

2.1.0 (2020-06-18)

Features

  • mention: add mention open/close handlers (fe0c1c3)

2.0.0 (2020-05-19)

Features

  • quill: only support quill composer (d30ec9e)

BREAKING CHANGES

  • quill: remove support fore composerType and only support Quill Composer

1.11.0 (2020-05-08)

Bug Fixes

  • cursor: move cursor to end of edited text (19548ce)

Features

  • key-bindings: bind key bindings to component (beeb737)

1.10.0 (2020-05-01)

Features

1.9.7 (2020-04-21)

Bug Fixes

1.9.6 (2020-04-03)

Bug Fixes

  • quill: add fallback if selection returns null (0182c40)

1.9.5 (2020-04-03)

Bug Fixes

  • quill: fix cursor position when inserting text (4af4ad3)

1.9.4 (2020-03-24)

Bug Fixes

  • quill: add handleClear and groupMention (1f172ac)

1.9.3 (2020-03-11)

Bug Fixes

  • markdown: disable markdowns (c215429)
  • quill: add more function names to error message (6cc8d9e)
  • quill: allow keybidings to be passed (cb9883b)

1.9.2 (2020-02-26)

Bug Fixes

  • quill: couple bug fixes (86b7756)

1.9.1 (2020-02-21)

Bug Fixes

  • quill: add focus handler (ea88865)
  • quill: bug fixes (e42dd16)
  • quill: fix inline code carots (3ba7252)
  • quill: inline code carrots (06088c4)
  • quill: more bug fixes (dfa89f8)
  • quill: updated mentions to work properly (bfa5ce0)

1.9.0 (2020-02-17)

Bug Fixes

  • quill: move withCrash to client (450fddd)
  • quill: remove random forced crashes (cf6231e)

Features

1.8.1 (2020-02-10)

Bug Fixes

  • quill: safari doesn't support lookbehind, use lookahead instead (19479ff)

1.8.0 (2020-02-07)

Bug Fixes

  • quill: add avatar alt text; use andrew's idea of carot conversion (7d7a86b)

Features

  • quill: fixed formatting and all other bugs (78880c1)

1.7.0 (2020-02-05)

Bug Fixes

  • mentions: display full name; created utils file (923c18d)
  • mentions: small bugs (f363a5c)

Features

  • mentions: add mentions (df90e9d)
  • mentions: maybe it'll work someday (fd67688)
  • mentions: simple avatars (9dda99f)
  • quill: styling touchup (3c49eae)

1.6.0 (2020-01-23)

Features

1.5.0 (2020-01-22)

Features

  • quill: add handling for reply and edit messages (dd987b5)

1.4.0 (2020-01-16)

Features

  • quill: add quill composer (1390e87)

1.3.0 (2020-01-15)

Features

  • message-composer: add 'clear' emitter to clear message-composer (#27) (1d2df46)

1.2.1 (2019-12-12)

Bug Fixes

  • composer: remove draft from useEffect dependencies (5e2592b)

1.2.0 (2019-12-09)

Features

  • send-message: clear message if send was successful (52baa64)

1.1.2 (2019-12-05)

Bug Fixes

  • eslint: fix lint errors (fb020d3)

1.1.1 (2019-12-05)

Bug Fixes

1.1.0 (2019-12-05)

Features

  • css: include separate css file (00a68e9)
  • emitter: add update emitter event (5ccc37f)
  • emitter: add update emitter event (5da0155)
  • emitter: add update emitter event (#21) (2fc91c2)

Reverts

  • Revert "chore(release): 1.0.2 [skip ci]" (0353510)

1.0.2 (2019-12-04)

Bug Fixes

  • storybook: move example app to storybook (dfe295c)
  • webpack: use webpack for build step (0728deb)

1.0.1 (2019-12-03)

Bug Fixes

  • package: fix package.json (0f68457)

1.0.0 (2019-12-02)

Bug Fixes

  • composer: add name to React profiler (38a6dad)
  • composer: allow update of placeholder (8340725)
  • composer: empty lines wouldn't appear (37dbb4d)
  • demo: move style to component (9bb5a99)
  • markdown: add blockquote and list (3c83d70)
  • markdown: handle markdown with @mentions (8c28c31)
  • markdown: hide email and urls (68d01f1)
  • markdown: ignore 'tags' (01f2bba)
  • markdown: ignore markdown in url/email (8398aa3)
  • markdown: marking incorrectly (4fcddda)
  • markdown: no markdown in urls or email (5ed5355)
  • markdown: remove backticks from code (d5e9b72)
  • markdown: remove other marks within 'code' (c84104e)
  • markdown: Stop markdown within code block (ecf2a44)
  • markdown: support ordered list (6c3c4da)
  • markdown: Two markdown issues (a529a99)
  • mc: add custom toolbar and child (431c99e)
  • mc: add style to insert (5a7a996)
  • mc: address styling issues (bcae66e)
  • mc: allow 'enter' to select mention (5becc09)
  • mc: containing div should focus composer (44f27f8)
  • mc: expand composer area (fcea49b)
  • mc: move to component init instead of func (a7a7055)
  • mc: several fixes (9f7f511)
  • mc: styles wouldn't go away (cf497e5)
  • mc: Two fixes (66d6cbe)
  • mention: add aria-current (764933a)
  • mention: add classname to mention item (787d6a5)
  • mention: add mouse selection back (eb2eeb9)
  • mentions: add 'active' prop to render (4d26f34)
  • mentions: Allow 'tab' for selection (a5c985c)
  • mentions: change default to Promise (8c8aa33)
  • mentions: handle missing 'mentions' prop (36b11eb)
  • mentions: make suggestion clickable again (166b4d6)
  • mentions: move to event emitter (5881dcc)
  • mentions: suggestion window problems (12023c8)
  • message-composer: deconstruct parameters and memo components (afeaac5)
  • message-composer: move to event emitter (8681534)
  • semantic-release: fix syntax error (cdcd632)
  • send: change 'enter' default to 'send' (57a1414)
  • send: clear composer when sending (cac1e67)
  • slate: keep slate versions the same (bf5cd24)
  • toolbar: get styling buttons working again. (df3e1b6)

Features

  • build: add circleci pipeline (c6a1096)
  • composer: add 'insert text' command (0234575)
  • composer: add classname (6a26c7c)
  • composer: add key down notification (f8fe973)
  • composer: allow button to send message (668af26)
  • composer: customize placeholder (b6f509a)
  • deploy: add deploy to circleci pipeline (6269811)
  • deploy: allow npm publish (643d16c)
  • markdown: add url and general fixup (c708a4a)
  • markdown: allow disable of markdown (3b58559)
  • mc: add draft (03bdfec)
  • mc: add emitter (3da5ceb)
  • mc: add title tags and parse code markdown (9c61beb)
  • mc: allow 'disable' (a05b449)
  • mention: add getDisplay (e071203)
  • mentions: add render for 'insert' mention (9c5c9ac)
  • mentions: add scrollable window (688dc4b)
  • mc and mentions (a80ccc0)
  • mentions: add mentions plugin (370e07d)
  • send: add individual and group mentions (a280eb6)
  • add markdown (07e4f14)
  • start message-composer (49f260a)