Formio-data

Latest version: v2.0.3

Safety actively analyzes 642295 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 4

1.1.0

Put component classes as files in the new `components` directory.\
Change the instantiation of a component in the `get_component_object` method of the `Builder` class.

**Warning**:

This changes the `import` declaration (path) of how components should be imported.

**Old style import:**:

python
from formiodata.components import textfieldComponent


**New style import:**

python
from formiodata.components.textfield import textfieldComponent


Also some additional minor improvements, e.g. remove unused imports and newlines.

1.0.5

Add Component properties:
- `tableView`: Display // Table View
- `disabled`: Display // Disabled

1.0.4

Add Component properties:
- `conditional`: Conditional // Simple Conditional
- `custom_conditional`: Conditional // Custom Conditional
- `templates`: Templates (eg templates for layout and (data) grids.)
- `logic`: Logic (trigger/action pairs).

1.0.3

Add the country_code property in the addressComponent.

1.0.2

Refactor builder component path properties, to store objects, with key and label getters.

1.0.1

Fix error in `get_component_object` (`builder.py`) => `NameError: name 'logging is not defined'`\
Accidentally removed the `import logging` in previous version 1.0.0

Page 3 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.