Skip to content

Latest commit

 

History

History
147 lines (133 loc) · 22.9 KB

CHANGELOG.md

File metadata and controls

147 lines (133 loc) · 22.9 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.0.0 (2023-11-10)

⚠ BREAKING CHANGES

  • add option to strip prefix from package names

Features

  • @material-svelte/breakpoint-tools: initial implementation (27dc81a)
  • @material-svelte/breakpoint-tools: integrate type-generation (f06310b)
  • @material-svelte/breakpoint: initial implementation (a507e92)
  • @material-svelte/breakpoint: integrate type-generator (ad6622e)
  • @material-svelte/button: add href-support (06c8ea3)
  • @material-svelte/button: add icon-variant (91c14a0)
  • @material-svelte/button: add menu-variant (6f620d1)
  • @material-svelte/button: add variant-components (934460d)
  • @material-svelte/button: initial implementation (934b304)
  • @material-svelte/button: integrate @material-svelte/typography (fddc0c6)
  • @material-svelte/button: integrate type-generation (1325c64)
  • @material-svelte/checkbox: initial implementation (1f9f6eb)
  • @material-svelte/checkbox: integrate type-generation (c531e5b)
  • @material-svelte/create-component: initial implementation (5dd6ba9)
  • @material-svelte/create-component: integrate chai-dom (d4a04c6)
  • @material-svelte/create-component: integrate type-generator (06010ce)
  • @material-svelte/grid: initial implementation (258f0bd)
  • @material-svelte/grid: integrate type-generation (930e452)
  • @material-svelte/icon: add SvgIcon-component (70d46a8)
  • @material-svelte/icon: initial implementation (c03e6c4)
  • @material-svelte/icon: integrate type-generation (1b05fd0)
  • @material-svelte/layout: add footer-slot (f8e17bc)
  • @material-svelte/layout: initial implementation (d496b4a)
  • @material-svelte/layout: integrate type-generation (0e10eb8)
  • @material-svelte/list: initial implementation (6d922ce)
  • @material-svelte/list: integrate type-generation (5cc62bd)
  • @material-svelte/navigation-drawer: initial implementation (0b47e9f)
  • @material-svelte/navigation-drawer: integrate type-generation (8995a81)
  • @material-svelte/navigation-rail: initial implementation (584bcdd)
  • @material-svelte/paper: initial implementation (e03ce5a)
  • @material-svelte/paper: integrate type-generation (78c5e97)
  • @material-svelte/postcss-mixins: add elevation-mixin (533f95a)
  • @material-svelte/postcss-mixins: support options (57426c2)
  • @material-svelte/postcss-plugin: add breakpoint-atrule (b77a252)
  • @material-svelte/postcss-plugin: include postcss-for (e600454)
  • @material-svelte/postcss-plugin: initial implementation (20beaeb)
  • @material-svelte/postcss-plugin: integrate postcss-easings (29e6009)
  • @material-svelte/postcss-plugin: support options (a6526f7)
  • @material-svelte/radio: initial implementation (855932a)
  • @material-svelte/svelte-actions: add ripple-action (e22b7bf)
  • @material-svelte/svelte-actions: integrate type-generation (01db3ab)
  • @material-svelte/svelte-actions: replace ripplet.js with custom implementation (2b0fd74)
  • @material-svelte/svelte-actions: ripple - support triggering on parent (a5f8df8)
  • @material-svelte/svelte-preprocessor: add config-injector (9555477)
  • @material-svelte/svelte-type-generator: initial implementation (28b00b5)
  • @material-svelte/switch: initial implementation (57755f5)
  • @material-svelte/switch: integrate type-generation (53ae7c2)
  • @material-svelte/text-field: initial implementation (1666f86)
  • @material-svelte/tooltip: initial implementation (caca266)
  • @material-svelte/tooltip: integrate type-generation (4b7e241)
  • @material-svelte/top-app-bar: initial implementation - wip (74bfb7f)
  • @material-svelte/top-app-bar: integrate type-generation (7ad5437)
  • @material-svelte/typography: initial implementation (849b997)
  • @material-svelte/typography: integrate type-generation (dd2ca7d)
  • add option to strip prefix from package names (69a4e91)
  • commitlint-plugin-scope-empty-exceptions: bump version to fix npm-publish (f576673)
  • commitlint-plugin-scope-empty-exceptions: initial implementation (9f73135)
  • commitlint-plugin-workspace-scopes: bump version to fix npm-publish (ed09b4b)
  • commitlint-plugin-workspace-scopes: initial implementation (e4c92f8)
  • material-svelte-example-snowpack: add branding (e96173f)
  • material-svelte-example-snowpack: initial implementation (c9272c8)
  • material-svelte-example-sveltekit: initial implementation (e2f531b)
  • material-svelte-example-sveltekit: update sveltekit and add branding (009ed48)
  • material-svelte-example-vite: add branding (833395c)
  • material-svelte-example-vite: initial implementation (214fcf5)
  • material-svelte-example: add breakpoint examples (ff2d232)
  • material-svelte-example: add example usage for Radio-component (a7d99b6)
  • material-svelte-example: add example usage of switch (50f5d26)
  • material-svelte-example: add grid examples (ad022c0)
  • material-svelte-example: add NavigationRail example (2d46c05)
  • material-svelte-example: add sveltekit-example demonstrating the library (2255673)
  • material-svelte-example: integrate breakpoint-tools (bbcea5f)
  • material-svelte-storybook: create viewports from config (e233b8b)
  • material-svelte-storybook: integrate @material-svelte/svelte-preprocessor (d9f27f9)
  • material-svelte-storybook: remove stock stories (0c0413a)
  • material-svelte-storybook: setup (c2b1860)
  • material-svelte-website: add discord-invite page (ee3cf08)
  • material-svelte-website: apply branding (a390df9)
  • material-svelte-website: setup (3cfd7a7)
  • material-svelte-website: update sveltekit and add content (eb7e684)
  • material-svelte: create meta-package (0f16dae)
  • svelte-type-generator: inject inline-defined types into index.d.ts (d258404)
  • svelte-type-generator: rename package and add README (05e8224)

