Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions packages/naked_ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 1.0.0-beta.6

### Fixes

- Make `NakedTextField` honor ambient `DefaultSelectionStyle` cursor and
selection colors, including context-resolved `CupertinoDynamicColor`
variants, while preserving explicit cursor precedence, focus gating, and
platform fallbacks.

### Maintenance

- Point package metadata at the canonical `conceptadev/naked_ui` repository.

## 1.0.0-beta.5

### Breaking changes
Expand Down
8 changes: 4 additions & 4 deletions packages/naked_ui/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: naked_ui
description: A library of behavior-first UI components for Flutter that separate state from presentation.
repository: https://github.com/btwld/naked_ui
documentation: https://docs.page/btwld/naked_ui
issue_tracker: https://github.com/btwld/naked_ui/issues
repository: https://github.com/conceptadev/naked_ui
documentation: https://docs.page/conceptadev/naked_ui
issue_tracker: https://github.com/conceptadev/naked_ui/issues
license: BSD-3-Clause
version: 1.0.0-beta.5
version: 1.0.0-beta.6
resolution: workspace

environment:
Expand Down
Loading