We are excited to announce the release of Atlas v0.26 🎊
It's been about a month since our last release, and we're excited to announce that Atlas v0.26 is now available! In this release we are happy to introduce a new feature that has been requested by many of you: support for Entity Framework Core. As part of our ever going effort to improve the quality and coverage of our documentation, we have published a set of guides on testing database schemas and migrations as well as a new GORM Portal.
This features support for Bubble Tea's new focus-blur feature as well as a quality-of-life update to paginator. Enjoy!
Focus
You heard that right. Focus-blur window events are now enabled for textinput and textarea which were recently added to Bubble Tea v1.1.0. As long as WithReportFocus is enabled in your Program you'll automatically get nicer inputs.
To enable focus reporting:
p := tea.NewProgram(model{}, tea.WithReportFocus())
Remember to stay focused and hydrated!
Paginator opts
Speaking of functional arguments, paginator also received some some new quality-of-life startup options, courtesy @​nervo.
p := paginator.New(
paginator.WithPerPage(42),
paginator.WithTotalPages(42),
)
Of course, you can still set the values on the model directly too:
p := paginator.New()
p.PerPage = 42
p.TotalPages = 24
Happy paging!
Changelog
New!
d3bd075ed2b27a3b5d76bb79b5d1c928dcd780d0: feat(cursor): focus/blur support (#581) (@​caarlos0)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Bumps the gomod group with 4 updates in the / directory: ariga.io/atlas, github.com/charmbracelet/bubbles, github.com/charmbracelet/wish and github.com/mattn/go-sqlite3.
Updates
ariga.io/atlas
from 0.25.0 to 0.27.0Release notes
Sourced from ariga.io/atlas's releases.
... (truncated)
Commits
61e0bae
doc/website/blog: v0.27 release (#3083)32769b8
doc/md: add schema monitoring drift detection doc (#3082)119f9a5
.github/workflows: trigger on workflow update (#3088)dcf6b07
.github/workflows: trigger website build on update workflow file4532b3e
.github/workflows: node version for website build (#3087)f36bb70
doc/website: fix build issue (#3086)1116a67
doc/website: fix (#3085)96f33e0
doc/website: use-case-dropdown (#3084)2038891
doc/md: fix values.yaml in monitoring docs (#3080)038cb36
doc/md: fix typo in montioring docs (#3079)Updates
github.com/charmbracelet/bubbles
from 0.18.0 to 0.20.0Release notes
Sourced from github.com/charmbracelet/bubbles's releases.
... (truncated)
Commits
d3bd075
feat(cursor): focus/blur support (#581)6fc27e9
feat(deps): bump github.com/charmbracelet/bubbletea from 1.0.0 to 1.1.0 (#607)a163c6c
chore(lint): disable predeclared due to false positives72de4f4
chore(lint): update mnd name, remove deprecated directives3eaf8da
feat(deps): bump github.com/charmbracelet/bubbletea from 0.27.0 to 1.0.0 (#604)5110925
feat: Introduce paginator optionsf25096d
chore(lint): disable 'predeclared' linter235075a
feat: add HelpView to table as a conveniencec1d9f7d
feat(table): removeStyleFunc
+ add tests for table alignment (#586)549d076
chore: fix lintUpdates
github.com/charmbracelet/bubbletea
from 0.26.6 to 1.1.0Release notes
Sourced from github.com/charmbracelet/bubbletea's releases.
... (truncated)
Commits
e58efab
feat: support focus-blur events (#1122)a5437ac
feat(ci): use meta build workflow (#1123)c69bd97
fix: we don't initialize the terminal when using a nilRenderer (#1120)af7ec0e
chore(deps): bump github.com/charmbracelet/bubbles in /examples (#1104)105d88a
fix(ci): skip CI for examples/tutorials running go1.1817443d8
chore(deps): go mod tidyd6458e0
fix: force query the terminal bg before running any programsd6a19f0
fix: wrap ErrProgramKilled errorcae9acd
feat: set the program environment variables (#1063)7ddeec9
chore(deps): bump golang.org/x/sys from 0.23.0 to 0.24.0 (#1077)Updates
github.com/charmbracelet/lipgloss
from 0.12.1 to 0.13.0Release notes
Sourced from github.com/charmbracelet/lipgloss's releases.
... (truncated)
Commits
bb3e339
docs(README): match tree example alignment with list examplesbc0de5c
docs(README): make tree example match output185fde3
docs(README): update tree imagescf0a7c6
docs: fix tree screenshotfeb42a9
feat: move tree to root (#342)0618c73
feat(test): add test forJoinHorizontal
(#346)ed7f56e
docs: fixCompleteColor
example (#345)8a0e640
fix: remove unnecessary if87dd58d
chore: fix little typo in comment in go.modUpdates
github.com/charmbracelet/wish
from 1.4.0 to 1.4.3Release notes
Sourced from github.com/charmbracelet/wish's releases.
... (truncated)
Commits
80fd037
chore(deps): bump github.com/charmbracelet/bubbletea in /examples (#326)af481a8
chore(deps): bump github.com/charmbracelet/bubbletea (#327)7acab93
docs: fix broken link in examples readme (#323)35df53c
chore(deps): bump github.com/charmbracelet/bubbletea (#322)a686254
chore(deps): bump github.com/charmbracelet/bubbletea in /examples (#321)984a480
chore(deps): bump github.com/charmbracelet/x/ansi from 0.2.2 to 0.2.3 (#320)94788c7
fix(tea): query bg color654e657
fix: cmd should use the session stderr channel04eba59
chore: bump dependencies75f6e8c
fix: update codeownersUpdates
github.com/mattn/go-sqlite3
from 1.14.22 to 1.14.23Commits
846fea6
Update amalgamation code to 3.46.13c0390b
add support for libsqlite3 on z/OS18cdded
fix: some typosUpdates
github.com/muesli/termenv
from 0.15.2 to 0.15.3-0.20240509142007-81b8f94111d5Commits
Updates
golang.org/x/crypto
from 0.24.0 to 0.26.0Commits
5bcd010
go.mod: update golang.org/x dependencies3375612
ssh: add support for unpadded RSA signaturesbb80217
ssh: don't use dsa keys in integration tests6879722
ssh: remove go 1.21+ dependency on slicese983fa2
sha3: Avo port of keccakf_amd64.s80fd972
LICENSE: update per Google Legalf2bc3a6
x509roots/fallback/internal/goissue52287: deleted66d9c3
x509roots/fallback: update bundle9fadb0b
go.mod: update golang.org/x dependenciesa6a393f
all: bump go.mod version and drop compatibility shimsDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show