mirror of
https://github.com/mum4k/termdash.git
synced 2026-04-27 03:15:55 +03:00
[PR #177] [MERGED] Release v0.8.0 #238
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#238
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/177
Author: @mum4k
Created: 3/30/2019
Status: ✅ Merged
Merged: 3/30/2019
Merged by: @mum4k
Base:
master← Head:release-0-8-0📝 Commits (10+)
cc460d4Fixing one typo and adding two missing error checks.50c00a2Moving fakewidget to the internal subdirectory.80843aeMerge pull request #157 from mum4k/api-docs54c5dffFactoring the line wrapping logic out of the text widget.61aca3fRemoving Text's dependency on wrap.Needed.87cab66Simplifying the text widget.f102632Implementing AtWords wrapping mode.c43e453Text validation moved to the wrap package.2742487The text widget now wraps at words.4465dceWait for subscribers to process events.📊 Changes
56 files changed (+6128 additions, -1341 deletions)
View changed files
📝
.travis.yml(+1 -1)📝
CHANGELOG.md(+31 -1)📝
README.md(+4 -2)📝
container/container.go(+255 -96)📝
container/container_test.go(+1445 -517)📝
container/draw.go(+15 -3)📝
container/draw_test.go(+301 -2)📝
container/focus.go(+25 -3)📝
container/focus_test.go(+8 -0)➕
container/grid/grid.go(+268 -0)➕
container/grid/grid_test.go(+754 -0)📝
container/options.go(+386 -22)📝
container/traversal.go(+28 -0)📝
container/traversal_test.go(+60 -0)➕
doc/images/termdashdemo_0_8_0.gif(+0 -0)📝
doc/images/textdemo.gif(+0 -0)📝
internal/area/area.go(+57 -0)📝
internal/area/area_test.go(+303 -0)📝
internal/canvas/buffer/buffer.go(+14 -0)📝
internal/canvas/buffer/buffer_test.go(+53 -6)...and 36 more files
📄 Description
[0.8.0] - 30-Mar-2019
Added
iteratively as repetitive Elements, Rows and Columns.
Changed
observed value capacity the last time Draw was called.
develop their own widgets.
container is unlocked so that widgets can trigger dynamic layout changes.
Fixed
not just received them.
i.e. when the terminal size increased.
external mutation of the values passed into them by copying the data they
receive.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.