Skip to content

Releases: RiversideValley/Toolkit

v1.0.6

13 Oct 09:37
Compare
Choose a tag to compare

πŸ’ Ladies and gentlemen, the moment you've all been waiting for:

CrimsonUI is now production-ready!
Well, it was already before, but I've finalised the structure and (mostly) migrated the styles!
Feel free to use Crimson in your apps now that it's ready πŸ₯³

πŸ“‹ What's changed

  • Code cleanup
  • Moved dictionary template into root
  • Organised style structure
  • Included target component names in behaviours

Full Changelog: v1.0.5...v1.0.6

v1.0.5

13 Oct 08:55
Compare
Choose a tag to compare

πŸŽ‰ Migration complete!

Finally finished migrating the styles into individual files! Now to separate them even better.

πŸ“‹ What's changed

  • Migrated crimson menu bar item
  • Migrated old crimson toolbar button
  • Migrated Zippy toggle
  • Migrated delete red button
  • Migrated navigation view item
  • Migrated crimson navigation view item presenter style when on left pane (wheeze that's a tongue twister)

and many more changes! (all by me, @Lamparter)

Full Changelog: v1.0.4...v1.0.5

v1.0.4

13 Oct 08:30
Compare
Choose a tag to compare

πŸ” Not much different?

No, just doing the same thing - migrating styles over and over - wow @IviriusMain and ChatGPT must have done a lot of work to make it the styles!

πŸ“‹ What's changed

  • Migrated crimson text box
  • Migrated accent button
  • Migrated theme switch
  • Migrated desired toggle switch
  • Migrated tab view item
  • Migrated tab view
  • Migrated crimson toolbar dropdown button
  • Migrated crimson toolbar toggle button
  • Migrated old crimson toolbar toggle button
  • Migrated crimson toolbar button

and many more changes! (all by me, @Lamparter)

Full Changelog: v1.0.3...v1.0.4

v1.0.3

13 Oct 08:06
Compare
Choose a tag to compare

πŸ‘‹ Hello again!

I know, lots of releases in quick succession! Well, my friend, that's because I'm working hard to get Crimson UI up and running, so lots of changes in a short space of time!

πŸ“‹ What's changed

and many more changes!

Full Changelog: v1.0.2...v1.0.3

v1.0.2

13 Oct 07:32
Compare
Choose a tag to compare

Just a small patch to fix the problem with the resource dictionaries not being exported in the package, that's all!

πŸ“‹ What's changed

  • Fixed resource dictionary problem by @Lamparter
  • Added resource dictionary template for easily creating styles by @Lamparter

Full Changelog: v1.0.1...v1.0.2

v1.0.1

13 Oct 06:55
Compare
Choose a tag to compare

😁 Nothing to see here, move along!

The second release of Crimson!
Far smaller as of the changes, this version lacks quite the same version bump as the previous. However, there are still a few noticeable things!

πŸ“‹ What's changed

  • Some styles have been separated into individual resource dictionaries, allowing you to use them individually: (by me, @Lamparter)
    • Button
    • DropDownButton
    • HyperlinkButton
    • RepeatButton
    • ToggleButton
<ResourceDictionary Source="ms-appx:///Crimson/Styles/*.xaml" />
  • Our first control! OpacityMaskView appeared, (credit goes to @cnbluefire), along with RedirectVisualView.
  • The controls from Ivirius.UI.Controls are now in the Toolkit! Apps that previously consumed that library are encouraged to use this one instead. (thanks to @errortek for making them in the first place!)
  • UserControl style controls from the old library are here now as well!
  • The generic theme style has been ported.
  • Legacy Ivirius branding has been added in the Assets/Branding directory (new branding will be there soon as designed by @IviriusMain)

Full Changelog: v1.0.0...v1.0.1

🚨 Update

Unfortunately due to a corruption with the .NET SDK on my computer I cannot build the assembly. This version may not be available on NuGet immediately.

🚨 Yet another update

Turns out I was being stupid, I even went to reinstall Visual Studio but realised it was a problem with my eyes and I had typed the version identifier's XML element wrong....

🚨 YET ANOTHER UPDATE (AGAIN)

image

NuGet Package Explorer kindly informed me that I'd forgotten to set MSBuild:Compile and Page build types to half the styles, so they're completely broken. Will release a fix, v1.0.2, soon.

v1.0.0

12 Oct 11:12
Compare
Choose a tag to compare

πŸ‘‹ Hey there!

It's the first release of CrimsonUI on GitHub!
Crimson is also now available on Nuget. (bear in mind that Crimson.Toolkit is listed not listed under the same pattern as the name is reserved)

To the future of styling WinUI3 apps! 🍻

Full Changelog: https://github.com/IviriusCommunity/Crimson/commits/v1.0.0