# Upgrade Notes

## Version L.0.0 to L.1.0, 2020-02-10

### General
* In all UI components references to `InstanceId`s have been replaced with references to regular `Id`s, as with Beamable integration ability to create multiple instances of the same Entity has been deprecated. Use `Id` instead of `InstanceId` from now on.

### DataAssetImporter
* The Data Asset Importer has been deprecated. With Beamable providing all the data remotely from their servers, there is no need for the importer. The data now gets imported into Beamable directly through the YAMLton pipeline.

### Startup
* `SimpleStartup` and its inheritor `CanvasStartup` have been made abstract. Please use `RemoteStartup` or `LocalStartup`. Use remote startup if you want to retrieve data from Beamable's servers. Use `LocalStartup` if you want to retrieve data locally from a `SimpleEntitiesDatabaseAssetReference`. `RemoteStartup` should be your default choice for working with IdleKit.
* `ExampleInstaller` has been renamed to `SampleInstaller`.