Page 2 of 6

Re: [BETA] NoesisGUI v3.0.0b4

Posted: 02 Apr 2020, 15:38
by Ringo
Beta works good so far!
Looking forward to try other platforms, macOS at least.

Re: [BETA] NoesisGUI v3.0.0b5

Posted: 03 Apr 2020, 12:34
by jsantos
Beta5 Released
  • Feature Added Reloaded event for hot-reloading scenarios.
  • Enhancement Performance and robustness improvements to XAML hot-reloading.
  • Enhancement Avoid initial animations for ToggleButton, TreeView and Expander in Noesis Theme.
  • Enhancement Improved performance of inherited properties.
  • Fixed Crash finding system fonts in macOS.
  • Fixed Data binding overwriting bound properties with default values (#1645).
  • Fixed C# ResourceDictionary Keys enumeration causing crash.
  • Fixed C# Missing types when loading additional assemblies.
  • Fixed C# Dispatcher operation not delivering exceptions to UnhandledException handler.

Re: [BETA] NoesisGUI v3.0.0b4

Posted: 03 Apr 2020, 12:34
by jsantos
Looking forward to try other platforms, macOS at least.
Thanks for the feedback! They are coming very soon!

Re: [BETA] NoesisGUI v3.0.0b6

Posted: 07 Apr 2020, 19:52
by jsantos
Beta6 Released
  • Fixed Some interactivity classes not working when setting properties after being attached.
  • Fixed Added missing Window events to C# (#1474).
  • Fixed C# Missing glyphs after reloading assemblies.

Re: [BETA] NoesisGUI v3.0.0b6

Posted: 07 Apr 2020, 20:27
by Ringo
btw, as for Interactivity, can you please add one more mapping for NoesisApp namespace in you xaml parser?
I am talking about "http://schemas.microsoft.com/xaml/behaviors",
It is a modern replacement for "http://schemas.microsoft.com/expression ... eractivity" and "http://schemas.microsoft.com/expression ... teractions".

I've had to follow "Steps to migrate" here to make my Blend 2019 work.
Noesis doesn't recognize this new namespace though, so I am currently rewriting headers on the fly in my Noesis::XamlProvider implementation.
Want to get rid of this hack.

Re: [BETA] NoesisGUI v3.0.0b6

Posted: 13 Apr 2020, 17:20
by sfernandez
Thanks for this info, we added the new namespace to our xaml parser and now you can use http://schemas.microsoft.com/xaml/behaviors to reference interactivity behaviors and triggers.
It will be available in the next beta.

Re: [BETA] NoesisGUI v3.0.0b7

Posted: 13 Apr 2020, 20:11
by jsantos
Beta7 Released
  • Enhancement Added placeholder texts to Login sample.
  • Enhancement Improved Providers tutorial with Hot-Reloading section.
  • Enhancement Added support for new behaviors namespace xmlns:b="http://schemas.microsoft.com/xaml/behaviors"
  • Enhancement Inspector Avoid passing mouse events to the application while using mouse selection.
  • Fixed Grid layout failing with span elements sometimes.
  • Fixed Incorrect frame interpolation with Duration greater than last frame time.
  • Fixed Emojis opacity support (#1651).
  • Fixed PlaySound renamed to PlayAudio to avoid conflicts with Win32 API (#1637).
  • Fixed Window using SizeToContent not centering content when display couldn't resize.

Re: [BETA] NoesisGUI v3.0.0b8

Posted: 16 Apr 2020, 20:48
by jsantos
Beta8 Released
  • Enhancement Improvements to Inspector:
    • Views identified by an index and shown as 0: MainWindow.xaml
    • Added buttons to show Glyph and Gradient internal textures.
    • Reorganized render stats.
    • Remove adorners when Inspector disconnects.
    • Reset Inspector toolbar buttons when target is disconnected.
  • Enhancement XamlPlayer exposing Content.xaml to Inspector to allow easy remote modifications.
  • Enhancement C# Added DisableInspector function.
  • Fixed DropShadowEffect ignoring alpha channel of Color property (as in WPF).
  • Fixed Disabled LCD rendering during offscreen generation.
  • Fixed Emoji rendering issue (#1657).
  • Fixed Unity Noesis_View_Update(...) Hard Locks Unity (#1653).
  • Fixed Unity Font preview crashing when launching Unity with empty scene.

Re: [BETA] NoesisGUI v3.0.0b9

Posted: 24 Apr 2020, 18:57
by jsantos
Beta9 Released
  • Unity Platform android-x86 no longer supported.
  • Enhancement PPAA: exposed PPAAIn and PPAAOut as XAML extensions (#1638).
  • Enhancement Improved performance for stroked paths.
  • Enhancement System fonts loading faster in iOS.
  • Enhancement Improvements to Inspector:
    • Better organization for performance counters.
    • Detect resource renames for reloading (to support Visual Studio).
    • Added buttons for showing glyph and ramp atlases.
    • FontFamily showing source URI.
    • Avoid showing duplicated attached properties.
    • Correct selection of TextBlock with Inlines.
    • Persist project path across sessions.
    • Previous value preserved when editing properties.
  • Fixed MemoryAccessViolation on XAML reloading (#1659)

Re: [BETA] NoesisGUI v3.0.0b9

Posted: 24 Apr 2020, 19:00
by jsantos
This is probably the latest beta, next one is first Release Candidate! 🎆