Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# 1.0.0 (2019-12-02) ### Bug Fixes * **composer:** add name to React profiler ([38a6dad](38a6dad)) * **composer:** allow update of placeholder ([8340725](8340725)) * **composer:** empty lines wouldn't appear ([37dbb4d](37dbb4d)) * **demo:** move style to component ([9bb5a99](9bb5a99)) * **markdown:** add blockquote and list ([3c83d70](3c83d70)) * **markdown:** handle markdown with [@mentions](https://github.com/mentions) ([8c28c31](8c28c31)) * **markdown:** hide email and urls ([68d01f1](68d01f1)) * **markdown:** ignore 'tags' ([01f2bba](01f2bba)) * **markdown:** ignore markdown in url/email ([8398aa3](8398aa3)) * **markdown:** marking incorrectly ([4fcddda](4fcddda)) * **markdown:** no markdown in urls or email ([5ed5355](5ed5355)) * **markdown:** remove backticks from code ([d5e9b72](d5e9b72)) * **markdown:** remove other marks within 'code' ([c84104e](c84104e)) * **markdown:** Stop markdown within code block ([ecf2a44](ecf2a44)) * **markdown:** support ordered list ([6c3c4da](6c3c4da)) * **markdown:** Two markdown issues ([a529a99](a529a99)) * **mc:** add custom toolbar and child ([431c99e](431c99e)) * **mc:** add style to insert ([5a7a996](5a7a996)) * **mc:** address styling issues ([bcae66e](bcae66e)) * **mc:** allow 'enter' to select mention ([5becc09](5becc09)) * **mc:** containing div should focus composer ([44f27f8](44f27f8)) * **mc:** expand composer area ([fcea49b](fcea49b)) * **mc:** move to component init instead of func ([a7a7055](a7a7055)) * **mc:** several fixes ([9f7f511](9f7f511)) * **mc:** styles wouldn't go away ([cf497e5](cf497e5)) * **mc:** Two fixes ([66d6cbe](66d6cbe)) * **mention:** add aria-current ([764933a](764933a)) * **mention:** add classname to mention item ([787d6a5](787d6a5)) * **mention:** add mouse selection back ([eb2eeb9](eb2eeb9)) * **mentions:** add 'active' prop to render ([4d26f34](4d26f34)) * **mentions:** Allow 'tab' for selection ([a5c985c](a5c985c)) * **mentions:** change default to Promise ([8c8aa33](8c8aa33)) * **mentions:** handle missing 'mentions' prop ([36b11eb](36b11eb)) * **mentions:** make suggestion clickable again ([166b4d6](166b4d6)) * **mentions:** move to event emitter ([5881dcc](5881dcc)) * **mentions:** suggestion window problems ([12023c8](12023c8)) * **message-composer:** deconstruct parameters and memo components ([afeaac5](afeaac5)) * **message-composer:** move to event emitter ([8681534](8681534)) * **semantic-release:** fix syntax error ([cdcd632](cdcd632)) * **send:** change 'enter' default to 'send' ([57a1414](57a1414)) * **send:** clear composer when sending ([cac1e67](cac1e67)) * **slate:** keep slate versions the same ([bf5cd24](bf5cd24)) * **toolbar:** get styling buttons working again. ([df3e1b6](df3e1b6)) ### Features * **build:** add circleci pipeline ([c6a1096](c6a1096)) * **composer:** add 'insert text' command ([0234575](0234575)) * **composer:** add classname ([6a26c7c](6a26c7c)) * **composer:** add key down notification ([f8fe973](f8fe973)) * **composer:** allow button to send message ([668af26](668af26)) * **composer:** customize placeholder ([b6f509a](b6f509a)) * **deploy:** add deploy to circleci pipeline ([6269811](6269811)) * **deploy:** allow npm publish ([643d16c](643d16c)) * **markdown:** add url and general fixup ([c708a4a](c708a4a)) * **markdown:** allow disable of markdown ([3b58559](3b58559)) * **mc:** add draft ([03bdfec](03bdfec)) * **mc:** add emitter ([3da5ceb](3da5ceb)) * **mc:** add title tags and parse code markdown ([9c61beb](9c61beb)) * **mc:** allow 'disable' ([a05b449](a05b449)) * **mention:** add getDisplay ([e071203](e071203)) * **mentions:** add render for 'insert' mention ([9c5c9ac](9c5c9ac)) * **mentions:** add scrollable window ([688dc4b](688dc4b)) * mc and mentions ([a80ccc0](a80ccc0)) * **mentions:** add mentions plugin ([370e07d](370e07d)) * **send:** add individual and group mentions ([a280eb6](a280eb6)) * add markdown ([07e4f14](07e4f14)) * start message-composer ([49f260a](49f260a))
- Loading branch information