Skip to content

0.24.0

Choose a tag to compare

@atjohns atjohns released this 20 Apr 19:34
· 40 commits to master since this release
97882c7
  • POTENTIAL BREAKING CHANGE: Solutions has been migrated to Vite and will no longer use Webpack. If your solution uses custom Webpack builds it, use caution before pulling in this change.
  • Modified postTextMessage action to set previous question and answer as Lex session attributes
  • Fixed invalid border-radius value for lex-web-ui-iframe.css which resulted in a visible border when the iFrame was minimized
  • Create own implementation of sigv4 signing so that Amplify is not a required dependency

What's Changed

  • Set session attributes for previous question and answer by @sneff91 in #853
  • Fixed invalid border-radius value for lex-web-ui-iframe.css by @sneff91 in #858
  • Feature/vite migration by @atjohns in #865*
  • Feature/fix es build issues by @atjohns in #874