@indfnd/common-mobile 1.0.72 → 1.0.74
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +23 -0
- package/dist/ind-common-mobile.es.js +2506 -1065
- package/dist/ind-common-mobile.umd.cjs +12 -8
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,29 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [1.0.74](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/compare/v1.0.73...v1.0.74) (2026-04-02)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* 测试 ([8fff7f1](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/commit/8fff7f13d6f583ed3f077e02c83eea863c4b4e6d))
|
|
11
|
+
* 处理山东路由问题 ([b639282](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/commit/b6392826edff85760c83fa5dcd6bba828dbdf7b1))
|
|
12
|
+
* 处理山东路由问题 ([9927f4b](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/commit/9927f4b731f265dcaad491cf15c5c4102c39c14a))
|
|
13
|
+
* 复原代码 ([9b6cb8a](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/commit/9b6cb8abb2ccbcb43b58983a00ab4eefae3de1d4))
|
|
14
|
+
* 回滚 ([9d4d88e](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/commit/9d4d88ed655dcad5fa67c3f317fa48c95257b47e))
|
|
15
|
+
* 回退 ([b3f2a21](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/commit/b3f2a2190580988dd3aac5d3d3f4d784aff432a8))
|
|
16
|
+
* 企业微信跳转至正确路由 ([ccccfe2](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/commit/ccccfe24cfab374421f53cb2d04abef3f1b4c139))
|
|
17
|
+
* 添加路由跳转日志 ([c7e9758](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/commit/c7e97588ee73508b5242957fd86f8d527fdb8e8a))
|
|
18
|
+
|
|
19
|
+
### [1.0.73](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/compare/v1.0.72...v1.0.73) (2026-03-27)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Bug Fixes
|
|
23
|
+
|
|
24
|
+
* 更改图标配置获取方式 ([67007ae](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/commit/67007ae2476c152067e486c6a0b05748088bc06b))
|
|
25
|
+
* 更改图标配置获取方式 ([bd6865f](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/commit/bd6865f6d7c193f889c468f7c088f964216c0756))
|
|
26
|
+
* 更改图标配置获取方式 ([ed78262](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/commit/ed78262a2136bc716c14c20fa56d35d607022743))
|
|
27
|
+
|
|
5
28
|
### [1.0.72](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/compare/v1.0.71...v1.0.72) (2026-03-23)
|
|
6
29
|
|
|
7
30
|
### [1.0.71](http://git.inspur.com/imp-ec/ind-front/ind-common-mobile-front/compare/v1.0.70...v1.0.71) (2026-03-20)
|