Skip to content

Release Notes

Dave Grochocki edited this page Dec 31, 2019 · 1 revision

Please refer to project releases for the latest release notes.


Version 3.2
- VS2019 support - Package gets loaded dynamically when opening a XAML file
- Bug fixes

Version 3.1
- Bug fixes

Version 3.0
- Added VS2017 support
- Add right-click option in Xamarin Forms
- Bug fixes

Version 2.4
- Add right-click option in Xamarin Forms
- Bug fixes

Version 2.3
- Added settings per project/solution
- Added First-Line Attributes option
- Added command-line utility
- Changed default settings
- Bug fixes

Version 2.2
- Adds Option to Remove Design-Time References
- Adds First Line Attributes
- Adds VSMReorderService
- Added support for external configurations; ability to reset to default
- Fix issue #13: Wildcards broken after ":, *" attribute ordering rule group
- Set VS debug environement for F5 deploy of plugin under test
- Fix issue #19: Format XAML error "<" ">"
- Implement #5: Configurable tab/space attribute indentation.
- Merged pull request
- Maintenance and Cleanup

Version 2.1
- Switch to .NET 4.5.2
- New MarkupExtension Parser
- Fix VS2013 bug
- Fixed attribute indentation
- Blend Support
- Fixed Attribute Ordering Rule Groups not serialized
- Fixed mixed tabs/spaces

Version 2.0
- Added VS "15" Preview support
- Bug fixes unnecessary blank line is generated when there is a comment
- Supporting last '#region' & '#endregion' tags in XAML
- Thickness formatting
- Comment spacing
- Significant space handling
- Root attribute handling
- Settings redesign
- Fix markup extensions bugs #15 and #53
- Honor xml:space="preserve"
- View all pull requests
- Improve CDATA handling and fix #55

Version 1.6
- Added 2 options to keep Binding and x:Bind statements on the same line
- Added option to remove space before closing tag
- XAML comments are being kept with their element
- Fix KeepFirstAttributeOnSameLine

Version 1.5
- Reordering for Setters
- Group attributes by rule group

Version 1.4.2
- Fix Property elements cannot be in the middle of an element's content bug

Version 1.4.1
- Comments no longer get formatted
- Added setting for root element attribute formatting

Version 1.4
- Added Xamarin support
- Fix for Content of element is changed when using encoded Unicode
- Added setting to disable ordering attributes by name

Version 1.3.6
- Fixed empty line in Grid bug

Version 1.3.5
- Added support for Visual Studio 2015
- Fixed CDATA bug
- Fixed bug when parsing XAML that has bindings set to Grid.Row or Grid.Column

Version 1.3.3
- Fixed a bug with Binding statement to Canvas attached properties

Version 1.3.2
- Fixed empty line in Canvas bug

Version 1.3.1
- Fixed a bug with Canvas children reorder

Version 1.3
- Added Canvas children ordering
- Added styler options for Grid/Canvas children reorder
- Take user options for panel children order into account
- Ensure correct attribute handling for nested elements
- Ensure package Execute uses new formatting process
- Unit tests for grid/canvas children reorder
- Use parallel processing when multiple files are affected

Version 1.2
- Added x:Uid to key group

Version 1.1
- Fixed a bug with Segoe UI Symbol

Version 1.0
- Recompiled for Visual Studio 2013
- Cleaned up some code, mostly syntax