2.1.1 ParticleSystem wrong color and size

Since 2.1.1 Cocos Creator handles particles in some different way. Particles created in 2.1.0 changed their color and size. Is it a bug or I need to change some ParticleSystem properties to bring it to it’s normal state? Particles was originally created in Particle Designer
Here is example of how it looks in 2.1.0 https://github.com/asimaruk/cc-2.1.1-particles-color-issue/raw/master/particles-2.1.0.png
And in 2.1.1 https://github.com/asimaruk/cc-2.1.1-particles-color-issue/raw/master/particles-2.1.1.png
And a whole project to reproduce https://github.com/asimaruk/cc-2.1.1-particles-color-issue

Thanks