mirror of
https://github.com/mum4k/termdash.git
synced 2026-04-27 03:15:55 +03:00
[PR #217] [MERGED] Release v0.10.0 #262
Labels
No labels
bug
cleanup
enhancement
enhancement
enhancement
good first issue
help wanted
help wanted
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/termdash#262
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mum4k/termdash/pull/217
Author: @mum4k
Created: 6/5/2019
Status: ✅ Merged
Merged: 6/5/2019
Merged by: @mum4k
Base:
master← Head:release-0-10-0📝 Commits (10+)
560aef6Add linechart y-axis value formatter option API7157a07Add formatter support to linechart internal Value type135edd4Add formatted values creation if the scale has a value formatter asigned7571889Use the y-axis value formatter option on y-axis internal propertiese9b4ba3Guarantee some spacing between donut and its label.3dce1b3Undo changes to the donut demo.457ce10Updating CHANGELOG.98b23ecText area no longer needs to be adjusted.662382eMerge pull request #196 from mum4k/donut-label-spacing0ef8750Fixing lint issues found on Go report card.📊 Changes
45 files changed (+3098 additions, -425 deletions)
View changed files
📝
.travis.yml(+4 -1)📝
CHANGELOG.md(+26 -1)📝
container/container.go(+7 -0)📝
container/container_test.go(+91 -0)📝
container/grid/grid.go(+156 -23)📝
container/grid/grid_test.go(+244 -6)📝
container/options.go(+55 -7)📝
doc/images/segmentdisplaydemo.gif(+0 -0)📝
internal/alignfor/alignfor.go(+9 -1)📝
internal/alignfor/alignfor_test.go(+6 -0)📝
internal/area/area.go(+39 -7)📝
internal/area/area_test.go(+108 -0)➕
internal/segdisp/dotseg/attributes.go(+117 -0)➕
internal/segdisp/dotseg/attributes_test.go(+56 -0)➕
internal/segdisp/dotseg/dotseg.go(+238 -0)➕
internal/segdisp/dotseg/dotseg_test.go(+602 -0)➕
internal/segdisp/dotseg/testdotseg/testdotseg.go(+37 -0)➕
internal/segdisp/segdisp.go(+90 -0)➕
internal/segdisp/segdisp_test.go(+170 -0)📝
internal/segdisp/sixteen/attributes.go(+16 -31)...and 25 more files
📄 Description
v0.10.0 - 5-Jun-2019
Added
time.DurationbasedValueFormatterfor theLineChartY-axis labels.ValueFormatterfor theLineChartY-axis labels.ValueFormatterfor theLineChartY-axis labels.container.SplitOptionthat allows fixed size container splits.gridfunctions that allow fixed size rows and columns.Changed
LineChartcan format the labels on the Y-axis with aValueFormatter.SegmentDisplaycan now display dots and colons ('.' and ':').Donutwidget now guarantees spacing between the donut and its label.ensure both Termdash and its dependencies use pure Go.
Fixed
Textwidget was incorrectly passingmath.MaxUint32as an int argument.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.