Skip to content

Releases: modernweb-dev/web

@web/[email protected]

18 Jul 20:20
716a7a5
Compare
Choose a tag to compare

Patch Changes

  • 8a81317: Navigations to blank pages now use about:blank instead of data:,.

@web/[email protected]

18 Jul 20:20
716a7a5
Compare
Choose a tag to compare

Patch Changes

  • 8a81317: Navigations to blank pages now use about:blank instead of data:,.

@web/[email protected]

22 Jun 09:57
Compare
Choose a tag to compare

Patch Changes

  • d0e5e3f: Add a tsconfig option which can be pointed towards your tsconfig.json to keep esbuild and typescript in sync.

    Usage example:

    import { fileURLToPath } from 'url';
    esbuildPlugin({
      ts: true,
      tsconfig: fileURLToPath(new URL('./tsconfig.json', import.meta.url)),
    });

    Note: Without the above code the tsconfig.json file will not be used.

@web/[email protected]

19 Jun 19:04
Compare
Choose a tag to compare

Patch Changes

@web/[email protected]

19 Jun 19:04
Compare
Choose a tag to compare

Patch Changes

  • 570cdf7: - improve caching of snapshots in-memory
    • don't block browser command on writing snapshot to disk
    • don't write snapshot to disk for each change, batch write per file
  • Updated dependencies [39610b4]

@web/[email protected]

19 Jun 19:04
Compare
Choose a tag to compare

Patch Changes

  • 570cdf7: - improve caching of snapshots in-memory
    • don't block browser command on writing snapshot to disk
    • don't write snapshot to disk for each change, batch write per file
  • Updated dependencies [570cdf7]

@web/[email protected]

19 Jun 19:04
Compare
Choose a tag to compare

Patch Changes

@web/[email protected]

19 Jun 19:04
Compare
Choose a tag to compare

Patch Changes

@web/[email protected]

19 Jun 19:04
Compare
Choose a tag to compare

Patch Changes

  • 39610b4: Handle 'upgrade' requests only for matched url.

@web/[email protected]

05 Jun 19:00
9076384
Compare
Choose a tag to compare

Patch Changes

  • fff8290: Add types field to package.json exports map