Flux Product Docs
  • What is Flux?
  • Guides
    • Creating a Premium Video
    • Creating Your First Site
    • Creating a Countdown
    • Creating a Navigation Bar
    • Creating a Group
    • Custom 404 Page
    • Adding a Favicon to Your Site
    • Adding Videos to Your Site
    • Managing Your Guest List
    • Asset Management
    • Creating Sites from Site Templates
    • Publishing Site Versions
    • Advanced Debugging
  • Fundamentals
    • Key Concepts
    • Sites
    • Guests
    • Environments
      • Show Variables
    • Flows
      • Anatomy of a Node
      • Connecting Nodes and Building Flows
      • Passing Data
      • Scope
      • Interpolation
    • Keyboard Shortcuts
      • Keyboard Shortcuts - Page Editor
    • Animation States
    • Local Variables
    • Groups
  • Use Cases
    • For Designers
    • For Engineers
      • Custom CSS
      • Custom Modules
    • For Event Manager
      • Intercom Integration
  • Documentation
    • FAQ
    • Glossary
    • 🚀Show Controller
      • Modes
    • Domains and Subdomains
      • Hover
      • AWS Route 53
    • Premium Live Channels
    • Basic Video
    • Premium Video
      • AI Generated Subtitles
      • Supported Input Codecs and Containers
      • Supported Language Labels
      • Serverside Forensic Watermarking
    • Flow Nodes
      • Middleware
  • Modules
    • Access Code
    • Audio
    • Button
    • Carousel
    • Chat
    • Checkbox
    • Container
    • Countdown
    • Date
    • Embed
    • Image
    • Intercom
    • Link
    • Lottie
    • Page
    • Meter
    • Modal
    • Photobooth Gallery
    • Open Login
    • QR Code
    • Radio
    • Rich Text
    • Stack
    • Style
    • Spline
    • Switch
    • Text Input
    • Video
  • Template Guides
    • NatGeo FYC
      • Adding a Panel
    • Meow Wolf All Shrimps
  • 🚀Change Logs
    • July 12, 2024
    • June 08, 2024
    • April 26, 2024
    • April 12, 2024
    • March 29, 2024
    • March 15, 2024
    • March 1, 2024
    • September 2022
    • August 2022
    • July 2022
    • June 2022
Powered by GitBook
On this page
  • Take Control of Your Environments
  • Change Log
  • Editor
  • Guest Sites
  • Modules

Was this helpful?

  1. Change Logs

July 12, 2024

Last updated 11 months ago

Was this helpful?

Take Control of Your Environments

We've removed Shows. They where confusing, and users basically just used them to create staging environments for testing and reviews.

So we've done away with them and just added a new Environments feature. Now, you can create as many staging and production environments as you need, and manage them easily within the Flux platform.

Draft

Draft is, well a draft. When you make changes in the editor, you can see them instantly in the draft environment.

Production

Production is a set snapshot of your site, optimized and deployed to a domain.

Staging

A staging environment is similar to a production environment in that it's a snapshot of your site at a moment of time, bundled and deployed. Currently, it functions much like a Production environment, but will soon support additional functionality.

Change Log

Editor

New

  • Removed "Shows" concept from sites.

  • Added "Environments" concept to sites.

  • Added Location reporting to the Analytics dashboard.

Enhanced

  • Added flow nodes for adding and removing tags on the current Guest.

  • Added flow nodes for reading tags on the current Guest.

  • Focused fields in Module Properties panel now retains focus after saving.

  • The "Save" and "Cancel" buttons on Content Management now remains visible at the bottom of the page when scrolling.

Fixed

  • Fixed a bug that caused modules to return to their original location after being moved within the layout editor.

  • Fixed a bug that could sometimes cause pages to not render when duplicating modules.

  • Fixed an error that prevented adding social share sheet metadata to a site.

  • Fixed a bug that prevented Video type Content Management Variables from being used on Background Video modules.

  • Fixed a bug that sometimes prevented the "Hidden" banner from appearing in the Layout Editor when a module was hidden.

Guest Sites

Fixed

  • Fixed a bug that caused Guests to sometimes not be correctly authenticated after a page refresh.

Modules

Access Code

  • Fixed a bug that allowed Guests to use an access code unlimited times, despite a limit being placed in Attendee Management.

Carousel

  • Added a "Next Slide" listener which, when triggered, advances the carousel to the next item.

  • Added a "Previous Slide" listener which, when triggered, returns the carousel to the previous item.

  • Added a "First Slide" listener which, when triggered, returns the carousel to the first item.

  • Added a "Last Slide" listener which, when triggered, advances the carousel to the last item.

  • Added "isLastSlide" and "isFirstSlide" meta fields to "On Slide Change".

Video

  • Improved the UI for paused live streams, making it more clear to the Guest that the video is paused.

  • Added support for Guests to select a specific quality level in UI V2.

  • Fixed a bug that would cause the player to show an endless loading spinner if a Guest had an expired DRM token.

  • Fixed a bug that caused "Stream Has Not Started" message to appear even if CBLS was disabled.

  • Fixed a bug that prevented playback of DRM content for users in Chrome Ingognito mode.

  • Fixed a bug that prevented Guests from viewing DRM content over Chromecast on published sites.

  • Fixed a typo on Video: On Error message meta key.

  • Fixed slight alignment issues with tooltips in UI V2.

🚀