Routecontroller data backward incompatible with meteor 1.1 and meteor 1.2?

The app works fine with meteor 1.0. However, when upgraded with 1.1 or 1.2, the data field in route controllers cannot reach the template. For example, for the original boilerplate, /dashboard template cannot see any items passed from the controller data field. Please help.