User avatar
jsantos
Site Admin
Topic Author
Posts: 4407
Joined: 20 Jan 2012, 17:18
Contact:

Re: 💻 Studio Download (0.1.216-beta)

24 Apr 2025, 17:53

Beta 0.1.216
  • Styling category is now the first one in the properties panel
  • Improvements to resource property controls and added edit button to style/template properties
  • Updated all filters to use "Clear filter" text, and entry disabled when no filters are set (#4060)
  • Implemented ability to cancel grid definition resize by pressing ESC
  • Fixed: Crash pressing ESC while resizing grid definition (#BS580)
  • Fixed: Crash pressing ESC while editing a VisualTransition duration while in a scope from a different file (#BS588)
  • Fixed: Unable to edit a template locally defined in Style Setter when the Style itself is locally defined in an element
  • Fixed: Trying to edit Button.ContentTemplate from within Button.Template through the ContentPresenter (#BS554)
  • Fixed: Changing transform property for the first time doesn't apply the RenderTransformOrigin in the XAML code (#4084)
  • Fixed: Crash trying to rebuild the visual tree VM of an DataTemplate that isn't correctly applied, e.g. ListView Item DataTemplate (#BS574, #BS577)
  • Fixed: Crash trying to ensure the NodeObject of a resource (#BS575, #BS576)
  • Fixed: Crash trying to enter invalid item container style scope (#BS578, #BS579)
  • Fixed: Components don't show their dynamic properties when dragged into a DataTemplate
  • Fixed: Crash deleting keyframe after playing with the timeline (#4086, #BS587)
  • Fixed: Crash moving an element whose name is being edited in the navigator (#BS582)
  • Fixed: Crash entering a ControlTemplate scope to which a DependencyProperty is applied (#BS589, #BS590)
  • Fixed: Properties not updating in properties during Storyboard scrubbing (#4085)
 
User avatar
jsantos
Site Admin
Topic Author
Posts: 4407
Joined: 20 Jan 2012, 17:18
Contact:

Re: 💻 Studio Download (0.1.218-beta)

07 May 2025, 12:15

Beta 0.1.217
  • Property categories can be added/configured in the Noesis project file (#4061)
  • Property categories show Local and Style value counts
  • Property sub-categories have been removed
  • Added item count to Collection properties
  • Show Storyboard properties when selected in the Storyboards tab under the Animation panel
  • Added tooltip to binding values to get binding info before expanding
  • Fixed: Crash deleting a key frame after playing a Storyboard (#BS611)
  • Fixed: Crash updating animation with no key frames (#BS618, #BS619, #BS621)
  • Fixed: Crash pressing a key after trying to preview a video file
  • Fixed: Crash going back to a xaml document after trying to preview a video file (#BS622)
  • Fixed: Crash entering a scope whose resource can't be found (#BS633)
  • Fixed: Crash trying to (un)group Track or any other element that has navigator properties (#BS632)
  • Fixed: Crash having focus in Property TextBox while animating and trying to switch documents (#BS631)
  • Fixed: Crash on undo setting design size while editing a resource in a now closed document (#BS629)
  • Fixed: Invalid component generated when doing "Make into" while editing a template from another file
  • Fixed: "Make into component" not working until document reload
  • Fixed: Crash trying to "Make into Component/DataTemplate" root element of another template (#4109, #BS627)
  • Fixed: Text input is doubled after Control + Z (#4107)
  • Fixed: Crash trying to resize an element (#4114, #BS636)
  • Fixed: Crash closing a document including a MediaElement with UnloadedBehavior=Manual (#BS613, #BS625)
  • Fixed: Crash ungrouping in a Template (#BS638)
 
User avatar
jsantos
Site Admin
Topic Author
Posts: 4407
Joined: 20 Jan 2012, 17:18
Contact:

Re: 💻 Studio Download (0.1.218-beta)

07 May 2025, 12:16

Beta 0.1.218
  • Changed Properties panel category value indicators to small dots, which disappear when the property is expanded
  • Hide Style property when editing a Style
  • Fixed: Crash setting Style property while editing a Style (#BS640)
  • Fixed: Edit style/template button in resource property not working when resource is defined in a different closed document
  • Fixed: Crash changing color property in a gradient brush (#BS648)
  • Fixed: Crash when document was opened before being added to the Project (#BS644)
  • Fixed: Crash trying to animate again after undo of the first animation in visual state/transition (#4124, #BS650)
  • Fixed: ListBox ItemContainer Template can't be reverted to default template (#4129)
  • Fixed: Crash editing Path points while in a Style scope (#BS609, #4100)
  • Fixed: Crash trying to drag a Path created inside of ItemsControl (#BS608, #4101)
  • Fixed: Crash closing several documents in quick succession (#BS651)
  • Fixed: Crash trying to add an element to an invalid parent (#BS628)
  • Fixed: Crash trying to undo after importing SVG or pasting XAML into template root
  • Fixed: Crash when a TemplateScope fails to build the visual tree
  • Fixed: Crash editing templates with incorrect TargetType (#BS662)
  • Fixed: Crash clicking in another document when a resource filter is on (#BS664)
  • Fixed: "Import Assets..." not taking into account file name collisions (#BS655)
 
User avatar
jsantos
Site Admin
Topic Author
Posts: 4407
Joined: 20 Jan 2012, 17:18
Contact:

Re: 💻 Studio Download (0.1.219-beta)

08 May 2025, 12:05

Beta 0.1.219
  • Resource properties, and the resource expression editor, now show the assembly of the project for resources in referenced projects (#4089)
  • Fixed: Resource properties, and the resource expression editor, show duplicate resource keys
  • Fixed: Crash changing complex property object type in a Style (#BS675)
  • Fixed: Style gets deselected when changing a setter for which the element has local value
  • Fixed: Crash updating adorners after closing documents (#BS684-686)
  • Fixed: Crash trying to insert an element (#BS683)
  • Fixed: Template not updated when it's applied to an element through local Template value and through a Style Setter at the same time
 
User avatar
jsantos
Site Admin
Topic Author
Posts: 4407
Joined: 20 Jan 2012, 17:18
Contact:

Re: 💻 Studio Download (0.1.220-beta)

15 May 2025, 14:41

Beta 0.1.220
  • Store UTF8 characters as-is in .xaml files (#4001)
  • NavigatorDragBehavior tooltip is now clearer, with an improved message and styling (#4118)
  • Add ability to press Enter to change visual transition duration
  • Design data loading reports now errors and a single toast if anything failed
  • Minor tweaks to color picker and brush adorner
  • Fixed: Crash loading project data structure members with invalid Property.Type value (#BS690)
  • Fixed: Crash moving an asset referenced in one of the open documents while the current selected document isn't a XamlDocument (#BS672)
  • Fixed: Crash trying to set a name to Template/Style
  • Fixed: Storyboard becomes broken after changing duration of a visual transition, due to a division by zero (#BS671)
  • Fixed: Crash when editing a GridAdorner which has desynced (#BS637)
  • Fixed: Out of bounds access in ParentIndicatorAdorner when Row + RowSpan > number of rows/cols
  • Fixed: Updating Style.BasedOn, DataTemplate.DataType, etc... isn't working until a document reload (#3828)
  • Fixed: Crash changing DataTemplate.DataType on a sealed DataTemplate (#BS705)
  • Fixed: Resource preview on dropdown highlight not working
  • Fixed: Crash changing data structure property type when the data structure is inherited from elsewhere
  • Fixed: Crash trying to animate while in Style (#BS728)
  • Fixed: Crash trying to add a Trigger to an ItemsPanelTemplate (#BS723)
  • Fixed: Crash modifying Binding that's under collection property item (#BS719, #BS714, #BS715)
  • Fixed: Storyboard under a Style doesn't show keyframes in the Timeline Control
  • Fixed: Crash applying resource to a local-only property (like KeyFrame.Value) while animating (#BS729)
  • Fixed: Column/row definition size not properly serialized
  • Fixed: Crash undoing and then redoing drawing element in Stage after a document reload (#BS710, #BS711)
  • Fixed: Crash trying to clear a read-only reflection property like MultiBinding.Bindings (#BS725)
  • Fixed: Collection property's number of items not updated in certain scenarios
 
User avatar
jsantos
Site Admin
Topic Author
Posts: 4407
Joined: 20 Jan 2012, 17:18
Contact:

Re: 💻 Studio Download (0.1.222-beta)

27 May 2025, 14:02

Beta 0.1.222
  • Added "Invalid XAML" message when user tries to edit a XAML file with incorrect syntax (#BS748)
  • Moved Styles above Templates in the context menu
  • Hide unnecessary Translate tab for LayoutTransform
  • Fixed: Crash loading Storyboard with a KeyFrame with no KeyTime
  • Fixed: Crash pressing "Create keyframe" for StreamGeometry subproperties (#BS734)
  • Fixed: Resource property Create popup not populating resource dictionary destinations, leading to crash (#4156)
  • Fixed: GridAdorner executing commands out of order when add/remove a row/column while editing the value of a row/column
  • Fixed: Setting ImageBrush Source in a trigger setter (#BS682)
  • Fixed: Crash on resetting zoom of a document (#BS750)
  • Fixed: Crash renaming a data structure (#BS767)
  • Fixed: Crash after creating a new document and quickly pressing a key
  • Fixed: Crash trying to draw an element after trying to open a mp4 file (#BS775)
  • Fixed: Crash after moving an element to a ItemsControl with sys:String children (#BS780)
  • Fixed: Color resource applied locally in styles and trigger setters (#4188)
  • Fixed: Properties filter failing when switching between elements (#4187)
 
User avatar
jsantos
Site Admin
Topic Author
Posts: 4407
Joined: 20 Jan 2012, 17:18
Contact:

Re: 💻 Studio Download (0.1.223-beta)

29 May 2025, 18:31

Beta 0.1.223
  • Improvements to handling ListView control (#4065, #4121)
  • Fixed: Changing GridViewColumn.CellTemplate wasn't updating ListView
  • Fixed: Changing Image.Source while in a Setter (trigger) isn't serializing BitmapImage correctly
  • Fixed: Certain commands not generating prettier Uris (e.g. Setting Image.Source within Style would use assembly and scheme even when it's not needed)
  • Fixed: F2 key shortcut for renaming isn't working on elements and resources (#3847)
  • Fixed: Crash trying to serialize Style with a BasedOn on a Style which has a Key=Type (#BS814)
  • Fixed: Crash creating resources in GlobalResources.xaml after closing a document
  • Fixed: Crash trying to edit a template located in a broken ResourceDictionary document (#BS816)
  • Fixed: Crash when ResourceDictionary document is an invalid one (#BS823-825)
  • Fixed: Crash in ResourceDocument
  • Fixed: ResourceDocument preview breaks after deleting a resource
  • Fixed: Crash destroying TimeManager with animations active
  • Fixed: URI normalization missing during hot-reload (#3765)
  • Fixed: ContextMenu that was incorrectly added as logical child of an element could crash after setting IsOpen=True (#BS779, #BS796, #BS860, #BS867)
 
User avatar
jsantos
Site Admin
Topic Author
Posts: 4407
Joined: 20 Jan 2012, 17:18
Contact:

Re: 💻 Studio Download (0.1.224-beta)

06 Jun 2025, 14:12

Beta 0.1.224
  • Expand newly added item in Data collection properties
  • Add ability to hold spacebar to toggle Pan tool (#4198)
  • Sort element names alphabetically in the binding editor (#4215)
  • Fixed: Element visibility toggle not working in dummy template scopes (#4205, #4209)
  • Fixed: Dragging ContextMenu/ToolTip to a new parent isn't putting them inside of a property
  • Fixed: Crash getting value from a reflection property on an object that doesn't define the property (#BS874)
  • Fixed: Crash adding a child to GridRowPresenter Columns collection property (#BS898, #BS902)
  • Fixed: Crash pasting XAML in a ToolTip.ContentTemplate under a Item Template (#BS895)
  • Fixed: Pasting XAML doesn't properly detect all namespaces in the root tag
  • Fixed: Having tooltip selected in template and doing an action like changing a property would hide the tooltip
  • Fixed: Crash when clicking the brush adorner end handle, without dragging it (#BS932)
  • Fixed: Unable to edit template inlined in ItemContainerStyle's ContentTemplate setter
  • Fixed: Crash trying to paste animation XAML into a VisualState with no <Storyboard/> (#BS838)
  • Fixed: Crash trying to create an ItemContainerStyle for a ItemsControl with no items (#BS888)
  • Fixed: Crash drawing a path inside of an element which can host only one element (#BS935)
  • Fixed: Editing template in a ItemContainerStyle is broken (#BS915)
  • Fixed: Helper::MapObjectToNode not properly mapping binding expressions (#BS925)
  • Fixed: Crash accessing adorners when destroying the project
 
User avatar
jsantos
Site Admin
Topic Author
Posts: 4407
Joined: 20 Jan 2012, 17:18
Contact:

Re: 💻 Studio Download (0.1.227-beta)

12 Jun 2025, 18:54

Beta 0.1.225
  • Add ability to edit read only files & show a popup when user tries to save read only file
  • Added: While playing enter/exit fullscreen mode by pressing F11 key
  • Added Style TargetType and BasedOn hierarchy when editing style (#4062)
  • Improved PPAA antialiasing by mittering AA borders
  • Fixed: Crash trying to join path figures when they're not in order (#4224, #BS942)
  • Fixed: Crash trying to serialize a RelativeSource with unknown AncestorType (#BS910)
  • Fixed: Crash trying to ungroup a Border containing more than one element (#BS889)
  • Fixed: Crash trying to change element layout type in ItemsPanelTemplate when ItemsPanel is not in ScrollViewer (#BS909)
  • Fixed: Crash expanding the Binding tree in Binding editor (#BS901, #BS900)
  • Fixed: Crash editing ListBox item container template under a ToolTip (#BS897, #BS894, #BS891-90)
  • Fixed: Crash animating in a Storyboard with a Timeline with no TargetProperty (#BS884)
  • Fixed: Applying Style to an element through context menu while recording template trigger setter doesn't create a Setter
  • Fixed: GridAdorner definitions cannot be edited sequentially (#4235)
  • Fixed: Crash when UpdateLayout was called while updating animations
 
User avatar
jsantos
Site Admin
Topic Author
Posts: 4407
Joined: 20 Jan 2012, 17:18
Contact:

Re: 💻 Studio Download (0.1.227-beta)

12 Jun 2025, 18:55

Beta 0.1.227
  • Visual improvements to NoesisTheme ScrollBar
  • Fixed: Crash generating BasedOn property inheritance list (#BS978, #BS979, #BS981)
  • Fixed: (Un)grouping and adding/removing grid definitions completely messes up children layout properties
  • Fixed: Crash trying to change parent when invalid elements are present (#BS873/892/894)
  • Fixed: Crash trying to create keyframe for ListBox.SelectedValue when it points to a data object (#BS976)
  • Fixed: Renaming data property or structure deletes all related data (#4180)
  • Fixed: Style resource dropdown sometimes not showing resources (e.g. ItemContainerStyle property)
  • Fixed: Creating a Template from a vertically-orientated Slider breaks its functionality (#4239)
  • Fixed: Video in Manual mode not played when Source is set using Data binding (#4240)

Who is online

Users browsing this forum: No registered users and 2 guests