aboutsummaryrefslogtreecommitdiff
path: root/src/fields/ObjectField.ts
AgeCommit message (Collapse)Author
2024-01-27made dataViz nodes linked to schema nodes update automatically as cahnges ↵bobzel
are made. fixed user created templates from disappearing from menu, and made them work. added toJavascriptString and made DashField views convert to text. added support for turning text into javascript rendering (paint) code.
2023-07-10updated how Lists and Docs get updated when they contain an ObjectField that ↵bobzel
will be modified
2022-03-07got rid of include cycles for Scripting globals to make hot updates work better.bobzel
2022-03-04removed pseudo Doc type system. playing with hot reloading.bobzel
2022-03-02upgraded to typescript 4.6.2bobzel
2020-06-27fixed icon button of document deoratins. cleaned up several compile errors ↵Bob Zeleznik
and warnings
2020-05-15renamed new_fields to fieldsSam Wilkins