1.7.3 - DynamoDB-Onetable integration
🚤 Performance
- Improves performance of the single-table designer. With heavy models, it is up to 80% faster now!
✨ Features
dynamodb-onetable
integration. Now you can export onetable models straight from single-table designer (#42)- In the single-table designer, items are now grouped into sorted partitions automatically (#87)
🐞 Bugfixes
- Fixes problem with editing boolean values in single-table designer (#86)
- Fixes problem with persisting "Follow OS Setting" when it comes to Dark/Light mode (#89)
- Fixes problem with removing rows in single-table-designer when they are using templated strings (#94)
- Fixes problem with JSON modals (Edit other attributes & Edit Map), they are no longer showing syntax errors (#85)
- Template values are now correctly recognized in the imported model, they are also exported correctly (#70)
- Fixes problem with exported single-table designer's model types not being lowercased (#75)
- Fixes problem with displaying modals in the single-table designer
🧹 Minor