Releases: chitra-2d/chitra-d
Releases · chitra-2d/chitra-d
Release list
v0.6.1
What's Changed
- New feature: tables by @aravindavk in #60
- Exposed
ctx.colorcommand to generate Color object by @aravindavk in #61 - Template repo by @aravindavk in #62
Full Changelog: v0.6.0...v0.6.1
v0.6.0
What's Changed
- Expose the list of Named colors as
namedColors()command by @aravindavk in #50 - Added support to draw QR code in the given location by @aravindavk in #51
- Fix the text color when color is not specified while defining new style by @aravindavk in #52
- Make height of box as auto if not specified by @aravindavk in #53
- Added QR (New feature poster) example by @aravindavk in #54
- Added support for Page and Document variables by @aravindavk in #55
- Tinyview integration for Variables and Includes by @aravindavk in #56
- Animation by @aravindavk in #58
- Animation feature improvements by @aravindavk in #59
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
- Degrees and Radians helper functions by @aravindavk in #39
- Added image to the coordinate system doc by @aravindavk in #40
- Fix the background color issue when gray color was used by @aravindavk in #41
- Curves support by @aravindavk in #42
- Ref docs by @aravindavk in #43
- Point fixes and added the documentation by @aravindavk in #44
- Documentation moved to Github Wiki by @aravindavk in #45
- Text improvements by @aravindavk in #46
- Syntax highlight using Python Pygmentize CLI by @aravindavk in #47
- Fixed issue while drawing the transparent text when noFill was used by @aravindavk in #48
- Add support for Grid outlines by @aravindavk in #49
Full Changelog: v0.4.2...v0.5.0
v0.4.2
What's Changed
- Text Box and Overflow examples added.
- Type fixes for background and other functions.
- Docs added related to coordinate system and paper sizes.
- Box utilities added.
- Fix Box shift command.
- Change
textSizetofontSizeto avoid confusion with othertextSize. - Added
trianglecommand. blendMode,saveStateandrestoreStatecommands.strokeDashsupport added- Added support for
strokeCaporlineCap. - Added support for
strokeJoinorlineJoin. - Added sapphire blue color.
- Chitra logo script added.
- Fix the logo glitch for the letter
R(Chitra Logo). - Added support for drawing arcs.
- Add support for
angleModeforrotatecommand.
Full Changelog: v0.4.1...v0.4.2
v0.4.1
What's Changed
- Update Chitra version in Gallery examples by @aravindavk in #27
- Added support for image box by specifying width and height by @aravindavk in #28
- Text size by @aravindavk in #29
- Text box feature by @aravindavk in #30
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
borderandborderColorfunctions by @aravindavk in #12- Color Scale support (
0 - 1.0or0 - 255) added by @aravindavk in #13 - Add FOSS United as Sponsor by @aravindavk in #14
- Set size function by @aravindavk in #15
- Fix the Translate example by @aravindavk in #16
- Set the default color of text to Black by @aravindavk in #17
- Added Trafic signal example by @aravindavk in #18
- Scale example by @aravindavk in #19
- Add tint feature for images by @aravindavk in #20
- Fix image scale when output resolution changes by @aravindavk in #21
- Jekyll Project initialized (/docs) by @aravindavk in #22
- Jekyll collections by @aravindavk in #23
- feature:
ovalModeto chose modes for co-ordinates while drawing by @aravindavk in #24 - Dist by @aravindavk in #25
- Grid feature by @aravindavk in #26
Full Changelog: v0.3.0...v0.4.0
v0.3.0
- Fix
mmtopxconversion. - Fix dependencies issues in MacOS.
v0.2.0
- Add support to draw border.
- Remove stroke from
pointandpixeldrawing APIs. - Allow override one corner radius while drawing a rectangle.
- Disallow setting
widthandheightafter initialization. - Added FormattedString and text API
- Moved resolution settings to
saveAsfunction. - Change default measurements to
point(pt). - Added support for
100.px,10.ptwhile specifying the co-ordinates, size etc. - Added support for rendering PNG images (
image(PATH, x, y)). - Added functions to get image dimentions,
imageWidth(PATH),imageHeight(PATH)
andimageSize(PATH).imageSizereturns thestruct{double width, double height}.
v0.1.1
- Fixed measurements issues with multiple resolutions
- Fixed fill and stroke color defaults
- Fixed the issue with
noStroke.