Skip to content

0.7.0

Compare
Choose a tag to compare
@nioc nioc released this 14 Nov 18:02
· 77 commits to master since this release

Features

  • Bookmark an URL as homepage
  • Custom user views
  • Communication channel
  • Add video player component
  • Allow admin to update state value
  • Add datetime/date/time and duration state types
  • New admin components:
    • Communication channels
    • Natural Language Processing
    • System metrics and health
  • Enhance logs:
    • Add date filters
    • Search by requestId
    • Add clear query button
    • Colorize log according to it level
    • Add a copy logs to clipboard button
    • Add logger level configuration
  • Redirect to login if not authenticated
  • Add fontawesome brands icons
  • Add links to admin equipment and scenario (if user has admin role)
  • Handle boolean state and null value in scenario criteria
  • Enhance room tiles UX
  • Enhance state history form UX (predefined duration)
  • Enhance query UX (adding loading state)
  • Enhance action slider UX
    • Move slider with state feedback to states
    • Use min/max values
    • Fix UI issues (vertical align, margin)
  • Enhance mobile UI (info stats and padding)
  • Enhance autocomplete UI (adding equipment name in case multiples states have the same name)
  • Display states/actions icon in admin

Bug fixes

  • Update access token during restore user step
  • Fix missing tags attribute
  • Move local storage clearing
  • Fix some items on dark mode
  • Fix space wrap on timeAgo
  • Fix Jeedom icon class inside single quote
  • Fix icon spacing on card-header-title
  • Fix log filter when message is not string
  • Fix state switch UI

Technical

  • Installation with docker container
  • Add Editable component
  • Activate performance tool on dev
  • Remove old spacing class (using Bulma helpers)
  • Prefix data local storage with provider
  • Update dependencies, including:
    • Chart.js (3.6, removing vue-chartjs)
    • axios (0.24)
    • buefy / bulma