# IdleKit Data Change Log

## Version 2.1.0 2022-03-16
* `GLOBAL` - Added a `VersionData` sheet that contains current app version information and is used by the `VersionService`.

## Version 2.0.0 2021-12-13
* `GLOBAL` - Added a new `EventSettingsData` for the second simultaneously running event in the IdleKit Showcase.
* `EVENT - CHOSEN TWO` - A new workbook created to store the second event content to demonstrate running 2 events at the same time. All data in this event is tagged with `ev-CT_content`.
* `MAIN GAME` and `EVENT` - Rename `CurrencyUnlockReward` to `CurrencyAvailableReward`

## Version L.5.0 2021-10-25
* `MAIN GAME` - Added `items.GenericIAPData` sheet
* `GLOBAL` - Updated clientPermissions to permissions in `EventSettingData` to reflect changes in Beamable 

## Version L.5.0 2021-10-25
* `MAIN GAME` - Added related `StoreRewardData` fields in `items.PromoData` as `PromoData`is now a `StoreRewardData`.
* `GLOBAL` - Added `_leaderboardCurrencyId` and `_leaderboardId` fields in the `StandardContentData` and `StandardEventContentData` sheets. However the `_leaderboardId` is only used in the standard content as the event keaderboard id is automatically generated.
* `MAIN GAME` and `EVENT` - Added `_duration` field to the `items.PromoData` sheet
* `GLOBAL` - Added `leaderboards` sheet which defines the names of global leaderboards which can be used in the main game content
* `GLOBAL` - Added `rankgRewardDataIds` array to the `items.EventSettingsData` sheet. Additionally, `RankRewards` `Min` and `Max` sheets are used to determine leaderboard reward brackets by leaderboard position.

## Version L.4.0, 2021-08-09
* `GLOBAL` - Added `items.AvatarCollectionData` sheet
* `MAIN GAME` - Added `AvatarsUnlockRewardData` sheet

For data changes made in previous versions of IdleKit please refer to `DATACHANGELOG.md` files in the `idlekit-gameplay` folder in the `idlekit` package.
