Skip to content

Latest commit

 

History

History
198 lines (155 loc) · 14 KB

CHANGELOG.md

File metadata and controls

198 lines (155 loc) · 14 KB

Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

Generated by auto-changelog.

2 September 2020

  • Breaking change: resolve #34 : Theme migration documentation #34

Theme model changed :

Old theme

const theme = {
    fontFamily: '"Source Sans Pro", "Lucida Grande", sans-serif;',
    fontSize: '1rem',
    botColor: 'red',
    cardColor: 'white',
    borderRadius: '10px',
    inputColor: 'white',
    userColor: 'white',
    styles: {
        chat: `
            background: 'blue';`
    },
};

New theme

const theme = createTheme({
    palette: {
        text: {
            user: 'black',
            bot: 'black',
            card: 'white',
            input: 'black'
        },
        background: {
            user: 'white',
            bot: 'red',
            card: 'white',
            input: 'white',
        }
    },
    sizing: {
        loaderSize: '8px',
        borderRadius: '10px',
        conversation: {
            width: '720px'
        }
    },
    typography: {
        fontFamily: '"Source Sans Pro", "Lucida Grande", sans-serif;',
        fontSize: '1rem'
    },
    overrides: {
        chat: `
            background: 'blue';`
        },
    };
  • resolve #59 : quickreply enhancement #60
  • resolve #55 : Input icon size on firefox android #58
  • resolve #56 : Remove conversation scrollbar on firefox #57
  • 34 Missing default theme #53
  • resolve #59 : #59
  • resolve #56 : Remove conversation scrollbar on firefox #56
  • resolve #55 : Input icon size on firefox android #55
  • resolve #52 : Add husky git hook #52
  • resolve #52 : Adding ESLint and Prettier config #52
  • Add default theme e9e3adb
  • Normalize interface properties EOL 44863eb
  • Add disabled input background to theme bbbb32b
  • Fix Chat story FullscreenContainer scrollbar 2fe291e
  • Revert TockProvider to TockContext 51e29ed
  • Expose createTheme bb87869

20 August 2020

  • resolve #50 : Carousel scrollbar appears in firefox #51
  • Merge pull request #51 from theopenconversationkit/50-carousel-scrollbar-appears-in-firefox #50
  • resolves #33 Fix carousel bad scroll behaviour #47
  • resolve #50 : Carousel scrollbar appears in firefox #50
  • Fix carousel scroll behavior fda4193
  • Fix Carousel scroll x & arrows visibility 0620111

17 August 2020

  • resolves #48 Created utility method for retrieving and saving data to local storage #49
  • resolves #25 Send post messages only after opening the sse connection #45
  • resolve #35 : Card component is not exported #36
  • fix urlButton in message as quickReply #37
  • resolves #43 Transform any string url in the bot message text into a clickable one #44
  • resolve #38 : Add rollup watch command for dev purpose #39
  • resolve #40 : Contribution guide #41
  • resolves #48 Created utility method for retrieving and saving data to localstorage and used it for persisting the userId #48
  • resolves #25 Send post messages only after opening the sse connection (#45) #25 #25 #25 #25 #25
  • fix urlButton in message as quickReply (#37) #42 #42 #42 #42
  • resolve #35 : Card component is not exported #35
  • resolves #43 [MessageBot] Transform any string url in the bot message text into a clickable url using linkifyjs #43
  • resolve #38 : Add rollup watch and build command for development purpose #38 #38
  • resolve #40 : Contribution guide #40
  • Update dependencies 20c5dbb

v20.3.1-1

23 April 2020

23 April 2020

v20.3.0

15 April 2020

  • resolve #30 : support for postbackbutton (send payload instead of message) #31

  • publish github action #29

  • better release system #27

  • fix scroll on ie and iphone, backport fix Baki #26

  • fix #20 : Server-Sent Events (SSE) Support #21

  • Add custom component into Chat #19

  • fix #14 : Configure timeout before displaying message #16

  • cherry pick some marvin features #13

  • fix carousel card buttons #8

  • Bump acorn from 6.3.0 to 6.4.1 #7

  • fixes sendQuickReply userId parameter + referral Parameter #4

  • feat(Card): Update Card styled component for manage more styles #6

  • resolve #30 : support for postbackbutton (send payload instead of message) #30

  • fix #23 : hide quickreplies after click #23

  • fix #22 : Buttons bar is under input bar #22

  • fix #20 : Server-Sent Events (SSE) Support #20

  • fix #18 : Add custom component into Chat #18

  • fix #17 : Add loading animation when referral parameter is sent #17

  • fix #14 : Configure timeout before displaying message #14

  • resolves #1 user id should be different at each browser refresh #1

  • resolves #3 support carousel with cards < 3 and cards with subtitle html #3

  • Add MessageBot and MessageUser 5ccac35

  • Add customization to ChatInput d2b3fa8

  • Add useTock support for cards, carousels and quick replies aa579a2

  • bump repo version e39f615

  • margin message bot a9fa0e7

  • Add referalparameter & widget arguments to renderChat function 5cdb2b1

  • Fix CTA/QR callbacks, changed Carousel justify-content to space-between (fixing scroll) 28daaf8

  • Add Referral parameter f40c339

  • handle pre release mode c016e25

  • fix version and prerealase 2c2674e

  • bump version db53349

  • bump package version 19f0145

  • mode release github actions d0f0560

  • bump version, fix scroll 073c0ed

  • fixes sendQuickReply userId parameter 36b31fb

  • bump package version, what's new : add see support 1a327bc

  • temporary remove git sign tag 370fd6e

  • add publish action status 917682c

  • fixes preserve white-space on bot message c8fbb74

  • sign tag 59e1454

  • [FIX] np failed without npm test scripts 44afbf5

2 September 2020

20 August 2020

17 August 2020

23 April 2020

23 April 2020

v20.3.0

15 April 2020