|
2 | 2 |
|
3 | 3 | The CodinGame SDK is regularly updated and improved. This document lets you know what changed in the latest releases. |
4 | 4 |
|
| 5 | +## Next version |
| 6 | + |
| 7 | +### New features |
| 8 | + |
| 9 | +- [BitmapText](playground/graphics/graphics-text#BitmapText) have been added. |
| 10 | +- [Text](playground/graphics/graphics-text#Text) can be bold. |
| 11 | +- Shapes now have a blendmode property. |
| 12 | + |
| 13 | +### Bug fixes |
| 14 | + |
| 15 | +- Subfolders of the asset folder are working on windows now. |
| 16 | +- The frame zero has now a duration of zero |
| 17 | +- The [SpriteSheetLoader](playground/graphics/graphics-spritesheet#Using the SpriteSheetLoader) doesn't reload the SpriteSheet if it's already in the TextureCache. |
| 18 | +- The local player now uses the parameters stored in the LocalStorage. |
| 19 | +- Removed the max turn warning, since it's replaced by a limit of alloted time. |
| 20 | +- Better process cleanup. |
| 21 | +- Fixed security issue (ZipSlip bug). |
| 22 | +- Fixed the minimum max time alloted to players (now it really is 50ms). |
| 23 | + |
| 24 | + |
| 25 | +## 2.15 |
| 26 | +*November 29, 2018* |
| 27 | + |
| 28 | +### Bug fixes |
| 29 | + |
| 30 | +- Frame zero is not animated anymore. |
| 31 | +- Less spam warnings. |
| 32 | + |
| 33 | +## 2.14 |
| 34 | +*October 30, 2018* |
| 35 | + |
| 36 | +### New features |
| 37 | + |
| 38 | +- Limited the max total alloted time to the players to 25s. |
| 39 | +- SpriteAnimation now a has reworked API and a pause function. |
| 40 | + |
| 41 | +### Bug fixes |
| 42 | + |
| 43 | +- Better error handling. |
| 44 | +- Reworked the commit system, fixing some big issues and reducing data usage. |
| 45 | + |
| 46 | +## 2.11 |
| 47 | +*September 14, 2018* |
| 48 | + |
| 49 | +### Bug fixes |
| 50 | + |
| 51 | +- Fixed BufferedGroup performance issues. |
| 52 | +- Better handling of modules errors. |
| 53 | + |
| 54 | +## 2.9 |
| 55 | +*August 21, 2018* |
| 56 | + |
| 57 | +### New feature |
| 58 | + |
| 59 | +- Local test page design now matches the website one |
| 60 | + |
| 61 | +## 2.8 |
| 62 | +*August 9, 2018* |
| 63 | + |
| 64 | +### Bug fixes |
| 65 | + |
| 66 | +- Reworked the Test case API. |
| 67 | +- Fixed some WEBGL memory leaks. |
| 68 | + |
| 69 | +## 2.7 |
| 70 | +*August 1, 2018* |
| 71 | + |
| 72 | +### Bug fixes |
| 73 | + |
| 74 | +- Handling the abscence of logo in the demo. |
| 75 | +- Limiting the size of the game summary. |
| 76 | + |
| 77 | +## 2.5 |
| 78 | +*July 6, 2018* |
| 79 | + |
| 80 | +### New feature |
| 81 | + - Game Params are now displayed in the local test page. |
| 82 | + |
5 | 83 | ## 2.4 |
6 | 84 | *June 25, 2018* |
7 | 85 |
|
|
0 commit comments