Commit Graph

9 Commits

Author SHA1 Message Date
Hengchang Lu fda00a6b72
Fix: pages/index.jsx has error when enable store (#4556)
* feat: update example

* fix: index page store error

* chore: example

* chore: format
2021-08-19 10:47:34 +08:00
Hengchang Lu 51af9c37d3
feat: upgrade @ice/store (#4451)
* refactor: plugin-store

* chore: version

* fix: not use PROJECT_TYPE

* chore: update example

* fix: ci

* chore: update example

* fix: ci

* chore: version and changelog

* chore: version

* fix: store dir

* feat: support reset page state

* chore: version

* fix: remove getPageModelPath

* fix: tempPath
2021-07-12 16:32:55 +08:00
ClarkXia 0ba91458af
chore: deprecate packages and api (#4452)
* chore: deprecate packages and api

* fix: upgrade copy-webpack-plugin

* chore: dependencies

* fix: remove deprecate api call

* fix: revert copy-webpack-plugin upgrade

* feat: upgrade copy-webpack-plugin

* fix: noErrorOnMissing for copy plugin
2021-07-12 14:46:03 +08:00
Rhuzerv afb2178290
feat: improve router configuration (#4364)
* feat: add centre2Comp function

* fix: clear unused log

* fix: lazy load components

* fix: adapted loadable components

* fix: set loadable component property error

* fix: clear unused code

* feat: add route type

* fix: avoid named conflict

* fix: ssr getInitialProps executed in server

* chore: modify example router setting for CI

* chore: verison and changelog

* fix: clear unused comment

* fix: getComponentByPath return usefull value

* feat: add setComponentAttr function

* Revert "chore: verison and changelog"

This reverts commit be81708402.

* chore: add changelog
2021-07-05 11:17:23 +08:00
ClarkXia b9afe83e2a
chore: bump dependencies version (#4034)
* chore: update typescript version

* chore: bump version

* fix: remove css-hot-loader

* fix: eslint

* fix: mini-css-extract-plugin params

* fix: example lint

* fix: example lint
2021-01-25 10:18:15 +08:00
Hengchang Lu cb8dd70f0f
chore: add compiler options to examples (#3963) 2021-01-04 11:10:35 +08:00
Hengchang Lu 8fae61455c
chore: lint (#3948) 2020-12-22 16:25:09 +08:00
chenbin92 c3b1ad8e72
docs: update store docs (#3636)
* docs: update store docs

* docs: add tip

* docs: optimize

* docs: add types desc

* docs: export types api

* docs: rename types api

* chore: update store example
2020-10-12 17:38:03 +08:00
chenbin92 e0b150c925
feat: refactor store (#3555)
* chore: nested page with store example

* chore: add index.html

* feat: support nested layout

* chore: update nested-store example

* chore: remove jest config

* docs: update store guide

* Feat: support create app store (#3590)

* chore: typo

Co-authored-by: Hengchang Lu <44047106+luhc228@users.noreply.github.com>
Co-authored-by: luhc228 <luhengchang228@gmail.com>
2020-09-28 21:49:59 +08:00