Skip to content

Releases: Wave-Play/pilot

create-pilot-app@3.1.1

12 Jan 05:28
cbd6966
Compare
Choose a tag to compare

Patch Changes

  • c16938e: fix: continue using next-transpile-modules due to issues with transpilePackages

@waveplay/pilot@3.1.0

12 Jan 05:28
cbd6966
Compare
Choose a tag to compare

Minor Changes

  • 5cc38da: feat: support for pre-defined redirects
  • 5ee2b2c: feat: withRouter HOC
  • 0db449d: feat(cli): new doctor command
  • accf7a9: refactor(cli): removed internal compiler as part of build process
  • 7b42f6c: feat: rewrites support

@waveplay/pilot@0.0.0-canary-20230109030829

09 Jan 03:10
6912d13
Compare
Choose a tag to compare

Patch Changes

  • d9cb0c1: patch: built-in document export now uses CommonJS syntax

@waveplay/pilot@0.0.0-canary-20230109012509

09 Jan 01:26
72e421f
Compare
Choose a tag to compare

Minor Changes

  • 101cebe: feat: can now pass custom component wrapper as prop to Link
  • 5f42e23: feat: Link component now uses forwardRef
  • a68b017: feat: support for .mjs config files
  • ddad6a1: feat: direct pilot/link module

create-pilot-app@3.1.0

04 Jan 06:22
ce18ccb
Compare
Choose a tag to compare

Minor Changes

  • 3c829f9: chore: updated dependencies & transpile method

create-pilot-app@3.0.0

01 Jan 05:28
023e1a4
Compare
Choose a tag to compare

Major Changes

@waveplay/pilot@3.0.0

01 Jan 05:28
023e1a4
Compare
Choose a tag to compare

Major Changes

@waveplay/pilot@0.0.0

01 Jan 05:18
Compare
Choose a tag to compare

Major Changes

  • 4a286e5: feat: decoupled native runtime cache (BREAKING)
    feat: tunnel-less dev environment
    refactor: decoupled locales from build and removed build:pages command
    refactor: export only core modules from root. BREAKING CHANGE: You may need to update your code if you were importing or another UI component from the root @waveplay/pilot module. Use @waveplay/pilot/ui instead.
    b30c295: refactor: removed regex router. This was never used after replacing with RadixRouter. Use RadixRouter instead or provide your own regex router.
  • b796f72: feat: decoupled native runtime cache (BREAKING)
    feat: tunnel-less dev environment
    refactor: decoupled locales from build and removed build:pages command
    refactor: export only core modules from root. BREAKING CHANGE: You may need to update your code if you were importing or another UI component from the root @waveplay/pilot module. Use @waveplay/pilot/ui instead.
    b30c295: refactor: removed regex router. This was never used after replacing with RadixRouter. Use RadixRouter instead or provide your own regex router.

Minor Changes

  • b796f72: feat: new AppEntry.js and document.js files for convenience
    feat: i18next support now part of main package
    feat: new "logLevel" field in pilot.config.js
    feat: new getHost() pilot function that returns dev-aware host
    feat: .next cache is now always cleared upon running pilot dev
    feat: environment variables support
    feat: support next configs that export functions
    feat: support glob patterns in pages config
  • 4a286e5: feat: new AppEntry.js and document.js files for convenience
    feat: i18next support now part of main package
    feat: new "logLevel" field in pilot.config.js
    feat: new getHost() pilot function that returns dev-aware host
    feat: .next cache is now always cleared upon running pilot dev
    feat: environment variables support
    feat: support next configs that export functions
    feat: support glob patterns in pages config

Patch Changes

  • 4a286e5: patch: better support for PNPM projects
    fix: check defaultConfig for default locale upon Pilot creation
    fix: improved api handler error logic
    fix: malformed url object with query on web
    patch: support "use client" directive
    fix: back() on web with no prior stack
    patch: internal Next router reference is now always fresh
  • b796f72: patch: better support for PNPM projects
    fix: check defaultConfig for default locale upon Pilot creation
    fix: improved api handler error logic
    fix: malformed url object with query on web
    patch: support "use client" directive
    fix: back() on web with no prior stack
    patch: internal Next router reference is now always fresh

@waveplay/pilot@0.0.0-canary-20221222173224

22 Dec 17:33
7bf6ea1
Compare
Choose a tag to compare

Patch Changes

  • 6eebabc: fix: pass style prop onto Link component

@waveplay/pilot@0.0.0-canary-20221220175921

21 Dec 06:43
Compare
Choose a tag to compare

Minor Changes

  • 508ebb8: feat: support glob patterns in pages config