Releases: Denny09310/tailwind-variants-dotnet
Releases · Denny09310/tailwind-variants-dotnet
0.2.9
0.2.8
chore: bump version, update CHANGELOG.md
0.2.8-preview.1
🚀 Features
- Added a way to access the collection from outside
- Handling type parameters for generic components
0.2.7
🐛 Bug Fixes
- Csproj nuget warnings
0.2.7-preview.4
🐛 Bug Fixes
- Reverted wrong modification to slots constraint
0.2.7-preview.3
⚙️ Miscellaneous Tasks
- Better logging, minor formatting
0.2.7-preview.2
🐛 Bug Fixes
- Cache AllNames array to avoid calling Enum.GetNames multiple times
- Added warning to Logger instead of silent exception
- Moved attribute to core library avoiding duplication
- Remove constraint on non-nullable slots class
⚙️ Miscellaneous Tasks
- Updated tests on generated code
- Minor fixes
0.2.7-preview.1
🐛 Bug Fixes
- Reversed inheritance for obsolete interface
⚙️ Miscellaneous Tasks
- Deprecated ISlotted, renamed to ISlottable
- Fixed project dependency on analyzer, removed EmbeddedAttribute
0.2.6
🐛 Bug Fixes
- Enforce modifiers on generated hierarchy, split generator in multiple files for better readability
0.2.5
🐛 Bug Fixes
- Slot enum types not fully qualified in XML doc