Bug Fixes

  • @material-svelte/button: add hover-transition (22a286f)
  • @material-svelte/button: add named export (1a199bf)
  • @material-svelte/button: rename disableElevation -> unelevated (511f966)
  • @material-svelte/checkbox: add hover-transition (91f71f3)
  • @material-svelte/checkbox: missing pointer-events: none in disabled-state (8107529)
  • @material-svelte/create-component: always create named export (2bcdf36)
  • @material-svelte/create-component: create playground- and example-stories (2ceabc2)
  • @material-svelte/create-component: fix instructions for meta-package (4a01f9a)
  • @material-svelte/create-component: fix type-generator package-name (5d42175)
  • @material-svelte/create-component: improve instructions in output (9061a72)
  • @material-svelte/icon: add named export (726c156)
  • @material-svelte/icon: fix default-sizes (e76f984)
  • @material-svelte/icon: switch from cuid to uuid (1812777)
  • @material-svelte/list: center content in icon-meta-slot (f0c3224)
  • @material-svelte/list: center content in visual-slot (49eeb1c)
  • @material-svelte/list: fix position of switch in icon-meta-slot (4e57134)
  • @material-svelte/text-field: forward input-, focus-, blur-events (c79aa9a)
  • @material-svelte/top-app-bar: add named export (b85dd3f)
  • @material-svelte/top-app-bar: only display box-shadow on bottom edge (15f96c2)
  • @material-svelte/top-app-bar: separate font- and background-color (3bcd76a)
  • @material-svelte/top-app-bar: spacing and transition when no icon-slot (3e13ec1)
  • @material-svelte/top-app-bar: spacing of actions (a59eb76)
  • @material-svelte/top-app-bar: text-alignment in prominent-mode (595e452)
  • @material-svelte/typography: add named export (d0b50a1)
  • material-svelte-example: make route-links absolute (208985b)
  • material-svelte-example: remove from $layout (be342c0)
  • material-svelte-example: remove redundant open-option (0ba9bb4)
  • material-svelte-example: remove test-route (1a06025)
  • material-svelte-example: set title from context (deed221)
  • material-svelte-storybook: build with svelte-preprocess 4.7.0 (65332e9)
  • material-svelte-website: fix heading on mobile (262aad0)
  • material-svelte: move components to dependencies (acc1646)
  • material-svelte: move README to meta-package, symlink to root (9c5a6b2)
  • material-svelte: re-export component-types (757decf)
  • repo-wide: add license, url etc to package.json (80db9e6)
  • repo-wide: correct dependencies (f3f42c0)
  • repo-wide: tsconfig problem that appeared with svelte-preprocess@4.7.0 (7ed1e1d)
  • svelte-type-generator: add missing shebang to cli (2f29c8d)
  • svelte-type-generator: fix description in package.json (6d7ad10)
  • svelte-type-generator: fix version-code after rename (25b8c9c)

commitlint-plugin-workspace-scopes 1.1.0 (2021-03-11)

Features

  • commitlint-plugin-workspace-scopes: bump version to fix npm-publish (ed09b4b)