Releases: stars-one/common-controls
Releases · stars-one/common-controls
Release 2.3.5
Other Changes(其他变更)
- ✨ xUrlLink组件新增方法
- ✨ 新增toUnitStringNew和toUnitStringNewWithUnit方法
- 💡 补充方法注释
- 📝 新增toUnitStringNew和toUnitStringNewWithUnit方法的文档补充说明
Release 2.3.4
Other Changes(其他变更)
- ✨ 新增xCountDown倒计时按钮组件
- ✅ 新增xCountDown倒计时按钮组件测试
- 📝 新增xCountDown倒计时按钮组件使用
- ♻️ xCountDown更名为xCountDownBtn
- ✨ 新增xHighLightTextFlow关键字高亮文本组件
- ♻️ 优化xHighLightTextFlow代码逻辑
- ✅ 新增xHighLightTextFlow测试
- 📝 完善文档
Release 2.3.3
Other Changes(其他变更)
- 🐛 修复网络请求头拦截获取macos的版本号出现的异常问题
Release 2.3.2
Other Changes(其他变更)
- 📝 补充文档
- ✨ 增加long和int类型的前置补0的扩展方法
- 📝 补充文档
Release 2.3.1
Other Changes(其他变更)
- ✨ 新增扩展方法parseJsonToObject
- 🐛 调整get请求无需传参时候的末尾带?号导致接口调用失败问题
Release 2.3.0
Other Changes(其他变更)
- ✨ 网络请求工具类增加同步的api方法
Release 2.2.9
Other Changes(其他变更)
- 🐛 修复xtag的入参
- ✅ 测试xtag标签
Release 2.2.8
Other Changes(其他变更)
- ✨ 新增xTag标签
- 📝 新增xTag标签使用
Release 2.2.7
Other Changes(其他变更)
- ✨ 公开XRecyclerView里的containPane,方便进行样式调整
Release 2.2.6
Other Changes(其他变更)
- ✨ 新增保留几位小数的方法
- ✨ 新增parseJsonToList方法(将json字符串转为list)
- 📝 补充几个扩展方法的使用说明