Releases: ampslabs/smart-refresher
Releases · ampslabs/smart-refresher
Release list
v1.0.0
What's Changed
- Feature/wasm support by @saurabhsharma2u in #12
- Add GlassHeader indicator with frosted-glass UI, arc painter, tests and example by @saurabhsharma2u in #13
Full Changelog: v0.2.0...v1.0.0
v0.2.0
What's Changed
- Working example by @saurabhsharma2u in #4
- Harden CI and add refresh lifecycle coverage by @saurabhsharma2u in #2
- Add Material3Header indicator by @saurabhsharma2u in #5
- Add iOS 17 refresh header by @saurabhsharma2u in #6
- Add skeleton footer indicator by @saurabhsharma2u in #7
- Add indicator theming APIs by @saurabhsharma2u in #3
- Revamp demo app showcase by @saurabhsharma2u in #8
- Implement accessibility semantics for all indicators by @saurabhsharma2u in #9
- Feature/wasm support by @saurabhsharma2u in #10
Full Changelog: v0.1.0...v0.2.0
v0.1.0
0.1.0
- Initial Fork Release: Rebranded package as
smart_refresherand initialized maintained fork release line. - Documentation & Localization:
- Added comprehensive English documentation comments to all public members.
- Translated all source code comments and header timestamps from Chinese to English.
- Fully localized the example application UI and developer comments into English.
- Enabled and fulfilled
public_member_api_docs,comment_references, and other documentation lint rules.
- Bug Fixes:
- Resolved a state transition bug in "Two-Level" (Second Floor) mode where layout compensation incorrectly triggered premature closure.
- Fixed a compilation error caused by an invalid
constinstance field inSmartRefresher. - Improved type safety for callbacks and
Futurereturn types to comply withstrict-raw-types.
- Infrastructure:
- Updated CI configuration to trigger on pushes to the
mainbranch. - Fixed various analyzer warnings and improved codebase consistency.
- Added
SECURITY.mdand Mintlify-style documentation indoc/.
- Updated CI configuration to trigger on pushes to the