Changelog
2024 changelog
October 24, 2024
New Component and updates for Pages v0.4.19
-
Added new layout component
Tabs
Accordion
Alert
. Documentation -
Added
headerKeys
property to specify which columns to display in aDataTable
. Documentation -
Added
withClearButton
property toVariableSelect
. Documentation
October 22, 2024
New Component for Pages v0.4.15
-
Added
MetricsGrid
component to display metrics in grid format. -
Added
VaraibleSelectItems
component as a child ofVariableSelect
. You can create dynamic select boxes by passing data retrieved with thegetJson
function. -
The
column
property of theMetrics
component has been changed tovalueKey
. -
Added
getJson
andvalue
functions to retrieve and display data in MDX files.
October 16, 2024
New Features in Morph AI
- AI-powered code generation is now available when creating files from Canvas.
- Coding assistance in Morph AI has been extended to support
.mdx
,.tsx
, andvg.json
files.
October 15, 2024
MDX Library Update
- Added Metrics component as a data component.
- Added layout components such as Grid and Panel.
- Variables can now be directly defined in mdx files using functions like
variable
. See the documentation for usage instructions. - Added input components such as VariableInput, VariableDatePicker, and VariableSelect.
October 8, 2024
Default Values for @morph.variables
- Default values can now be set using
@morph.variables("var_name", default="default_value")
, allowing a default value to be used if no argument is passed during execution.