Xamarin.Forms 1.3 introduces several new features including a new Application class, font properties, styles, triggers, behaviors, and enhancements to navigation. The Application class now supports application lifecycle methods, a MainPage property, and resource dictionaries. Fonts can now be specified via font family, size, and attributes instead of a single font property. Styles allow grouping of properties and resources. Triggers and behaviors add interactivity and functionality without subclassing. Navigation features like removing and inserting pages are added.