Changelog

All notable changes to VueBot will be documented in this page.

1.3.0

Latest
  • ✨ New Feature: Added drag-and-drop functionality for the floating widget button
    • Widget can now be repositioned to any corner by dragging the button
    • Smooth corner snapping with visual feedback during drag

1.2.0

  • ✨ New Feature: Added dark theme support with darkTheme prop
    • Enable dark mode by setting darkTheme: true in configuration
    • Dark theme includes optimized colors for backgrounds, text, and UI elements
    • All markdown elements (code blocks, tables, blockquotes) styled for dark theme
    • Custom colors still work with dark theme enabled

1.1.0

  • Added session management with sessionStorage

1.0.0

  • Initial release
  • Markdown support for rich text rendering
  • Customizable styling and positioning
  • React and vanilla JavaScript support
  • TypeScript definitions included