Web components#24
Conversation
tib
commented
Mar 6, 2026
- component basics
- component tests
- fix format
- fix readme
|
Hi, when will there be a release to use this new swift-html repo? |
|
I think we could start doing the beta cycle... I'm going to release some other brand new stuff today, I'll tag this one too. :) |
|
Hi @tib I started the migration and immediately run into an issue with a missing package target initializer 'init(dictionaryLiteral:)' is not available due to missing import of defining module 'OrderedCollections' .product(name: "OrderedCollections", package: "swift-collections"), .target( this is used in the AttributeStore import OrderedCollections Errors with OrderedDictionary if I am not wrong |
|
If this finding is correct, can you please publish a new beta? |
|
and one more finding it seems Style cannot be nested @builder i would need to add Style("[x-cloak] { display: none !important; }") as! FlowContent |
|
and last one then i will stop and wait first to see how you would like to deal with reported issues Link(rel: .preconnect) but apart from those smaller things first migration attempt went smooth and those are the immediate findings hope it helps & thanks for providing the web standards repo :-) |
|
Issues are now open, sorry about that. Would you mind moving those comments over? So we can discuss them properly. Many thanks 🙏 |