Skip to content

Releases: raxjs/rax-app

v3.6.4

14 Jul 08:43
130f021
Compare
Choose a tag to compare

Feat: use outline css with inlineStyle: true
Chore: optimize dev url
Fix: store types
Fix: doctype is null
Fix: use PROJECT_TYPE to get the store file path

v3.6.2

11 Jun 02:42
96cbdc8
Compare
Choose a tag to compare
  • Fix: iphoneX tabBar height

v3.6.1

10 Jun 07:12
6b3a7a8
Compare
Choose a tag to compare
  • Feat: transform static node to html tag directly
  • Refactor: conditional inject SPA tabBar
  • Chore: optimize devServer.contentBase and output.path logic
  • Chore: optimize hot reload experience
  • Chore: optimize https cert generate logic
  • Fix: print devServer.host in console higher priority
  • Fix: read file content from compiler memfs
  • Fix: No loader specified error reported by webpack when set postcssrc to true in ssr scene

v3.6.0

21 May 03:40
8fcb356
Compare
Choose a tag to compare
  • Feat: support package.json exports field with webpack4
  • Feat: support bytedance microapp/ baidu smartprogram/kuaishou miniprogram
  • Feat: support default TabBar in MPA
  • Feat: support query is csr=true with request path end is .html, devServer will return CSR result
  • Fix: tschecker error with default template

v3.5.3

13 May 09:13
7f76926
Compare
Choose a tag to compare
  • Feat: support use build-plugin-rax-miniapp to config baidu/kuaishou miniapp
  • Chore: change web.template to web.pha.template
  • Chore: add builtInLibaray: false
  • Fix: errorBoundary type define

v3.4.11

01 Apr 02:46
7cc3605
Compare
Choose a tag to compare

Feat: add --analyzer-target=web to avoid port conflict with multiple task
Feat: support build tabbar html when configured source in tabbar for PHA
Feat: support set dataPrefetch for every single page in PHA
Feat: support share memory in every common files with miniapp subpackages
Chore: change injectServerSideData to updateDataInClient
Chore: remove print local url in console
Fix: alibaba miniapp subPackages error
Fix: csr html structure error with xtpl

v3.4.8

23 Mar 09:44
fa94d70
Compare
Choose a tag to compare
  • Feat: support share memory with subpackages
  • Chore: reduce miniapp size with subPackages
  • Fix: windows error with document

v3.4.2

09 Mar 07:15
4040bad
Compare
Choose a tag to compare
  • Feat: support multiple pages in PHA
  • Fix: SPA with document is invalid
  • Fix: document dev shouldn't block when hot reload
  • Fix: .ts file won't add babel JSX compiler
  • Chore: dev server should be applied to every webpack config

v3.3.9

26 Feb 06:33
3e32ff4
Compare
Choose a tag to compare
  • Fix: receive params passed by DEF plugin

v3.3.8

26 Feb 03:53
d834e95
Compare
Choose a tag to compare
  • Refactor: document. (#618)
  • Fix: app json content watch. (#612)
  • Fix: data prefetches do not decamelize in PHA. (#616)