Changelog#

The format is based on Keep a Changelog.

[1.1.7]#

Fixed#

  • Allow wizard-driven replacement imports to bypass undo recording during project setup

[1.1.6]#

Changed#

  • Update call sites to use renamed LayerManagerCore API: get_layer_of_type() and get_layers_of_type() (was get_layer() / get_layers())

[1.1.5]#

Changed#

  • Migrate create_new_sublayer() and insert_sublayer() calls to create_layer() in replacement layer import

  • Update LayerManagerCore call site to use renamed API: remove_layers_of_type

[1.1.4]#

Changed#

  • Applied new lint rules

[1.1.3]#

Changed#

  • Modernize python style and enable more ruff checks

[1.1.2]#

Changed#

  • Switched to ruff for linting and formatting

[1.1.1]#

Fixed#

  • Fixed Test assets to large to work without LFS

[1.1.0]#

Changed#

  • Update the documentation for Pydantic V2 compatbility

[1.0.7]#

Changed#

  • Update to Kit 106.5

[1.0.6]#

Fixed#

  • Fixed tests flakiness

[1.0.5]#

  • Use updated lightspeed.layer_manager.core extension

[1.0.4]#

Changed#

  • Update to Kit 106

[1.0.3] - 2024-05-01#

Fixed#

  • Fixed tests for Kit 106

[1.0.2]#

Changed#

  • Set Apache 2 license headers

[1.0.1] - 2024-01-13#

Fixed#

  • Fixed crash when no materials are found in the material relationship

[1.0.0] - 2023-10-10#

Added#

  • Added group_replaced_hashes()

  • Added tests