|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## 0.2.0 |
| 4 | + |
| 5 | +Alpha release. |
| 6 | + |
| 7 | +- Fix implicit mapping (#280) |
| 8 | +- Minor grammar edit (#283) |
| 9 | +- Finish Get started section (#274) |
| 10 | +- Manage ggsql kernel spec in Positron extension (#277) |
| 11 | +- Add animated linecharts to the background (#275) |
| 12 | +- Fix: global mappings silently dropped for stat geom aesthetics (#284) |
| 13 | +- Unify rule and linear layers (#252) |
| 14 | +- Send the ggsql REST binary to Valhalla (#286) |
| 15 | +- Add watermark icon to interactive editor (#279) |
| 16 | +- Ridgeline plot (#242) |
| 17 | +- Treat violin `side = 'both'` case correctly (#288) |
| 18 | +- (Non)Position aesthetics name formatting (#241) |
| 19 | +- Initial ODBC reader & integration with Positron connections pane and data viewer (#282) |
| 20 | +- Fix typo in pseudo_log description (#294) |
| 21 | +- Positron: improve execution of ggsql code (#296) |
| 22 | +- PLACE layers distinguish arrays for aesthetics vs arrays for parameters (#299) |
| 23 | +- Support multi-line text labels by splitting on newlines (#301) |
| 24 | +- Allow setting titles to null in LABEL (#302) |
| 25 | +- Boxplot width always uses bandwidth-expression instead of band (#291) |
| 26 | +- Variable width/color/opacity lines (#298) |
| 27 | +- Use 'transformation' rather than 'transform' for noun usage (#295) |
| 28 | +- Make sure syntax is current (#201) |
| 29 | +- Additional gallery examples (#293) |
| 30 | +- Improve legends when using line/path with `linewidth` (#308) |
| 31 | +- Add Quarto option to generate documentation for LLMs (#305) |
| 32 | +- Fix global mappings and aesthetic aliases in validation (#306) |
| 33 | +- Fix donuts (#309) |
| 34 | +- Proper bindings to rust library in R package (#281) |
| 35 | +- Move R package to own repo (#313) |
| 36 | +- Use parentheses for lists in grammar (#312) |
| 37 | +- Fix live editor output (#314) |
| 38 | +- Polish validation (#311) |
| 39 | + |
3 | 40 | ## 0.1.9 |
4 | 41 |
|
5 | 42 | Pre-alpha release. |
|
0 commit comments