Releases: modernweb-dev/rocket
Releases · modernweb-dev/rocket
@rocket/[email protected]
Patch Changes
- 00f4a91: alignment + spacings for article grids
@rocket/[email protected]
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]
Patch Changes
- 3d22fbb: Prevent styles from applying to lion components that are rendered in light dom
@rocket/[email protected]
Patch Changes
- adf0f1d: use img openEnd to insert responsive image
@rocket/[email protected]
Patch Changes
- 39f4fa7: Updates dependencies
[email protected]
Patch Changes
- 61bb700: Fix types
[email protected]
Patch Changes
- 9978ea7: Improves typings for
addPlugin
@rocket/[email protected]
Patch Changes
- a5661b8: Updates dependencies
@rocket/[email protected]
Patch Changes
- d91e46b: Add noscript styles which explicity show unregistered custom elements
@rocket/[email protected]
Patch Changes
- 9978ea7: Improves typings for
addPlugin
- Updated dependencies [d91e46b]
- Updated dependencies [9978ea7]
- @mdjs/[email protected]