You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

3.6 KiB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2.2.1 (2020-04-21)

Bug Fixes

  • add useCallback to initialState methods (96c43af)

2.2.0 (2020-03-24)

Bug Fixes

  • prevent unexpected undefined value passed to subsequent process (#122) (a1b1f58)

Features

2.1.8 (2020-03-20)

Note: Version bump only for package @umijs/plugin-initial-state

2.1.7 (2020-03-18)

Note: Version bump only for package @umijs/plugin-initial-state

2.1.6 (2020-03-18)

Bug Fixes

2.1.5 (2020-03-06)

Bug Fixes

  • app.ts validate ast failed (765da7e)

2.1.4 (2020-03-06)

Bug Fixes

  • es-module-lexer import problem (8fb6db5)

2.1.3 (2020-03-05)

Bug Fixes

2.1.2 (2020-02-26)

Bug Fixes

  • plugin-initial-state: no path deps in runtime (427dc32)

2.1.1 (2020-02-23)

Bug Fixes

2.1.0 (2020-02-17)

Bug Fixes

  • initial-state does not import (#36) (307349e)
  • make preset-react and example work (682dacf)

Features