refactor!: remove deprecated references

This removes all the `NewModel` functions from all the bubbles and any
deprecated fields and types.
This commit is contained in:
Ayman Bagabas
2024-09-19 13:44:03 -04:00
parent 95541c2f51
commit 09242fdf67
6 changed files with 0 additions and 84 deletions
-5
View File
@@ -199,11 +199,6 @@ func New(opts ...Option) Model {
return m
}
// NewModel returns a model with default values.
//
// Deprecated: use [New] instead.
var NewModel = New
// Init exists to satisfy the tea.Model interface.
func (m Model) Init() (tea.Model, tea.Cmd) {
return m, nil