Version 0.8

In this release we add an initial implementation of responsive
 images using the srcset and sizes attributes on the img tag.
 
 We also improve the oEmbed code for embedding tweets.
 -----BEGIN PGP SIGNATURE-----
 
 iJUEABMKAB0WIQSEGbWh2ITK9LCvj7MbLHavsWyFmwUCWb0IEgAKCRAbLHavsWyF
 m8B9AX9wl2GdhaWUFpOv/lcE+/+V/4badWgtkRbPX9LBpaZNVP5oUuf477JmvMzw
 nq5IkbEBgM1eFpc5MtxO9xRgevasxrH7qVtVw2QOabOH5dcYBFKvBssFSzraSLRa
 gRcD/mVHnw==
 =3C1N
 -----END PGP SIGNATURE-----

Merge tag 'v0.8' into develop

Version 0.8

In this release we add an initial implementation of responsive
images using the srcset and sizes attributes on the img tag.

We also improve the oEmbed code for embedding tweets.
This commit is contained in:
Jonny Barnes 2017-09-16 12:16:41 +01:00
commit 2e7c3bddb6

View file

@ -1,6 +1,6 @@
# Changelog
## Version {next}
## Version 0.8 (2017-09-16)
- Improve embedding of tweets (issue#66)
- Allow for “responsive” images (issue#62)