Added first version of view state support with adding a CurrentStateWaypoint, additionally to the default SelectedChildWaypoint. Previously, state within components using Flex view states needed to be synchronized manually with the navigation library (such as shown in example and documentation for parallel navigation support). This feature adds a Waypoint implementation for view states in order to simplify the usage. View NavigationTest for an example.