Skip to content

Releases: kevinjpetersen/BlazorQuery

BlazorQuery Alpha 0.0.3

21 May 19:33
Compare
Choose a tag to compare

Change log

  • Version 0.0.3 - 2021-05-01

    • Migrated to .NET 5 and updated all packages to .NET 5 versions
    • Some cleanup, such as moving BlazorQueryDOMHelpers to a new file
    • Fixed a bug where Height and Width on DOM element needed to be double
    • Added "href" to DOM element
  • Version 0.0.2 - 2020-07-29

    • Functionality added
      • Update projects to build with latest version of Blazor
      • Migration from blazor preview --> blazor release
      • Starting wrapping fadein and fadeout
      • New testapp to test with blazor webassembly, and refactoring to make common code between the 2 testaspp

BlazorQuery Alpha 0.0.1

09 Jul 02:31
Compare
Choose a tag to compare

Change log

  • Version 0.0.1 - 2019-07-09
    • Functionality added
      • Added Select (Equivalent to $/jQuery, to select elements)
      • Added AddClass, RemoveClass,
      • Added Height (Set & Get), Width (Set & Get)
      • Added Text (Set & Get)
      • Added CSS