Skip to content

Releases: modernweb-dev/rocket

@rocket/[email protected]

27 Jul 10:56
Compare
Choose a tag to compare

Patch Changes

  • 00f4a91: alignment + spacings for article grids

@rocket/[email protected]

21 Jul 14:38
Compare
Choose a tag to compare

Patch Changes

  • 738941a: In rocket.config.js you can now supply a rollup config function.

    export default {
      rollup: config => {
        // config will be the fully generated config object after all presets have been applied
        if (config.plugins.includes('...')) {
          // change some config options
        }
        return config;
      },
    };

@rocket/[email protected]

19 Jul 17:33
Compare
Choose a tag to compare

Patch Changes

  • 3d22fbb: Prevent styles from applying to lion components that are rendered in light dom

@rocket/[email protected]

19 Jul 17:33
Compare
Choose a tag to compare

Patch Changes

  • adf0f1d: use img openEnd to insert responsive image

@rocket/[email protected]

13 Jul 17:46
Compare
Choose a tag to compare

Patch Changes

[email protected]

11 Jul 13:05
Compare
Choose a tag to compare

Patch Changes

[email protected]

11 Jul 11:59
Compare
Choose a tag to compare

Patch Changes

  • 9978ea7: Improves typings for addPlugin

@rocket/[email protected]

11 Jul 14:04
Compare
Choose a tag to compare

Patch Changes

@rocket/[email protected]

11 Jul 11:59
Compare
Choose a tag to compare

Patch Changes

  • d91e46b: Add noscript styles which explicity show unregistered custom elements

@rocket/[email protected]

11 Jul 11:59
Compare
Choose a tag to compare

Patch Changes