Skip to content

Releases: tobua/papua

v0.1.14

26 Oct 16:44
Compare
Choose a tag to compare

0.1.14 (2021-02-15)

v0.1.13

26 Oct 16:44
Compare
Choose a tag to compare

0.1.13 (2021-02-08)

Features

  • build: show server url when building (bf8e9b4)
  • configuration: update old package configuration properties (3ff4c9f)
  • react: as of version 17 React not required to be in scope for JSX (0b782a4)
  • script: add snowpack as an alternative to webpack-dev-server (264928a)
  • script: add watch script to build in watch mode without dev-server (bc71785)
  • serve: new script to view and test production assets (2f0d534)
  • serve: option to open in browser, better logs and update deps (0876ab7)
  • test: arguments can be passed to test cli (34cb49c)
  • test: preliminary cypress end-to-end test integration (44ea9b1)
  • test: run Cypress with papua configuration if found (7a91063)
  • webpack: make default html options configurable (8055f81)
  • webpack: possibility to configure multiple builds (31057b0)

Bug Fixes

  • configuration: cross origin sources in cypress and always build sw (2d0514d)
  • configuration: more extensions and improvements to absolute imports (b83f97d)
  • general: fix tests, regular entry import and improve log (638d68c)
  • lint: switch to CJS file for stylelint to ensure import in VSCode (573aeab)
  • options: fix recently broken options, update deps and add lint rule (6f013b3)
  • start: proper history fallback for dev server (2b6182e)
  • watch: improvements to new watch script (d7d59b4)
  • webpack: add public path to server and adapt history api fallback (92a37e2)
  • webpack: allow configuration of host and port with dev-server (9ebabf8)
  • webpack: improve and document options & new webpack entry structure (3a532a3)
  • webpack: workaround to import react/dev-runtime in webpack 5 (01af84d)

v0.1.0

26 Oct 16:45
Compare
Choose a tag to compare

0.1.0 (2020-10-11)

⚠ BREAKING CHANGES

  • configuration: config is now always generated and should be ignored

Features

  • configuration: apply recent configuration changes from padua (023854d)
  • lint: add stylelint for css-in-js (59dc0ff)

Bug Fixes

  • configuration: fix for newly added stylelint and tsconfig (29dafcf)
  • mobx: remove decorator configuration as MobX 6 was released (8788b27)
  • project: proper imports and removing options coming from padua (4603b19)
  • script: small fixes after integration test (f8ad781)

v0.0.0

26 Oct 16:46
Compare
Choose a tag to compare

0.0.0 (2020-08-30)

Features

  • configuration: user configuration for webpack (c9649bb)
  • general: add jsconfig, check template location and add test script (081c83e)
  • general: several small improvements (3684beb)
  • general: various small improvements (59f2bcc)
  • general: various small tweaks (4164b5e)
  • install: postinstall script to merge package config (6bfd00c)
  • lint: improving linter script and adding TypeScript support (1169c71)
  • log: custom compiler logs (bc493c4)
  • options: get options and prepare typescript integration (49c0d4b)
  • setup: basic implementation and project structure (9b67821)
  • start: webpack dev server for start script (b1c42ca)
  • stats: improve how stats are displayed (b54ea2c)
  • template: add default and TypeScript template (5cfd0df)
  • typescript: extending tsconfig (8850d02)
  • update: update dependencies script and logo (6f1aefe)
  • webpack: file-loader for images (8944d46)
  • webpack: make sure dev-server works with routing (698aaee)

Bug Fixes

  • process: make sure process always exits (9fea33e)