Uncodie
Technical DocumentationNo CodeTutorialsChangelogDisccord
Changelog
Changelog
  • Uncodie Q4 2024
  • October 2024
    • 18 Oct 2024
    • 29 Oct 2024
  • September 2024
    • 5 Sep 2024
  • July 2024
    • 5 July: Improved compilation
  • May 2024
    • 24 May: Database Roles
    • 17 May: Improved Compilation Times
    • 3 May: DB User access for every project
  • May 2024
    • 24 May: Database Roles
    • 17 May: Improved Compilation Times
    • 3 May: DB User access for every project
  • April 2024
    • 12 April: Onboarding
    • 5 April: Fixed Amazon S3 buckets integration
  • March 2024
    • 27 March: Several plugin fixes
    • 22 March: Plugin and Compilator bug fixes
    • 15 March: Improved SVG support and bug fixes
    • 8 March: Loading Component and several bug fixes
    • 1 March: Chart component and sections compatibility
  • Februray 2024
    • 22 February: Several plugin fixes
    • 6 February: Plugin available in the Figma Store
Powered by GitBook
On this page
  • Fixed 🔧
  • Issues with Uncodie's Onboarding from Figma Plugin
  • When compiling, the plugin loses the last configuration.
  • Issues processing fill images in image elements as CSS properties
  • Backoffice Bugs
  • Introducing access token for managing the Uncodie public API.

Was this helpful?

  1. April 2024

12 April: Onboarding

Several repairs to the onboarding process

Fixed 🔧

Issues with Uncodie's Onboarding from Figma Plugin

Users attempting the onboarding process from the Figma plugin were unable to complete it due to issues with creating the project and achieving initial compilation.

It was found that project creation was requiring a user token validation step that was unnecessary. Users who hadn't configured their Figma token in their profile accounts couldn't compile their projects.

To ensure functional onboarding, barriers to project creation from the Figma plugin were removed. Instead, user permission was implemented to access Figma project data, bypassing the need for users to register their Figma token. This achieved a simpler, scalable, yet still improvable onboarding process.

When compiling, the plugin loses the last configuration.

Clicking the compile action would revert the plugin to previous data it had been opened with.

To fix this bug, the compilation thread was followed, and a method that was resetting the plugin data was found and removed.

Issues processing fill images in image elements as CSS properties

When generating an image element, it was adding the fill image as both an src attribute and a background property in CSS.

To solve this problem, validation was implemented for fill images in image elements so that they only compile as an src property of the img tag.

Backoffice Bugs

The issue where the script descriptions were overlapping the script titles has been fixed, as well as the hover effect not working for the remove button in variables

Introducing access token for managing the Uncodie public API.

The possibility to generate a token for managing access from Auth0 to your database has been added. This is in order to be able to register users through the script provided in the 'register user' action in Auth0

Previous3 May: DB User access for every projectNext5 April: Fixed Amazon S3 buckets integration

Last updated 1 year ago

Was this helpful?