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
(April 2023: new sheetworker function to help you to dynamically create options in selects or data-lists elements)
m
Line 6: Line 6:
 
See also the '''[[Character Sheet Development/Bugs]]''' page for know bugs in the Roll20 sheet creation system.
 
See also the '''[[Character Sheet Development/Bugs]]''' page for know bugs in the Roll20 sheet creation system.
  
==2023==
 
  
===Planned Updates===
+
==Planned Updates==
  
 
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]]'''.
Line 14: Line 13:
 
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 Vue & React in sheet development.
  
===April===
+
==2023==
 
+
 
* 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 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
  

Revision as of 07:02, 12 April 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

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.

2023

2022

Community Updates

December

November

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

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.

May

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

March

February

2021

December

November

October

September

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

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.

July

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.

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.

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.

2020

Feb

Bugs & Quirks

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

See Also