Skip to content

Latest commit

 

History

History
287 lines (260 loc) · 23.7 KB

CHANGELOG.md

File metadata and controls

287 lines (260 loc) · 23.7 KB

1.0.4 (2021-04-16)

Features

  • 剔除 Babel/runtime-corejs3
  • 新增支持 webpack5 exports (a113f40)
  • toast 新增 showToast/hideToast api 名称透出

1.0.3 (2021-04-07)

Features

  • 补全类型声明 (1a913de)

  • 支持 api 维度构建,增加 _ext 扩展参数 (4c53d00)

  • 更新目录结构 (a37ec34)

  • 文档对接rax站点 (0899643)

  • @uni/alert@1.0.2

    • api 维度构建
    • 增加 _ext 扩展参数
    • 更新 types
  • @uni/action-sheet@1.0.2

    • api 维度构建
    • 增加 _ext 扩展参数
    • 更新 types
  • @uni/file@1.0.2

    • api 维度构建
    • 增加 _ext 扩展参数
  • @uni/application@1.0.2

    • api 维度构建
    • 增加 _ext 扩展参数
  • @uni/canvas@1.0.2

    • api 维度构建
    • 增加 _ext 扩展参数
  • @uni/accelerometer@1.0.2

    • api 维度构建
  • @uni/clipboard@1.0.2

    • api 维度构建
    • 增加 _ext 扩展参数
  • @uni/systemInfo@1.0.2

    • api 维度构建
  • @uni/toast@1.0.3

    • api 维度构建
    • 增加 _ext 扩展参数
  • @uni/loading@1.0.2

    • api 维度构建
    • 增加 _ext 扩展参数
  • @uni/element@1.0.2

    • api 维度构建
  • @uni/intersectionObserver@1.0.2

    • api 维度构建
  • @uni/confirm@1.0.2

    • api 维度构建
    • 增加 _ext 扩展参数
  • @uni/location@1.0.2

    • api 维度构建
    • 增加 _ext 扩展参数
  • @uni/image@1.0.2

    • api 维度构建
    • 增加 _ext 扩展参数
    • 更新 types
  • @uni/navigate@1.0.2

    • api 维度构建
    • 增加 _ext 扩展参数
  • @uni/request@1.0.2

    • api 维度构建
    • 增加 _ext 扩展参数
  • @uni/storage@1.0.2

    • api 维度构建
    • 增加 _ext 扩展参数
    • 更新 types

1.0.2 (2021-03-15)

Features

  • 升级apis 主包支持default 引入,修复types 提示 (5e2dfe9)

1.0.1 (2021-03-12)

Bug Fixes

  • scripts/build-plugin/rollup/build.js: 修复构建时丢失 babel 依赖的问题 (a6d6743)

  • env 依赖移到dep,修复大包 types 指向,修复部分 api bug (44bcc31)

  • @uni/file@1.0.1

    • 移除 @uni/env 的 peer 依赖
    • 修复 Promise 返回参数没有正确格式化的问题
  • @uni/application@1.0.1

    • 移除 @uni/env 的 peer 依赖
  • @uni/unitTool@1.0.1

    • 移除 @uni/env 的 peer 依赖
  • @uni/canvas@1.0.1

    • 移除 @uni/env 的 peer 依赖
  • @uni/accelerometer@1.0.1

    • 移除 @uni/env 的 peer 依赖
  • @uni/clipboard@1.0.1

    • 移除 @uni/env 的 peer 依赖
  • @uni/systemInfo@1.0.1

    • 移除 @uni/env 的 peer 依赖
  • @uni/toast@1.0.2

    • 移除 @uni/env 的 peer 依赖
  • @uni/loading@1.0.1

    • 移除 @uni/env 的 peer 依赖
  • @uni/element@1.0.1

    • 移除 @uni/env 的 peer 依赖
  • @uni/intersectionObserver@1.0.1

    • 移除 @uni/env 的 peer 依赖
  • @uni/confirm@1.0.1

    • 移除 @uni/env 的 peer 依赖
  • @uni/location@1.0.1

    • 移除 @uni/env 的 peer 依赖
  • @uni/image@1.0.1

    • 移除 @uni/env 的 peer 依赖
  • @uni/navigate@1.0.1

    • 移除 @uni/env 的 peer 依赖
    • 修复 back 的 types 提示
  • @uni/request@1.0.1

    • 移除 @uni/env 的 peer 依赖
  • @uni/storage@1.0.1

    • 移除 @uni/env 的 peer 依赖

Features

  • @uni/canIUse@1.0.1
    • 更新 @uni/system-info 的支持信息

BREAKING CHANGES

  • @uni/system-info@1.0.1 更新调用方式,加入异步调用方法

1.0.0 (2021-01-26)

Bug Fixes

Features