The highlight of this release is that the default "key" of all elements will be their index amongst their neighbors. Previously this behavior could be engaged by setting `IDOM_FEATURE_INDEX_AS_DEFAULT_KEY=1` when running IDOM. In this release though, you will need to explicitely turn off this feature (i.e. `=0`) to return to the old behavior. With this change, some may notice additional error logs which warn that:
Key not specified for child in list ...
This is saying is that an element or component which was created in a list does not have a unique `key`. For more information on how to mitigate this warning refer to the docs on "Organizing Items With Keys".
**Closed Issues**
- 588
- 584
- 562
- 556
- 542
- 475
- 440
- 351
**Pull Requests**
- 593
- 590
- 586
- 579
- 564
- 563
- 554