Character Vault
Any Concept / Any System
Compendium
Your System Come To Life
Roll20 for Android
Streamlined for your Tablet
Roll20 for iPad
Streamlined for your Tablet

Personal tools

Difference between revisions of "Character Sheet Development/Feature Updates"

From Roll20 Wiki

Jump to: navigation, search
(first Beacon sheet released)
m (2023)
 
(One intermediate revision by one user not shown)
Line 11: Line 11:
 
In Dec. 2022{{source|https://app.roll20.net/forum/permalink/11241895/ 1}}, Roll20 gave more details on plans to upgrade the sheet development system, naming it the '''[[Beacon Sheet Development Kit]]'''.
 
In Dec. 2022{{source|https://app.roll20.net/forum/permalink/11241895/ 1}}, Roll20 gave more details on plans to upgrade the sheet development system, naming it the '''[[Beacon Sheet Development Kit]]'''.
  
It would enable devs to use features previously limited to mods, and to more easily integrate modern webdev frameworks like Vue & React in sheet development.
+
It would enable devs to use features previously limited to mods, and to more easily integrate modern webdev frameworks like [https://vuejs.org/ Vue] & React in sheet development.
  
 
==2023==
 
==2023==
 
* [[Marvel Multiverse Role-Playing Game by Roll20‎]] is the first sheet released using the upcoming [[Beacon]] charactersheet ecosystem.{{source|https://app.roll20.net/forum/permalink/11566135/ dev comment}} - Aug. 2nd  
 
* [[Marvel Multiverse Role-Playing Game by Roll20‎]] is the first sheet released using the upcoming [[Beacon]] charactersheet ecosystem.{{source|https://app.roll20.net/forum/permalink/11566135/ dev comment}} - Aug. 2nd  
* a new sheetworker function to help you to dynamically create options in selects or data-lists elements. [https://app.roll20.net/forum/permalink/11413084/ Developer description & Examples] - April 11th
+
* a new sheetworker function, {{c|populateListOptions()}}, to help you to dynamically create options in selects or data-lists elements. [https://app.roll20.net/forum/permalink/11413084/ Developer description & Examples] - April 11th
  
 
==2022==
 
==2022==

Latest revision as of 14:36, 14 August 2023

This is a curated Changelog on updates to the system for creating & editing Roll20 Character Sheets, curated from the official Changelog, the forums, and other sources.


See also the Character Sheet Development/Bugs page for know bugs in the Roll20 sheet creation system.


Contents

[edit] Planned Updates

In Dec. 2022, Roll20 gave more details on plans to upgrade the sheet development system, naming it the Beacon Sheet Development Kit.

It would enable devs to use features previously limited to mods, and to more easily integrate modern webdev frameworks like Vue & React in sheet development.

[edit] 2023

[edit] 2022

Community Updates

[edit] December

[edit] November

  • When opening a character in the VTT, the character sheet will be the first tab, instead of Bio tab.

[edit] August

  • Adjusted styling for "Custom Sheet Sandbox" and "Access the Dev Server" on the "My Games" page while in dark mode.
  • CSS & Styling of the site was updated, which caused styling issues for a small number of community sheets.
    • PR #10902 was caused by this. Official Savage Worlds also had CSS issues but they where resolved on Roll20's side.

[edit] May

  • Fixed a roll macros issue where computed rows displayed in allProps if a property wasn't named.

[edit] March

[edit] February

[edit] 2021

[edit] December

[edit] November

[edit] October

[edit] September

  • Mobile App update
    • Added support for jQuery functions in character sheets - Sept. 7th

[edit] August

  • Character Sheets - Add pseudo-variable to allow Sheet Authors to scope roll templates. August 17, 2021(Forum)
  • Character Sheets - Added Environment Variables for Sheet Authors to scope sheetworkers.

[edit] July

[edit] June

  • Now on Dev Server: Image Attributes(Forum) - 26th
    • making it possible to dynamically change images shown on the sheet from custom urls, changing background-images, and ability to show character avatar & tokens directly on the sheet.

[edit] April

  • fixed issues with @import Release Note for April 27, 2021(Forum)
    • if a @import exists, it seems it might result in roll20 ignoring the first instance of the next css class in the file, workaround is to add an empty, "sacrificial" version of the class first that will be eaten up, and the one after will work normally
  • Most initial bugs with Character Sheet Enhancement have be fixed and the framework is now stable, and better than LCS.

[edit] March

Character Sheet Enhancement(CSE) sheet update was fully released, expanding the html & css things that can be done with character sheets. This includes more options to make char sheets look good on the Roll20 Mobile app.

Before the release of CSE, the Char Sheet System changed so rarely there wasn't a big need to separately keep track of changes, but starting from CSE there where number of changes that never ended up in the official Changelog, so this page got started.

[edit] 2020

[edit] Feb

[edit] Bugs & Quirks

See Character Sheet Development/Bugs & Quirks. Any fixed bugs should be removed from the page and mentioned on this page's changelog.

[edit] See Also