更新记录

0.0.1(2026-03-09)

变更日志 / Changelog

本项目的所有显著变更都记录在此文件中。 All notable changes to this project are documented in this file.

格式遵循 Keep a Changelog,版本控制遵循 语义化版本 (Semantic Versioning)。 The format follows Keep a Changelog, and versioning follows Semantic Versioning.

[0.2.0] - 2026-03-09

新增 / Added

  • Calendar: Added lunar support with built-in calendar.js algorithm (Lunar date, Solar Terms).
    • 日历组件:新增 lunar 属性,支持内置的农历算法(显示农历日期、节气)。
  • Calendar: Added solar-festival and lunar-festival props for built-in festival display.
    • 日历组件:新增 solar-festivallunar-festival 属性,支持内置的公历/农历节日显示。
  • Calendar: Added placement prop to support bottom, top, left, right, and center popup positions with animations.
    • 日历组件:新增 placement 属性,支持 bottom (默认)、topleftrightcenter 五种弹窗方向及动画。
  • Calendar: Added scroll-y mode for vertical continuous scrolling view (like Wot UI).
    • 日历组件:新增 scroll-y 模式,支持纵向连续滚动视图(类似 Wot UI 风格)。
  • Calendar: Added formatter prop for custom day cell rendering.
    • 日历组件:新增 formatter 属性,支持自定义日期单元格渲染。
  • Calendar: Added before-confirm prop for async validation before closing popup.
    • 日历组件:新增 before-confirm 属性,支持关闭前的异步校验。
  • Calendar: Added comprehensive disabled controls (disabled, left-disabled, right-disabled, center-disabled) and custom styles.
    • 日历组件:新增全方位的禁用控制(全局/过去/未来/今天),并支持自定义禁用样式和类名。
  • Calendar: Added markers prop to support dot indicators on specific dates (timestamps/strings/objects).
    • 日历组件:新增 markers 属性,支持在日期上显示打点标记(支持时间戳、日期字符串或自定义颜色对象)。
  • Calendar: Added max-range and range-prompt props to limit the maximum selectable days in range mode.
    • 日历组件:新增 max-rangerange-prompt 属性,支持限制范围选择的最大天数并自定义提示文案。
  • Event: Added timestamp, lunarFestival, and solarFestival fields to event payloads.
    • 事件数据:新增 timestamplunarFestivalsolarFestival 字段。
  • Added a release packaging script for repeatable artifact generation.
    • 新增发布打包脚本,用于生成可复现的制品。
  • Added release verification command to validate version and changelog consistency.
    • 新增发布校验命令,用于验证版本和变更日志的一致性。
  • Added download entry and installation guide for package artifact usage.
    • 新增下载入口和本地包安装指南。

变更 / Changed

  • Updated plugin version to 0.2.0.
    • 更新插件版本至 0.2.0
  • Improved popup animation and styling for different placements.
    • 优化了不同弹窗方向的动画和样式表现。

[0.1.0] - 2026-03-08

新增 / Added

  • Added minimal uni-app plugin structure, API, and initialization flow.
    • 新增最小化 uni-app 插件结构、API 和初始化流程。
  • Added multi-platform detection and degraded fallback behavior.
    • 新增多端环境检测及降级兜底行为。
  • Added minimal example page for import and runtime validation.
    • 新增最小化示例页面,用于导入和运行时验证。

平台兼容性

MIT License

Copyright (c) 2026 uni-pluis

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

隐私、权限声明

1. 本插件需要申请的系统权限列表:

2. 本插件采集的数据、发送的服务器地址、以及数据用途说明:

插件不采集任何数据

3. 本插件是否包含广告,如包含需详细说明广告表达方式、展示频率:

暂无用户评论。