material-web-additions

An attempt to develop missing Material Web components

APACHE-2.0 License

Downloads
137
Stars
15
Committers
3

Bot releases are visible (Hide)

material-web-additions - v1.5.1 Latest Release

Published by github-actions[bot] 2 months ago

1.5.1 (2024-08-14)

Bug Fixes

  • Disable SSR due to issues in production (604774c)
material-web-additions - v1.5.0

Published by github-actions[bot] 4 months ago

1.5.0 (2024-07-04)

Features

  • ✨ Added web types generation (ead876f)

Bug Fixes

  • catalog: align one liners to center (92f9ac5)
  • catalog: center items in blockquotes (04f6057)
material-web-additions - v1.4.4

Published by github-actions[bot] 11 months ago

1.4.4 (2023-11-28)

Bug Fixes

  • Set width for checkbox type in data-table styles (5169aed), closes #12
  • upgrade playground-elements from 0.17.1 to 0.18.1 (e025c32)
material-web-additions - v1.4.3

Published by github-actions[bot] about 1 year ago

1.4.3 (2023-10-04)

Bug Fixes

  • Elevation may not be shown everytime (7d36c55)
  • Fix pagination not showing correct values (2185a76)
  • Fixed typo in card component example (1899a2d)
  • Outlined showing filled styles (a7ecf82)
material-web-additions - 1.4.2

Published by github-actions[bot] about 1 year ago

Changelog

Unreleased

👷 CI changes

1.4.2

Released on September 07, 2023

🐛 Bug Fixes

👷 Building scripts changes

  • 491a6f2 Update tsconfig.json to exclude certain directories

    Adjusted the TypeScript configuration file to exclude 'node_modules' and 'docs' directories from TypeScript compilation. This is necessary to limit the scope of the TypeScript compiler, improve the compilation speed, and prevent unnecessary issues that can occur when TypeScript attempts to compile the whole project.

👷 CI changes

Other changes

  • 688d7ce deps: ⬆️ Upgraded dependencies

1.4.1

Released on August 17, 2023

👷 Building scripts changes

👷 CI changes

1.4.0

Released on August 17, 2023

🐛 Bug Fixes

  • 6e17b29 Fix MD web pre15 BC
  • a6d1e44 data-table: Pagination buttons are enabled in rare cases
  • 6b8ad3c data-table: Fix pagination not displaying any rows if currentFirstRow is < 1
  • 3b176cd docs: Data table stories parameters not working

♻ Code Refactoring

  • 6c68489 data-table: ♻️ Renamed local variables

👷 CI changes

Other changes

  • 67b2001 PHPStorm metadata
  • 46687e7 deps: ⬆️ Upgraded dependencies

1.3.7

Released on August 10, 2023

🎨 Code styling

  • 587abdc Fix text fields and select spacing

👷 CI changes

Other changes

  • 092fb78 PHPStorm metadata
  • 4a0a5a7 deps: ⬆️ Upgraded dependencies

1.3.6

Released on July 31, 2023

🐛 Bug Fixes

  • 9dfe127 👽 Material web pre14 breaking changes

👷 CI changes

Other changes

  • e178ae3 deps: ⬆️ Upgraded dependencies

1.3.5

Released on July 13, 2023

👷 CI changes

Other changes

  • de99fab deps: ⬆️ Upgraded dependencies

1.3.4

Released on July 11, 2023

🐛 Bug Fixes

  • 1f376fb data-table: Current last row not showing when totalRows was more than displayed table rows

👷 CI changes

1.3.3

Released on July 11, 2023

✨ Features

  • f874fdd ✨ Added totalRows attribute

👷 CI changes

1.3.2

Released on July 11, 2023

✨ Features

  • 7c67b84 ✨ Added action parameter to the paginate event detail

👷 CI changes

Other changes

1.3.1

Released on July 10, 2023

✨ Features

  • 38d8a8c data-table: ✨ Added custom pagination

📝 Docs changes

  • 9b78523 data-table: 📝 Updated custom logic docs

👷 CI changes

  • 3d31784 💚 Added no changelog setting
  • 6ea2c0f version bump to 1.3.0

Other changes

  • a06036a Added removed tokens from Material web
  • 04909da deps: ⬆️ Updated dependencies

1.3.0

Released on July 10, 2023

✨ Features

  • ca5b38e data-table: ✨ Added some events to pagination actions

♻ Code Refactoring

  • 2dc15ae data-table: ♻️ Code reformat and refactor

🎨 Code styling

  • 0061893 data-table: Fix minor graphic issues with dark theme

👷 CI changes

1.2.17

Released on July 02, 2023

📝 Docs changes

👷 CI changes

  • 5bf0503 Added missing secrets inheritance
  • afa20ec version bump to 1.2.16

Other changes

  • f530b84 deps: ⬆️ Updated dependencies

1.2.16

Released on June 21, 2023

🐛 Bug Fixes

  • 5aad44d 🐛 Fix MD web pre11 breaking changes

♻ Code Refactoring

🎨 Code styling

  • 7043e9f card: Improved focus ring

👷 CI changes

  • a1e0fba 💚 Fix chromatic workflow not starting after automated release
  • 606ce7e version bump to 1.2.15

Other changes

  • 0f6c85a deps: ⬆️ Updated dependencies

1.2.15

Released on June 06, 2023

🐛 Bug Fixes

  • ceb2ccb 🐛 Fix MD web pre10 breaking changes

👷 CI changes

Other changes

  • 67c1b14 deps: ⬆️ Updated dependencies
  • aa66e5e deps: ⬆️ Updated dependencies

1.2.14

Released on May 11, 2023

🐛 Bug Fixes

  • 8f1d9a9 card: Fix compatibility with M3 pre8

👷 CI changes

  • 760d7b0 Updated chromatic workflow triggers
  • 3ef2206 version bump to 1.2.13

Other changes

  • 8bbe8bf 🔧 Removed skipLibCheck
  • eeba48f deps: ⬆️ Upgraded dependencies

1.2.13

Released on May 06, 2023

🐛 Bug Fixes

  • ee74892 layout-grid: 🏷️ Fix types

👷 CI changes

Other changes

  • 81fed86 deps: ⬆️ Upgraded dependencies

  • 8cf255e deps: ➕ Added web types

    Lit autocompletion on Webstorm/PHPStorm

1.2.12

Released on April 25, 2023

✨ Features

  • 84aa55d data-table: ✨ Replaced pagination text field with select

🐛 Bug Fixes

  • 3eeeac5 Breaking changes from latest M3 pre

📝 Docs changes

  • f7ce91a data-table: 📝 Removed line from README

👷 CI changes

Other changes

  • fa84c1d data-table: Replaced M2 linear progress with M3 one
  • 8528a60 deps: ⬆️ Upgraded dependencies

1.2.11

Released on April 20, 2023

🐛 Bug Fixes

  • b37810b data-table: ✏️ Typo in property name

👷 CI changes

Other changes

  • 9973964 deps: ⬆️ Upgraded dependencies

1.2.10

Released on April 19, 2023

🐛 Bug Fixes

  • f507435 data-table: Don't propagate click event on textfield

    This will stop showing the filter button when clicking on the filter textfield

♻ Code Refactoring

  • 70c8b6d data-table: 💄 Aligned styles with latest M3 tokens
  • 6beb686 data-table: ⚰ Removed unused styles
  • e7a00df data-table: 🚚 Move cell styles into its own private file

👷 CI changes

1.2.9

Released on April 19, 2023

⚡ Performance Improvements

  • 2623d3f data-table: Improved row update when new cells are added

👷 CI changes

  • 4cb485e version bump to 1.2.8
  • 711ee89 version bump to 1.2.9
  • 8830893 version bump to 1.2.8
  • a6321a4 Removed autodetect from release workflow
  • f130721 Removed changelog action from release workflow
  • 95a8433 Removed changelog action from release workflow
  • 25ab2a0 Added autodetect option

⏪ Reverts

  • 62502f4 ci: version bump to 1.2.8

    This reverts commit 88308931ac7b86e81633a2da01fbef99ce45d633.
    
  • fc5b4f0 ci: version bump to 1.2.9

    This reverts commit 711ee89625418ccbc4993dfe46150a13ba2aaaf3.
    

1.2.7

Released on April 18, 2023

🐛 Bug Fixes

  • 4be3c17 data-table: Wait cells initialization if they didn't update

👷 CI changes

1.2.6

Released on April 18, 2023

🐛 Bug Fixes

  • 4a25410 Row doesn't chnge state when using view frameworks

👷 CI changes

  • 800b4b9 version bump to 1.2.6
  • 417cc1b 💚 Fix secrets hidden from workflow

1.2.5

Released on April 17, 2023

🐛 Bug Fixes

  • e383c8d data-table: Removed inner container

📝 Docs changes

  • 6fbd02f data-table: 📝 Updated data table footer example

👷 CI changes

1.2.4

Released on April 17, 2023

🐛 Bug Fixes

  • c347abe data-table: Footer inheriting column
  • 0d7e0e9 data-table: ✏️ Fix typo

📝 Docs changes

  • d3e15e6 Fixed card link
  • bbedab3 data-table: Added basic footer example

👷 CI changes

1.2.3

Released on April 15, 2023

🐛 Bug Fixes

  • 2f0f18e data-table: Added reflection to some attributes to apply styles correctly
  • b74eef4 data-table: Fix sort button not disappearing when clicking on a column when manually setting the sortable property

🎨 Code styling

  • a4ee3bd data-table: 💄 Fix data table checkbox layout

👷 CI changes

1.2.2

Released on April 13, 2023

🐛 Bug Fixes

  • 3eb577d data-table: Fix sort button not disappearing when clicking on a column

🎨 Code styling

  • 6e49d8e data-table: 💄 Fix footer/pagination border

👷 CI changes

  • ec287a8 version bump to 1.2.2
  • 12b958b Fixed newTag from version_bump step

Other changes

  • ab82688 deps: ⬆️ Upgraded dependencies

1.2.1

Released on April 13, 2023

🐛 Bug Fixes

  • c802ac7 data-table: Fixed filter textfield and sort button layout when used together

🎨 Code styling

  • 3929c23 data-table: 💄 Use M3 header cell border
  • c673be1 data-table: 💄 Fix cells borders

👷 CI changes

1.2.0

Released on April 11, 2023

✨ Features

  • 21646a5 data-table: Added custom filtering and sorting

🐛 Bug Fixes

  • ba64e34 Fix Material Web pre6 breaking changes

📝 Docs changes

  • 6cf2e1c 📝 Re-added documented CSS props

👷 CI changes

  • ca64428 version bump to 1.2.0
  • 3acd619 Fix action schema
  • 9c824de Fix actions
  • 2c88937 Change version type select items order
  • 2205129 👷 Fixed overridden GITHUB_TOKEN secret
  • 4b04bd8 👷 Fixed release workflow
  • 1d637c9 👷 Added release workflow

Other changes

  • a31b8c5 deps: Enforce pre6 as minimum required version of [@material](:/material)/web
  • 6810469 deps: ⬆️ Upgraded dependencies

1.1.8

Released on March 29, 2023

🐛 Bug Fixes

  • a936117 data-table: Colors when using dark theme

Other changes

  • 8466725 Bump package version
  • 4b91326 deps: ⬆️ Upgraded dependencies

1.1.7

Released on March 28, 2023

🐛 Bug Fixes

  • 34f11d5 Fix Material Web pre5 breaking changes

📝 Docs changes

  • cc2c165 📝 Layout fix
  • 4783a63 📝 Changed sandbox tab order so that Controls is the first one

Other changes

1.1.6

Released on March 21, 2023

🐛 Bug Fixes

1.1.4

Released on March 17, 2023

♻ Code Refactoring

  • 7761ab4 data-table: ♻️ Code refactor

🎨 Code styling

  • 7a43b9a data-table: 💄 Improved text presentation in footer
  • 5e76e7d data-table: 💄 Fix border radius

1.1.3

Released on March 16, 2023

🐛 Bug Fixes

  • 4dd2291 🐛 Fix slots throwing an error when instantiating data table components.

1.1.2

Released on March 15, 2023

🐛 Bug Fixes

  • c2635af 🐛 Fix ripple due to new Material Web ripple implementation

📝 Docs changes

  • 5e06528 Moved some global CSS to preview
  • 8125e4b 🚚 Moved docs to docs folder
  • a6b8cd3 Fix deprecations
  • ba3ec8a 📝 Updated introduction and readme
  • 27ea2a6 Use md-icon and Material Symbols
  • c94b15c Removing duplicated links addon
  • 9791e02 💄 Use code instead of class
  • ae2fbaa Replaced essentials plugin collection with singular plugins
  • 8e60e65 Removed what's new plugin
  • 8ad0eaf Added support for GFM tables
  • 7270fe0 🐛 Fix markdown imports

Other changes

  • 4f1a28d deps: ⬆️ Upgraded dependencies
  • a6984eb deps: ⬆️ Upgraded dependencies
  • 6111ed5 ide: IDE settings

1.1.1

Released on February 22, 2023

🐛 Bug Fixes

  • 0e6aa37 Temporarily removed autocomplete readonly to get the page size select working.
  • 5220319 Fix text fields height after upgrading to Material Web 1.0.0-pre2
  • ee04821 Fix incompatibility with Material Web 1.0.0-pre2

Other changes

  • 8cee92d Bump package version
  • 3f0fd81 deps: ⬆️ Upgraded dependencies

1.1.0

Released on February 04, 2023

✨ Features

  • 30111bd data-table: ✨ Added support for multiple filters at the same time
  • 9d0b064 data-table: ✨ Added Keydown event on column filter text field

⏪ Reverted

  • d29c045 Revert "ci: 💚 Improved changelog generation format"

    This reverts commit b879dbc14c5a01cc91805512c0946d55ef836478.

Other changes

  • a0109ed deps: ⬆️ Upgraded dependencies
  • 5acc8fc ide: Disabled inspection

1.0.0

Released on January 21, 2023

✨ Features

  • d1a5578 card: Updated to new elevation API
  • 824217b data-table: ✨ Updated Data Table to MD3

⚡ Performance Improvements

🐛 Bug Fixes

  • e0ec914 Fix package type when building
  • b957b5d Fix missing material packages
  • 9202894 Fix missing layout grid dependency
  • b1f8993 card: Fix border condition
  • 090c978 card: Fix card elevation
  • 71db883 data-table: Fix private package

♻ Code Refactoring

  • 3a9a33a layout-grid: 🏷️ Separated attributes types from map

📝 Docs changes

  • ee0216c 📝 Removed bundlephobia badge

  • d76c449 📝 Fix typo on package scope

    Closes: #3

  • 01d5ca6 Fix uncommented elements

  • b25076d ✨ Migrated to Storybook 7 and Vite

  • 30a6c88 Changed link to match new branch name

  • 095eacf Added missing icon button component

  • 4be716b Fixed component card primary action not activating

  • ace0939 Added storybook button

👷 Building scripts changes

  • 3ecf497 🐛 Fix card building
  • b2618f6 docs: 💚 Run docs build with latest pnpm

👷 CI changes

  • b879dbc 💚 Improved changelog generation format
  • b432264 Fix checkout action compatibility with chromatic
  • 983ff1c 👷 Fix old NodeJS version working
  • b40dea9 👷 Updated node version

Other changes

  • a5ae3fd Added prepublishOnly script

  • fecad9a 🙈 Added custom-elements.json to .gitignore

  • f2ae1ff Reorganized repo for M3

    Added completed components (Card and Layout Grid)

  • 56a5c58 Removed unused npmrc

  • e749d64 Updated package name

  • 0b38643 deps: Added lock file

  • f4d6478 deps: Updated pnpm

  • e6ed0e0 deps: Updated pnpm version

  • cd375ea deps: Updated dependencies

  • 109432a deps: ⬆️ Upgraded dependencies

  • dc80c33 deps: ⬆️ Updated dependencies

  • 0233c44 deps: ⬆️ Updated dependencies

  • ebd6b4e ide: Updated IDE files

0.26.1

Released on July 02, 2022

🐛 Bug Fixes

Other changes

  • 2848112 Test new changelog action
  • 44e06cf Test new changelog action
  • 25906d0 Updated changelog generation workflow

0.26.0

Released on July 01, 2022

✨ Features

  • 3ef0c09 ✨ Reworked layout grid
  • 4ccfaf7 ✨ Rewritten Card component
  • 13b36aa data-table: ✨ Added data table
  • ad43097 icon-button: ✨ Added icon button component

🐛 Bug Fixes

  • 307fa38 Fix [@mwa](:/mwa)/- links
  • d2bee0d pnpm fix for WSL
  • d0245ba Fix import for CI
  • 5e975b1 card: Added missing dependency
  • 934a2b9 data-table: Fix class not found
  • 6ab3de7 data-table: Fix lastRowOfPage initialization error
  • 7283206 data-table: Added missing dependency
  • 21ef6c8 data-table: Added missing dependency
  • cdf208b data-table: Added missing dependency
  • 6d1a15d deps: Added public-hoist-pattern

♻ Code Refactoring

  • 43b79ef 🚚 Renamed files to MWA
  • dabce9a ♻️ Updated storybook paths
  • 5edd84e ♻️ Removed unused dependency
  • 2f1407c ♻️ Use :last-of-type instead of :last-child
  • 41231e9 ♻️ Use relative paths
  • 8ca673a ♻️ Removed old commented component

📝 Docs changes

  • cad0a23 Temporary replaced MD tables with HTML ones due to storybookjs/storybook#18556

  • 18acdab 📝 Improved docs

    • Updated storybook and related dependencies to 6.5.9
    • Enabled MDXv2
    • Separated components cards definition from mdx file
    • Styling improvements
  • 586dd9b 📝 Replaced wrong links with correct links

  • bb20813 Added links to components card

  • d80a80d 📝 Added storybook docs

👷 Building scripts changes

  • 60ee996 Fix missing stylesheet in build:style command
  • d4d1c2b 💚 Fix storybook build
  • 086efe2 💚 Fix storybook build
  • 784f7d5 💚 Fix storybook build

👷 CI changes

  • 5ff5898 Added auto changelog generation
  • a6eb422 👷 Build JS before publishing docs
  • c696bf4 Fix storybook build
  • 64a8fb7 Fix storybook build
  • 012dd0c 👷 Update PNPM version
  • 6b62aa0 💚 Build custom elements manifest and use PNPM

Other changes

  • 4f18238 🔖 Renamed to [@maicol07](:/maicol07)/mwa- and bumped version
  • 32176b7 IDE files
  • 4ceab3e 🚚 Renamed all to MWA
  • 9694d51 Reorganized scripts and dependencies
  • 7c96f95 deps: ⬆️ Upgraded dependencies
  • 4109482 deps: Updated dependencies

⏪ Reverts

  • 8edc1cc fix(data-table): Added missing dependency

    This reverts commit cdf208b936e1ae7f30a442a825b3d2824175ed4b.
    
  • 9c96c17 fix(card): Added missing dependency

    This reverts commit 5e975b1766ba92f47a0c37076452104d4158eb1d.
    
  • fcc77bf fix(data-table): Added missing dependency

    This reverts commit 21ef6c8a8f815f2b1b93687766e6addd8ce8f344.
    
  • baa1df5 fix(data-table): Added missing dependency

    This reverts commit 72832062de5467d55e173a705b55c5f0371bb73d.
    

0.25.3

Released on January 17, 2022

✨ Features

  • 41f0171 ✨ Inherit all the css props

🐛 Bug Fixes

  • b4fecf2 card: 💄 Fixed base card styles

♻ Code Refactoring

📝 Docs changes

  • f22f749 📝 Added card to published components

Other changes

0.25.2

Released on November 16, 2021

✨ Features

  • dd72cde card: ✨ Added MWC Cards

🐛 Bug Fixes

  • 1323ab9 Remove reflect so that attribute isn't shown if it hasn't a value

0.25.1

Released on November 15, 2021

🐛 Bug Fixes

📝 Docs changes

👷 CI changes

Other changes

  • e9ff63f Reorganize packages
  • cfa1ce4 💚 Fix CI and remove a workflow
  • e880e18 Rename package
  • 927a459 Organized in a monorepo
  • 6428ad4 🚚 Moved mwc-layout-grid to its folder
  • 64a2329 🚚 Moved mwc-layout-grid to its folder
  • 9767cce deps: ➖ Remove lerna and related scripts

0.25.0

Released on November 11, 2021

Other changes

  • 14e5e5a Change package name
  • 3452292 deps: Update deps and remove build files
material-web-additions - 1.4.1

Published by github-actions[bot] about 1 year ago

Changelog

Unreleased

👷 CI changes

1.4.1

Released on August 17, 2023

👷 Building scripts changes

👷 CI changes

1.4.0

Released on August 17, 2023

🐛 Bug Fixes

  • 6e17b29 Fix MD web pre15 BC
  • a6d1e44 data-table: Pagination buttons are enabled in rare cases
  • 6b8ad3c data-table: Fix pagination not displaying any rows if currentFirstRow is < 1
  • 3b176cd docs: Data table stories parameters not working

♻ Code Refactoring

  • 6c68489 data-table: ♻️ Renamed local variables

👷 CI changes

Other changes

  • 67b2001 PHPStorm metadata
  • 46687e7 deps: ⬆️ Upgraded dependencies

1.3.7

Released on August 10, 2023

🎨 Code styling

  • 587abdc Fix text fields and select spacing

👷 CI changes

Other changes

  • 092fb78 PHPStorm metadata
  • 4a0a5a7 deps: ⬆️ Upgraded dependencies

1.3.6

Released on July 31, 2023

🐛 Bug Fixes

  • 9dfe127 👽 Material web pre14 breaking changes

👷 CI changes

Other changes

  • e178ae3 deps: ⬆️ Upgraded dependencies

1.3.5

Released on July 13, 2023

👷 CI changes

Other changes

  • de99fab deps: ⬆️ Upgraded dependencies

1.3.4

Released on July 11, 2023

🐛 Bug Fixes

  • 1f376fb data-table: Current last row not showing when totalRows was more than displayed table rows

👷 CI changes

1.3.3

Released on July 11, 2023

✨ Features

  • f874fdd ✨ Added totalRows attribute

👷 CI changes

1.3.2

Released on July 11, 2023

✨ Features

  • 7c67b84 ✨ Added action parameter to the paginate event detail

👷 CI changes

Other changes

1.3.1

Released on July 10, 2023

✨ Features

  • 38d8a8c data-table: ✨ Added custom pagination

📝 Docs changes

  • 9b78523 data-table: 📝 Updated custom logic docs

👷 CI changes

  • 3d31784 💚 Added no changelog setting
  • 6ea2c0f version bump to 1.3.0

Other changes

  • a06036a Added removed tokens from Material web
  • 04909da deps: ⬆️ Updated dependencies

1.3.0

Released on July 10, 2023

✨ Features

  • ca5b38e data-table: ✨ Added some events to pagination actions

♻ Code Refactoring

  • 2dc15ae data-table: ♻️ Code reformat and refactor

🎨 Code styling

  • 0061893 data-table: Fix minor graphic issues with dark theme

👷 CI changes

1.2.17

Released on July 02, 2023

📝 Docs changes

👷 CI changes

  • 5bf0503 Added missing secrets inheritance
  • afa20ec version bump to 1.2.16

Other changes

  • f530b84 deps: ⬆️ Updated dependencies

1.2.16

Released on June 21, 2023

🐛 Bug Fixes

  • 5aad44d 🐛 Fix MD web pre11 breaking changes

♻ Code Refactoring

🎨 Code styling

  • 7043e9f card: Improved focus ring

👷 CI changes

  • a1e0fba 💚 Fix chromatic workflow not starting after automated release
  • 606ce7e version bump to 1.2.15

Other changes

  • 0f6c85a deps: ⬆️ Updated dependencies

1.2.15

Released on June 06, 2023

🐛 Bug Fixes

  • ceb2ccb 🐛 Fix MD web pre10 breaking changes

👷 CI changes

Other changes

  • 67c1b14 deps: ⬆️ Updated dependencies
  • aa66e5e deps: ⬆️ Updated dependencies

1.2.14

Released on May 11, 2023

🐛 Bug Fixes

  • 8f1d9a9 card: Fix compatibility with M3 pre8

👷 CI changes

  • 760d7b0 Updated chromatic workflow triggers
  • 3ef2206 version bump to 1.2.13

Other changes

  • 8bbe8bf 🔧 Removed skipLibCheck
  • eeba48f deps: ⬆️ Upgraded dependencies

1.2.13

Released on May 06, 2023

🐛 Bug Fixes

  • ee74892 layout-grid: 🏷️ Fix types

👷 CI changes

Other changes

  • 81fed86 deps: ⬆️ Upgraded dependencies

  • 8cf255e deps: ➕ Added web types

    Lit autocompletion on Webstorm/PHPStorm

1.2.12

Released on April 25, 2023

✨ Features

  • 84aa55d data-table: ✨ Replaced pagination text field with select

🐛 Bug Fixes

  • 3eeeac5 Breaking changes from latest M3 pre

📝 Docs changes

  • f7ce91a data-table: 📝 Removed line from README

👷 CI changes

Other changes

  • fa84c1d data-table: Replaced M2 linear progress with M3 one
  • 8528a60 deps: ⬆️ Upgraded dependencies

1.2.11

Released on April 20, 2023

🐛 Bug Fixes

  • b37810b data-table: ✏️ Typo in property name

👷 CI changes

Other changes

  • 9973964 deps: ⬆️ Upgraded dependencies

1.2.10

Released on April 19, 2023

🐛 Bug Fixes

  • f507435 data-table: Don't propagate click event on textfield

    This will stop showing the filter button when clicking on the filter textfield

♻ Code Refactoring

  • 70c8b6d data-table: 💄 Aligned styles with latest M3 tokens
  • 6beb686 data-table: ⚰ Removed unused styles
  • e7a00df data-table: 🚚 Move cell styles into its own private file

👷 CI changes

1.2.9

Released on April 19, 2023

⚡ Performance Improvements

  • 2623d3f data-table: Improved row update when new cells are added

👷 CI changes

  • 4cb485e version bump to 1.2.8
  • 711ee89 version bump to 1.2.9
  • 8830893 version bump to 1.2.8
  • a6321a4 Removed autodetect from release workflow
  • f130721 Removed changelog action from release workflow
  • 95a8433 Removed changelog action from release workflow
  • 25ab2a0 Added autodetect option

⏪ Reverts

  • 62502f4 ci: version bump to 1.2.8

    This reverts commit 88308931ac7b86e81633a2da01fbef99ce45d633.
    
  • fc5b4f0 ci: version bump to 1.2.9

    This reverts commit 711ee89625418ccbc4993dfe46150a13ba2aaaf3.
    

1.2.7

Released on April 18, 2023

🐛 Bug Fixes

  • 4be3c17 data-table: Wait cells initialization if they didn't update

👷 CI changes

1.2.6

Released on April 18, 2023

🐛 Bug Fixes

  • 4a25410 Row doesn't chnge state when using view frameworks

👷 CI changes

  • 800b4b9 version bump to 1.2.6
  • 417cc1b 💚 Fix secrets hidden from workflow

1.2.5

Released on April 17, 2023

🐛 Bug Fixes

  • e383c8d data-table: Removed inner container

📝 Docs changes

  • 6fbd02f data-table: 📝 Updated data table footer example

👷 CI changes

1.2.4

Released on April 17, 2023

🐛 Bug Fixes

  • c347abe data-table: Footer inheriting column
  • 0d7e0e9 data-table: ✏️ Fix typo

📝 Docs changes

  • d3e15e6 Fixed card link
  • bbedab3 data-table: Added basic footer example

👷 CI changes

1.2.3

Released on April 15, 2023

🐛 Bug Fixes

  • 2f0f18e data-table: Added reflection to some attributes to apply styles correctly
  • b74eef4 data-table: Fix sort button not disappearing when clicking on a column when manually setting the sortable property

🎨 Code styling

  • a4ee3bd data-table: 💄 Fix data table checkbox layout

👷 CI changes

1.2.2

Released on April 13, 2023

🐛 Bug Fixes

  • 3eb577d data-table: Fix sort button not disappearing when clicking on a column

🎨 Code styling

  • 6e49d8e data-table: 💄 Fix footer/pagination border

👷 CI changes

  • ec287a8 version bump to 1.2.2
  • 12b958b Fixed newTag from version_bump step

Other changes

  • ab82688 deps: ⬆️ Upgraded dependencies

1.2.1

Released on April 13, 2023

🐛 Bug Fixes

  • c802ac7 data-table: Fixed filter textfield and sort button layout when used together

🎨 Code styling

  • 3929c23 data-table: 💄 Use M3 header cell border
  • c673be1 data-table: 💄 Fix cells borders

👷 CI changes

1.2.0

Released on April 11, 2023

✨ Features

  • 21646a5 data-table: Added custom filtering and sorting

🐛 Bug Fixes

  • ba64e34 Fix Material Web pre6 breaking changes

📝 Docs changes

  • 6cf2e1c 📝 Re-added documented CSS props

👷 CI changes

  • ca64428 version bump to 1.2.0
  • 3acd619 Fix action schema
  • 9c824de Fix actions
  • 2c88937 Change version type select items order
  • 2205129 👷 Fixed overridden GITHUB_TOKEN secret
  • 4b04bd8 👷 Fixed release workflow
  • 1d637c9 👷 Added release workflow

Other changes

  • a31b8c5 deps: Enforce pre6 as minimum required version of [@material](:/material)/web
  • 6810469 deps: ⬆️ Upgraded dependencies

1.1.8

Released on March 29, 2023

🐛 Bug Fixes

  • a936117 data-table: Colors when using dark theme

Other changes

  • 8466725 Bump package version
  • 4b91326 deps: ⬆️ Upgraded dependencies

1.1.7

Released on March 28, 2023

🐛 Bug Fixes

  • 34f11d5 Fix Material Web pre5 breaking changes

📝 Docs changes

  • cc2c165 📝 Layout fix
  • 4783a63 📝 Changed sandbox tab order so that Controls is the first one

Other changes

1.1.6

Released on March 21, 2023

🐛 Bug Fixes

1.1.4

Released on March 17, 2023

♻ Code Refactoring

  • 7761ab4 data-table: ♻️ Code refactor

🎨 Code styling

  • 7a43b9a data-table: 💄 Improved text presentation in footer
  • 5e76e7d data-table: 💄 Fix border radius

1.1.3

Released on March 16, 2023

🐛 Bug Fixes

  • 4dd2291 🐛 Fix slots throwing an error when instantiating data table components.

1.1.2

Released on March 15, 2023

🐛 Bug Fixes

  • c2635af 🐛 Fix ripple due to new Material Web ripple implementation

📝 Docs changes

  • 5e06528 Moved some global CSS to preview
  • 8125e4b 🚚 Moved docs to docs folder
  • a6b8cd3 Fix deprecations
  • ba3ec8a 📝 Updated introduction and readme
  • 27ea2a6 Use md-icon and Material Symbols
  • c94b15c Removing duplicated links addon
  • 9791e02 💄 Use code instead of class
  • ae2fbaa Replaced essentials plugin collection with singular plugins
  • 8e60e65 Removed what's new plugin
  • 8ad0eaf Added support for GFM tables
  • 7270fe0 🐛 Fix markdown imports

Other changes

  • 4f1a28d deps: ⬆️ Upgraded dependencies
  • a6984eb deps: ⬆️ Upgraded dependencies
  • 6111ed5 ide: IDE settings

1.1.1

Released on February 22, 2023

🐛 Bug Fixes

  • 0e6aa37 Temporarily removed autocomplete readonly to get the page size select working.
  • 5220319 Fix text fields height after upgrading to Material Web 1.0.0-pre2
  • ee04821 Fix incompatibility with Material Web 1.0.0-pre2

Other changes

  • 8cee92d Bump package version
  • 3f0fd81 deps: ⬆️ Upgraded dependencies

1.1.0

Released on February 04, 2023

✨ Features

  • 30111bd data-table: ✨ Added support for multiple filters at the same time
  • 9d0b064 data-table: ✨ Added Keydown event on column filter text field

⏪ Reverted

  • d29c045 Revert "ci: 💚 Improved changelog generation format"

    This reverts commit b879dbc14c5a01cc91805512c0946d55ef836478.

Other changes

  • a0109ed deps: ⬆️ Upgraded dependencies
  • 5acc8fc ide: Disabled inspection

1.0.0

Released on January 21, 2023

✨ Features

  • d1a5578 card: Updated to new elevation API
  • 824217b data-table: ✨ Updated Data Table to MD3

⚡ Performance Improvements

🐛 Bug Fixes

  • e0ec914 Fix package type when building
  • b957b5d Fix missing material packages
  • 9202894 Fix missing layout grid dependency
  • b1f8993 card: Fix border condition
  • 090c978 card: Fix card elevation
  • 71db883 data-table: Fix private package

♻ Code Refactoring

  • 3a9a33a layout-grid: 🏷️ Separated attributes types from map

📝 Docs changes

  • ee0216c 📝 Removed bundlephobia badge

  • d76c449 📝 Fix typo on package scope

    Closes: #3

  • 01d5ca6 Fix uncommented elements

  • b25076d ✨ Migrated to Storybook 7 and Vite

  • 30a6c88 Changed link to match new branch name

  • 095eacf Added missing icon button component

  • 4be716b Fixed component card primary action not activating

  • ace0939 Added storybook button

👷 Building scripts changes

  • 3ecf497 🐛 Fix card building
  • b2618f6 docs: 💚 Run docs build with latest pnpm

👷 CI changes

  • b879dbc 💚 Improved changelog generation format
  • b432264 Fix checkout action compatibility with chromatic
  • 983ff1c 👷 Fix old NodeJS version working
  • b40dea9 👷 Updated node version

Other changes

  • a5ae3fd Added prepublishOnly script

  • fecad9a 🙈 Added custom-elements.json to .gitignore

  • f2ae1ff Reorganized repo for M3

    Added completed components (Card and Layout Grid)

  • 56a5c58 Removed unused npmrc

  • e749d64 Updated package name

  • 0b38643 deps: Added lock file

  • f4d6478 deps: Updated pnpm

  • e6ed0e0 deps: Updated pnpm version

  • cd375ea deps: Updated dependencies

  • 109432a deps: ⬆️ Upgraded dependencies

  • dc80c33 deps: ⬆️ Updated dependencies

  • 0233c44 deps: ⬆️ Updated dependencies

  • ebd6b4e ide: Updated IDE files

0.26.1

Released on July 02, 2022

🐛 Bug Fixes

Other changes

  • 2848112 Test new changelog action
  • 44e06cf Test new changelog action
  • 25906d0 Updated changelog generation workflow

0.26.0

Released on July 01, 2022

✨ Features

  • 3ef0c09 ✨ Reworked layout grid
  • 4ccfaf7 ✨ Rewritten Card component
  • 13b36aa data-table: ✨ Added data table
  • ad43097 icon-button: ✨ Added icon button component

🐛 Bug Fixes

  • 307fa38 Fix [@mwa](:/mwa)/- links
  • d2bee0d pnpm fix for WSL
  • d0245ba Fix import for CI
  • 5e975b1 card: Added missing dependency
  • 934a2b9 data-table: Fix class not found
  • 6ab3de7 data-table: Fix lastRowOfPage initialization error
  • 7283206 data-table: Added missing dependency
  • 21ef6c8 data-table: Added missing dependency
  • cdf208b data-table: Added missing dependency
  • 6d1a15d deps: Added public-hoist-pattern

♻ Code Refactoring

  • 43b79ef 🚚 Renamed files to MWA
  • dabce9a ♻️ Updated storybook paths
  • 5edd84e ♻️ Removed unused dependency
  • 2f1407c ♻️ Use :last-of-type instead of :last-child
  • 41231e9 ♻️ Use relative paths
  • 8ca673a ♻️ Removed old commented component

📝 Docs changes

  • cad0a23 Temporary replaced MD tables with HTML ones due to storybookjs/storybook#18556

  • 18acdab 📝 Improved docs

    • Updated storybook and related dependencies to 6.5.9
    • Enabled MDXv2
    • Separated components cards definition from mdx file
    • Styling improvements
  • 586dd9b 📝 Replaced wrong links with correct links

  • bb20813 Added links to components card

  • d80a80d 📝 Added storybook docs

👷 Building scripts changes

  • 60ee996 Fix missing stylesheet in build:style command
  • d4d1c2b 💚 Fix storybook build
  • 086efe2 💚 Fix storybook build
  • 784f7d5 💚 Fix storybook build

👷 CI changes

  • 5ff5898 Added auto changelog generation
  • a6eb422 👷 Build JS before publishing docs
  • c696bf4 Fix storybook build
  • 64a8fb7 Fix storybook build
  • 012dd0c 👷 Update PNPM version
  • 6b62aa0 💚 Build custom elements manifest and use PNPM

Other changes

  • 4f18238 🔖 Renamed to [@maicol07](:/maicol07)/mwa- and bumped version
  • 32176b7 IDE files
  • 4ceab3e 🚚 Renamed all to MWA
  • 9694d51 Reorganized scripts and dependencies
  • 7c96f95 deps: ⬆️ Upgraded dependencies
  • 4109482 deps: Updated dependencies

⏪ Reverts

  • 8edc1cc fix(data-table): Added missing dependency

    This reverts commit cdf208b936e1ae7f30a442a825b3d2824175ed4b.
    
  • 9c96c17 fix(card): Added missing dependency

    This reverts commit 5e975b1766ba92f47a0c37076452104d4158eb1d.
    
  • fcc77bf fix(data-table): Added missing dependency

    This reverts commit 21ef6c8a8f815f2b1b93687766e6addd8ce8f344.
    
  • baa1df5 fix(data-table): Added missing dependency

    This reverts commit 72832062de5467d55e173a705b55c5f0371bb73d.
    

0.25.3

Released on January 17, 2022

✨ Features

  • 41f0171 ✨ Inherit all the css props

🐛 Bug Fixes

  • b4fecf2 card: 💄 Fixed base card styles

♻ Code Refactoring

📝 Docs changes

  • f22f749 📝 Added card to published components

Other changes

0.25.2

Released on November 16, 2021

✨ Features

  • dd72cde card: ✨ Added MWC Cards

🐛 Bug Fixes

  • 1323ab9 Remove reflect so that attribute isn't shown if it hasn't a value

0.25.1

Released on November 15, 2021

🐛 Bug Fixes

📝 Docs changes

👷 CI changes

Other changes

  • e9ff63f Reorganize packages
  • cfa1ce4 💚 Fix CI and remove a workflow
  • e880e18 Rename package
  • 927a459 Organized in a monorepo
  • 6428ad4 🚚 Moved mwc-layout-grid to its folder
  • 64a2329 🚚 Moved mwc-layout-grid to its folder
  • 9767cce deps: ➖ Remove lerna and related scripts

0.25.0

Released on November 11, 2021

Other changes

  • 14e5e5a Change package name
  • 3452292 deps: Update deps and remove build files
material-web-additions - 1.4.0

Published by github-actions[bot] about 1 year ago

Changelog

Unreleased

👷 CI changes

1.4.0

Released on August 17, 2023

🐛 Bug Fixes

  • 6e17b29 Fix MD web pre15 BC
  • a6d1e44 data-table: Pagination buttons are enabled in rare cases
  • 6b8ad3c data-table: Fix pagination not displaying any rows if currentFirstRow is < 1
  • 3b176cd docs: Data table stories parameters not working

♻ Code Refactoring

  • 6c68489 data-table: ♻️ Renamed local variables

👷 CI changes

Other changes

  • 67b2001 PHPStorm metadata
  • 46687e7 deps: ⬆️ Upgraded dependencies

1.3.7

Released on August 10, 2023

🎨 Code styling

  • 587abdc Fix text fields and select spacing

👷 CI changes

Other changes

  • 092fb78 PHPStorm metadata
  • 4a0a5a7 deps: ⬆️ Upgraded dependencies

1.3.6

Released on July 31, 2023

🐛 Bug Fixes

  • 9dfe127 👽 Material web pre14 breaking changes

👷 CI changes

Other changes

  • e178ae3 deps: ⬆️ Upgraded dependencies

1.3.5

Released on July 13, 2023

👷 CI changes

Other changes

  • de99fab deps: ⬆️ Upgraded dependencies

1.3.4

Released on July 11, 2023

🐛 Bug Fixes

  • 1f376fb data-table: Current last row not showing when totalRows was more than displayed table rows

👷 CI changes

1.3.3

Released on July 11, 2023

✨ Features

  • f874fdd ✨ Added totalRows attribute

👷 CI changes

1.3.2

Released on July 11, 2023

✨ Features

  • 7c67b84 ✨ Added action parameter to the paginate event detail

👷 CI changes

Other changes

1.3.1

Released on July 10, 2023

✨ Features

  • 38d8a8c data-table: ✨ Added custom pagination

📝 Docs changes

  • 9b78523 data-table: 📝 Updated custom logic docs

👷 CI changes

  • 3d31784 💚 Added no changelog setting
  • 6ea2c0f version bump to 1.3.0

Other changes

  • a06036a Added removed tokens from Material web
  • 04909da deps: ⬆️ Updated dependencies

1.3.0

Released on July 10, 2023

✨ Features

  • ca5b38e data-table: ✨ Added some events to pagination actions

♻ Code Refactoring

  • 2dc15ae data-table: ♻️ Code reformat and refactor

🎨 Code styling

  • 0061893 data-table: Fix minor graphic issues with dark theme

👷 CI changes

1.2.17

Released on July 02, 2023

📝 Docs changes

👷 CI changes

  • 5bf0503 Added missing secrets inheritance
  • afa20ec version bump to 1.2.16

Other changes

  • f530b84 deps: ⬆️ Updated dependencies

1.2.16

Released on June 21, 2023

🐛 Bug Fixes

  • 5aad44d 🐛 Fix MD web pre11 breaking changes

♻ Code Refactoring

🎨 Code styling

  • 7043e9f card: Improved focus ring

👷 CI changes

  • a1e0fba 💚 Fix chromatic workflow not starting after automated release
  • 606ce7e version bump to 1.2.15

Other changes

  • 0f6c85a deps: ⬆️ Updated dependencies

1.2.15

Released on June 06, 2023

🐛 Bug Fixes

  • ceb2ccb 🐛 Fix MD web pre10 breaking changes

👷 CI changes

Other changes

  • 67c1b14 deps: ⬆️ Updated dependencies
  • aa66e5e deps: ⬆️ Updated dependencies

1.2.14

Released on May 11, 2023

🐛 Bug Fixes

  • 8f1d9a9 card: Fix compatibility with M3 pre8

👷 CI changes

  • 760d7b0 Updated chromatic workflow triggers
  • 3ef2206 version bump to 1.2.13

Other changes

  • 8bbe8bf 🔧 Removed skipLibCheck
  • eeba48f deps: ⬆️ Upgraded dependencies

1.2.13

Released on May 06, 2023

🐛 Bug Fixes

  • ee74892 layout-grid: 🏷️ Fix types

👷 CI changes

Other changes

  • 81fed86 deps: ⬆️ Upgraded dependencies

  • 8cf255e deps: ➕ Added web types

    Lit autocompletion on Webstorm/PHPStorm

1.2.12

Released on April 25, 2023

✨ Features

  • 84aa55d data-table: ✨ Replaced pagination text field with select

🐛 Bug Fixes

  • 3eeeac5 Breaking changes from latest M3 pre

📝 Docs changes

  • f7ce91a data-table: 📝 Removed line from README

👷 CI changes

Other changes

  • fa84c1d data-table: Replaced M2 linear progress with M3 one
  • 8528a60 deps: ⬆️ Upgraded dependencies

1.2.11

Released on April 20, 2023

🐛 Bug Fixes

  • b37810b data-table: ✏️ Typo in property name

👷 CI changes

Other changes

  • 9973964 deps: ⬆️ Upgraded dependencies

1.2.10

Released on April 19, 2023

🐛 Bug Fixes

  • f507435 data-table: Don't propagate click event on textfield

    This will stop showing the filter button when clicking on the filter textfield

♻ Code Refactoring

  • 70c8b6d data-table: 💄 Aligned styles with latest M3 tokens
  • 6beb686 data-table: ⚰ Removed unused styles
  • e7a00df data-table: 🚚 Move cell styles into its own private file

👷 CI changes

1.2.9

Released on April 19, 2023

⚡ Performance Improvements

  • 2623d3f data-table: Improved row update when new cells are added

👷 CI changes

  • 4cb485e version bump to 1.2.8
  • 711ee89 version bump to 1.2.9
  • 8830893 version bump to 1.2.8
  • a6321a4 Removed autodetect from release workflow
  • f130721 Removed changelog action from release workflow
  • 95a8433 Removed changelog action from release workflow
  • 25ab2a0 Added autodetect option

⏪ Reverts

  • 62502f4 ci: version bump to 1.2.8

    This reverts commit 88308931ac7b86e81633a2da01fbef99ce45d633.
    
  • fc5b4f0 ci: version bump to 1.2.9

    This reverts commit 711ee89625418ccbc4993dfe46150a13ba2aaaf3.
    

1.2.7

Released on April 18, 2023

🐛 Bug Fixes

  • 4be3c17 data-table: Wait cells initialization if they didn't update

👷 CI changes

1.2.6

Released on April 18, 2023

🐛 Bug Fixes

  • 4a25410 Row doesn't chnge state when using view frameworks

👷 CI changes

  • 800b4b9 version bump to 1.2.6
  • 417cc1b 💚 Fix secrets hidden from workflow

1.2.5

Released on April 17, 2023

🐛 Bug Fixes

  • e383c8d data-table: Removed inner container

📝 Docs changes

  • 6fbd02f data-table: 📝 Updated data table footer example

👷 CI changes

1.2.4

Released on April 17, 2023

🐛 Bug Fixes

  • c347abe data-table: Footer inheriting column
  • 0d7e0e9 data-table: ✏️ Fix typo

📝 Docs changes

  • d3e15e6 Fixed card link
  • bbedab3 data-table: Added basic footer example

👷 CI changes

1.2.3

Released on April 15, 2023

🐛 Bug Fixes

  • 2f0f18e data-table: Added reflection to some attributes to apply styles correctly
  • b74eef4 data-table: Fix sort button not disappearing when clicking on a column when manually setting the sortable property

🎨 Code styling

  • a4ee3bd data-table: 💄 Fix data table checkbox layout

👷 CI changes

1.2.2

Released on April 13, 2023

🐛 Bug Fixes

  • 3eb577d data-table: Fix sort button not disappearing when clicking on a column

🎨 Code styling

  • 6e49d8e data-table: 💄 Fix footer/pagination border

👷 CI changes

  • ec287a8 version bump to 1.2.2
  • 12b958b Fixed newTag from version_bump step

Other changes

  • ab82688 deps: ⬆️ Upgraded dependencies

1.2.1

Released on April 13, 2023

🐛 Bug Fixes

  • c802ac7 data-table: Fixed filter textfield and sort button layout when used together

🎨 Code styling

  • 3929c23 data-table: 💄 Use M3 header cell border
  • c673be1 data-table: 💄 Fix cells borders

👷 CI changes

1.2.0

Released on April 11, 2023

✨ Features

  • 21646a5 data-table: Added custom filtering and sorting

🐛 Bug Fixes

  • ba64e34 Fix Material Web pre6 breaking changes

📝 Docs changes

  • 6cf2e1c 📝 Re-added documented CSS props

👷 CI changes

  • ca64428 version bump to 1.2.0
  • 3acd619 Fix action schema
  • 9c824de Fix actions
  • 2c88937 Change version type select items order
  • 2205129 👷 Fixed overridden GITHUB_TOKEN secret
  • 4b04bd8 👷 Fixed release workflow
  • 1d637c9 👷 Added release workflow

Other changes

  • a31b8c5 deps: Enforce pre6 as minimum required version of [@material](:/material)/web
  • 6810469 deps: ⬆️ Upgraded dependencies

1.1.8

Released on March 29, 2023

🐛 Bug Fixes

  • a936117 data-table: Colors when using dark theme

Other changes

  • 8466725 Bump package version
  • 4b91326 deps: ⬆️ Upgraded dependencies

1.1.7

Released on March 28, 2023

🐛 Bug Fixes

  • 34f11d5 Fix Material Web pre5 breaking changes

📝 Docs changes

  • cc2c165 📝 Layout fix
  • 4783a63 📝 Changed sandbox tab order so that Controls is the first one

Other changes

1.1.6

Released on March 21, 2023

🐛 Bug Fixes

1.1.4

Released on March 17, 2023

♻ Code Refactoring

  • 7761ab4 data-table: ♻️ Code refactor

🎨 Code styling

  • 7a43b9a data-table: 💄 Improved text presentation in footer
  • 5e76e7d data-table: 💄 Fix border radius

1.1.3

Released on March 16, 2023

🐛 Bug Fixes

  • 4dd2291 🐛 Fix slots throwing an error when instantiating data table components.

1.1.2

Released on March 15, 2023

🐛 Bug Fixes

  • c2635af 🐛 Fix ripple due to new Material Web ripple implementation

📝 Docs changes

  • 5e06528 Moved some global CSS to preview
  • 8125e4b 🚚 Moved docs to docs folder
  • a6b8cd3 Fix deprecations
  • ba3ec8a 📝 Updated introduction and readme
  • 27ea2a6 Use md-icon and Material Symbols
  • c94b15c Removing duplicated links addon
  • 9791e02 💄 Use code instead of class
  • ae2fbaa Replaced essentials plugin collection with singular plugins
  • 8e60e65 Removed what's new plugin
  • 8ad0eaf Added support for GFM tables
  • 7270fe0 🐛 Fix markdown imports

Other changes

  • 4f1a28d deps: ⬆️ Upgraded dependencies
  • a6984eb deps: ⬆️ Upgraded dependencies
  • 6111ed5 ide: IDE settings

1.1.1

Released on February 22, 2023

🐛 Bug Fixes

  • 0e6aa37 Temporarily removed autocomplete readonly to get the page size select working.
  • 5220319 Fix text fields height after upgrading to Material Web 1.0.0-pre2
  • ee04821 Fix incompatibility with Material Web 1.0.0-pre2

Other changes

  • 8cee92d Bump package version
  • 3f0fd81 deps: ⬆️ Upgraded dependencies

1.1.0

Released on February 04, 2023

✨ Features

  • 30111bd data-table: ✨ Added support for multiple filters at the same time
  • 9d0b064 data-table: ✨ Added Keydown event on column filter text field

⏪ Reverted

  • d29c045 Revert "ci: 💚 Improved changelog generation format"

    This reverts commit b879dbc14c5a01cc91805512c0946d55ef836478.

Other changes

  • a0109ed deps: ⬆️ Upgraded dependencies
  • 5acc8fc ide: Disabled inspection

1.0.0

Released on January 21, 2023

✨ Features

  • d1a5578 card: Updated to new elevation API
  • 824217b data-table: ✨ Updated Data Table to MD3

⚡ Performance Improvements

🐛 Bug Fixes

  • e0ec914 Fix package type when building
  • b957b5d Fix missing material packages
  • 9202894 Fix missing layout grid dependency
  • b1f8993 card: Fix border condition
  • 090c978 card: Fix card elevation
  • 71db883 data-table: Fix private package

♻ Code Refactoring

  • 3a9a33a layout-grid: 🏷️ Separated attributes types from map

📝 Docs changes

  • ee0216c 📝 Removed bundlephobia badge

  • d76c449 📝 Fix typo on package scope

    Closes: #3

  • 01d5ca6 Fix uncommented elements

  • b25076d ✨ Migrated to Storybook 7 and Vite

  • 30a6c88 Changed link to match new branch name

  • 095eacf Added missing icon button component

  • 4be716b Fixed component card primary action not activating

  • ace0939 Added storybook button

👷 Building scripts changes

  • 3ecf497 🐛 Fix card building
  • b2618f6 docs: 💚 Run docs build with latest pnpm

👷 CI changes

  • b879dbc 💚 Improved changelog generation format
  • b432264 Fix checkout action compatibility with chromatic
  • 983ff1c 👷 Fix old NodeJS version working
  • b40dea9 👷 Updated node version

Other changes

  • a5ae3fd Added prepublishOnly script

  • fecad9a 🙈 Added custom-elements.json to .gitignore

  • f2ae1ff Reorganized repo for M3

    Added completed components (Card and Layout Grid)

  • 56a5c58 Removed unused npmrc

  • e749d64 Updated package name

  • 0b38643 deps: Added lock file

  • f4d6478 deps: Updated pnpm

  • e6ed0e0 deps: Updated pnpm version

  • cd375ea deps: Updated dependencies

  • 109432a deps: ⬆️ Upgraded dependencies

  • dc80c33 deps: ⬆️ Updated dependencies

  • 0233c44 deps: ⬆️ Updated dependencies

  • ebd6b4e ide: Updated IDE files

0.26.1

Released on July 02, 2022

🐛 Bug Fixes

Other changes

  • 2848112 Test new changelog action
  • 44e06cf Test new changelog action
  • 25906d0 Updated changelog generation workflow

0.26.0

Released on July 01, 2022

✨ Features

  • 3ef0c09 ✨ Reworked layout grid
  • 4ccfaf7 ✨ Rewritten Card component
  • 13b36aa data-table: ✨ Added data table
  • ad43097 icon-button: ✨ Added icon button component

🐛 Bug Fixes

  • 307fa38 Fix [@mwa](:/mwa)/- links
  • d2bee0d pnpm fix for WSL
  • d0245ba Fix import for CI
  • 5e975b1 card: Added missing dependency
  • 934a2b9 data-table: Fix class not found
  • 6ab3de7 data-table: Fix lastRowOfPage initialization error
  • 7283206 data-table: Added missing dependency
  • 21ef6c8 data-table: Added missing dependency
  • cdf208b data-table: Added missing dependency
  • 6d1a15d deps: Added public-hoist-pattern

♻ Code Refactoring

  • 43b79ef 🚚 Renamed files to MWA
  • dabce9a ♻️ Updated storybook paths
  • 5edd84e ♻️ Removed unused dependency
  • 2f1407c ♻️ Use :last-of-type instead of :last-child
  • 41231e9 ♻️ Use relative paths
  • 8ca673a ♻️ Removed old commented component

📝 Docs changes

  • cad0a23 Temporary replaced MD tables with HTML ones due to storybookjs/storybook#18556

  • 18acdab 📝 Improved docs

    • Updated storybook and related dependencies to 6.5.9
    • Enabled MDXv2
    • Separated components cards definition from mdx file
    • Styling improvements
  • 586dd9b 📝 Replaced wrong links with correct links

  • bb20813 Added links to components card

  • d80a80d 📝 Added storybook docs

👷 Building scripts changes

  • 60ee996 Fix missing stylesheet in build:style command
  • d4d1c2b 💚 Fix storybook build
  • 086efe2 💚 Fix storybook build
  • 784f7d5 💚 Fix storybook build

👷 CI changes

  • 5ff5898 Added auto changelog generation
  • a6eb422 👷 Build JS before publishing docs
  • c696bf4 Fix storybook build
  • 64a8fb7 Fix storybook build
  • 012dd0c 👷 Update PNPM version
  • 6b62aa0 💚 Build custom elements manifest and use PNPM

Other changes

  • 4f18238 🔖 Renamed to [@maicol07](:/maicol07)/mwa- and bumped version
  • 32176b7 IDE files
  • 4ceab3e 🚚 Renamed all to MWA
  • 9694d51 Reorganized scripts and dependencies
  • 7c96f95 deps: ⬆️ Upgraded dependencies
  • 4109482 deps: Updated dependencies

⏪ Reverts

  • 8edc1cc fix(data-table): Added missing dependency

    This reverts commit cdf208b936e1ae7f30a442a825b3d2824175ed4b.
    
  • 9c96c17 fix(card): Added missing dependency

    This reverts commit 5e975b1766ba92f47a0c37076452104d4158eb1d.
    
  • fcc77bf fix(data-table): Added missing dependency

    This reverts commit 21ef6c8a8f815f2b1b93687766e6addd8ce8f344.
    
  • baa1df5 fix(data-table): Added missing dependency

    This reverts commit 72832062de5467d55e173a705b55c5f0371bb73d.
    

0.25.3

Released on January 17, 2022

✨ Features

  • 41f0171 ✨ Inherit all the css props

🐛 Bug Fixes

  • b4fecf2 card: 💄 Fixed base card styles

♻ Code Refactoring

📝 Docs changes

  • f22f749 📝 Added card to published components

Other changes

0.25.2

Released on November 16, 2021

✨ Features

  • dd72cde card: ✨ Added MWC Cards

🐛 Bug Fixes

  • 1323ab9 Remove reflect so that attribute isn't shown if it hasn't a value

0.25.1

Released on November 15, 2021

🐛 Bug Fixes

📝 Docs changes

👷 CI changes

Other changes

  • e9ff63f Reorganize packages
  • cfa1ce4 💚 Fix CI and remove a workflow
  • e880e18 Rename package
  • 927a459 Organized in a monorepo
  • 6428ad4 🚚 Moved mwc-layout-grid to its folder
  • 64a2329 🚚 Moved mwc-layout-grid to its folder
  • 9767cce deps: ➖ Remove lerna and related scripts

0.25.0

Released on November 11, 2021

Other changes

  • 14e5e5a Change package name
  • 3452292 deps: Update deps and remove build files
material-web-additions - 1.3.7

Published by github-actions[bot] about 1 year ago

Changelog

Unreleased

👷 CI changes

1.3.7

Released on August 10, 2023

🎨 Code styling

  • 587abdc Fix text fields and select spacing

👷 CI changes

Other changes

  • 092fb78 PHPStorm metadata
  • 4a0a5a7 deps: ⬆️ Upgraded dependencies

1.3.6

Released on July 31, 2023

🐛 Bug Fixes

  • 9dfe127 👽 Material web pre14 breaking changes

👷 CI changes

Other changes

  • e178ae3 deps: ⬆️ Upgraded dependencies

1.3.5

Released on July 13, 2023

👷 CI changes

Other changes

  • de99fab deps: ⬆️ Upgraded dependencies

1.3.4

Released on July 11, 2023

🐛 Bug Fixes

  • 1f376fb data-table: Current last row not showing when totalRows was more than displayed table rows

👷 CI changes

1.3.3

Released on July 11, 2023

✨ Features

  • f874fdd ✨ Added totalRows attribute

👷 CI changes

1.3.2

Released on July 11, 2023

✨ Features

  • 7c67b84 ✨ Added action parameter to the paginate event detail

👷 CI changes

Other changes

1.3.1

Released on July 10, 2023

✨ Features

  • 38d8a8c data-table: ✨ Added custom pagination

📝 Docs changes

  • 9b78523 data-table: 📝 Updated custom logic docs

👷 CI changes

  • 3d31784 💚 Added no changelog setting
  • 6ea2c0f version bump to 1.3.0

Other changes

  • a06036a Added removed tokens from Material web
  • 04909da deps: ⬆️ Updated dependencies

1.3.0

Released on July 10, 2023

✨ Features

  • ca5b38e data-table: ✨ Added some events to pagination actions

♻ Code Refactoring

  • 2dc15ae data-table: ♻️ Code reformat and refactor

🎨 Code styling

  • 0061893 data-table: Fix minor graphic issues with dark theme

👷 CI changes

1.2.17

Released on July 02, 2023

📝 Docs changes

👷 CI changes

  • 5bf0503 Added missing secrets inheritance
  • afa20ec version bump to 1.2.16

Other changes

  • f530b84 deps: ⬆️ Updated dependencies

1.2.16

Released on June 21, 2023

🐛 Bug Fixes

  • 5aad44d 🐛 Fix MD web pre11 breaking changes

♻ Code Refactoring

🎨 Code styling

  • 7043e9f card: Improved focus ring

👷 CI changes

  • a1e0fba 💚 Fix chromatic workflow not starting after automated release
  • 606ce7e version bump to 1.2.15

Other changes

  • 0f6c85a deps: ⬆️ Updated dependencies

1.2.15

Released on June 06, 2023

🐛 Bug Fixes

  • ceb2ccb 🐛 Fix MD web pre10 breaking changes

👷 CI changes

Other changes

  • 67c1b14 deps: ⬆️ Updated dependencies
  • aa66e5e deps: ⬆️ Updated dependencies

1.2.14

Released on May 11, 2023

🐛 Bug Fixes

  • 8f1d9a9 card: Fix compatibility with M3 pre8

👷 CI changes

  • 760d7b0 Updated chromatic workflow triggers
  • 3ef2206 version bump to 1.2.13

Other changes

  • 8bbe8bf 🔧 Removed skipLibCheck
  • eeba48f deps: ⬆️ Upgraded dependencies

1.2.13

Released on May 06, 2023

🐛 Bug Fixes

  • ee74892 layout-grid: 🏷️ Fix types

👷 CI changes

Other changes

  • 81fed86 deps: ⬆️ Upgraded dependencies

  • 8cf255e deps: ➕ Added web types

    Lit autocompletion on Webstorm/PHPStorm

1.2.12

Released on April 25, 2023

✨ Features

  • 84aa55d data-table: ✨ Replaced pagination text field with select

🐛 Bug Fixes

  • 3eeeac5 Breaking changes from latest M3 pre

📝 Docs changes

  • f7ce91a data-table: 📝 Removed line from README

👷 CI changes

Other changes

  • fa84c1d data-table: Replaced M2 linear progress with M3 one
  • 8528a60 deps: ⬆️ Upgraded dependencies

1.2.11

Released on April 20, 2023

🐛 Bug Fixes

  • b37810b data-table: ✏️ Typo in property name

👷 CI changes

Other changes

  • 9973964 deps: ⬆️ Upgraded dependencies

1.2.10

Released on April 19, 2023

🐛 Bug Fixes

  • f507435 data-table: Don't propagate click event on textfield

    This will stop showing the filter button when clicking on the filter textfield

♻ Code Refactoring

  • 70c8b6d data-table: 💄 Aligned styles with latest M3 tokens
  • 6beb686 data-table: ⚰ Removed unused styles
  • e7a00df data-table: 🚚 Move cell styles into its own private file

👷 CI changes

1.2.9

Released on April 19, 2023

⚡ Performance Improvements

  • 2623d3f data-table: Improved row update when new cells are added

👷 CI changes

  • 4cb485e version bump to 1.2.8
  • 711ee89 version bump to 1.2.9
  • 8830893 version bump to 1.2.8
  • a6321a4 Removed autodetect from release workflow
  • f130721 Removed changelog action from release workflow
  • 95a8433 Removed changelog action from release workflow
  • 25ab2a0 Added autodetect option

⏪ Reverts

  • 62502f4 ci: version bump to 1.2.8

    This reverts commit 88308931ac7b86e81633a2da01fbef99ce45d633.
    
  • fc5b4f0 ci: version bump to 1.2.9

    This reverts commit 711ee89625418ccbc4993dfe46150a13ba2aaaf3.
    

1.2.7

Released on April 18, 2023

🐛 Bug Fixes

  • 4be3c17 data-table: Wait cells initialization if they didn't update

👷 CI changes

1.2.6

Released on April 18, 2023

🐛 Bug Fixes

  • 4a25410 Row doesn't chnge state when using view frameworks

👷 CI changes

  • 800b4b9 version bump to 1.2.6
  • 417cc1b 💚 Fix secrets hidden from workflow

1.2.5

Released on April 17, 2023

🐛 Bug Fixes

  • e383c8d data-table: Removed inner container

📝 Docs changes

  • 6fbd02f data-table: 📝 Updated data table footer example

👷 CI changes

1.2.4

Released on April 17, 2023

🐛 Bug Fixes

  • c347abe data-table: Footer inheriting column
  • 0d7e0e9 data-table: ✏️ Fix typo

📝 Docs changes

  • d3e15e6 Fixed card link
  • bbedab3 data-table: Added basic footer example

👷 CI changes

1.2.3

Released on April 15, 2023

🐛 Bug Fixes

  • 2f0f18e data-table: Added reflection to some attributes to apply styles correctly
  • b74eef4 data-table: Fix sort button not disappearing when clicking on a column when manually setting the sortable property

🎨 Code styling

  • a4ee3bd data-table: 💄 Fix data table checkbox layout

👷 CI changes

1.2.2

Released on April 13, 2023

🐛 Bug Fixes

  • 3eb577d data-table: Fix sort button not disappearing when clicking on a column

🎨 Code styling

  • 6e49d8e data-table: 💄 Fix footer/pagination border

👷 CI changes

  • ec287a8 version bump to 1.2.2
  • 12b958b Fixed newTag from version_bump step

Other changes

  • ab82688 deps: ⬆️ Upgraded dependencies

1.2.1

Released on April 13, 2023

🐛 Bug Fixes

  • c802ac7 data-table: Fixed filter textfield and sort button layout when used together

🎨 Code styling

  • 3929c23 data-table: 💄 Use M3 header cell border
  • c673be1 data-table: 💄 Fix cells borders

👷 CI changes

1.2.0

Released on April 11, 2023

✨ Features

  • 21646a5 data-table: Added custom filtering and sorting

🐛 Bug Fixes

  • ba64e34 Fix Material Web pre6 breaking changes

📝 Docs changes

  • 6cf2e1c 📝 Re-added documented CSS props

👷 CI changes

  • ca64428 version bump to 1.2.0
  • 3acd619 Fix action schema
  • 9c824de Fix actions
  • 2c88937 Change version type select items order
  • 2205129 👷 Fixed overridden GITHUB_TOKEN secret
  • 4b04bd8 👷 Fixed release workflow
  • 1d637c9 👷 Added release workflow

Other changes

  • a31b8c5 deps: Enforce pre6 as minimum required version of [@material](:/material)/web
  • 6810469 deps: ⬆️ Upgraded dependencies

1.1.8

Released on March 29, 2023

🐛 Bug Fixes

  • a936117 data-table: Colors when using dark theme

Other changes

  • 8466725 Bump package version
  • 4b91326 deps: ⬆️ Upgraded dependencies

1.1.7

Released on March 28, 2023

🐛 Bug Fixes

  • 34f11d5 Fix Material Web pre5 breaking changes

📝 Docs changes

  • cc2c165 📝 Layout fix
  • 4783a63 📝 Changed sandbox tab order so that Controls is the first one

Other changes

1.1.6

Released on March 21, 2023

🐛 Bug Fixes

1.1.4

Released on March 17, 2023

♻ Code Refactoring

  • 7761ab4 data-table: ♻️ Code refactor

🎨 Code styling

  • 7a43b9a data-table: 💄 Improved text presentation in footer
  • 5e76e7d data-table: 💄 Fix border radius

1.1.3

Released on March 16, 2023

🐛 Bug Fixes

  • 4dd2291 🐛 Fix slots throwing an error when instantiating data table components.

1.1.2

Released on March 15, 2023

🐛 Bug Fixes

  • c2635af 🐛 Fix ripple due to new Material Web ripple implementation

📝 Docs changes

  • 5e06528 Moved some global CSS to preview
  • 8125e4b 🚚 Moved docs to docs folder
  • a6b8cd3 Fix deprecations
  • ba3ec8a 📝 Updated introduction and readme
  • 27ea2a6 Use md-icon and Material Symbols
  • c94b15c Removing duplicated links addon
  • 9791e02 💄 Use code instead of class
  • ae2fbaa Replaced essentials plugin collection with singular plugins
  • 8e60e65 Removed what's new plugin
  • 8ad0eaf Added support for GFM tables
  • 7270fe0 🐛 Fix markdown imports

Other changes

  • 4f1a28d deps: ⬆️ Upgraded dependencies
  • a6984eb deps: ⬆️ Upgraded dependencies
  • 6111ed5 ide: IDE settings

1.1.1

Released on February 22, 2023

🐛 Bug Fixes

  • 0e6aa37 Temporarily removed autocomplete readonly to get the page size select working.
  • 5220319 Fix text fields height after upgrading to Material Web 1.0.0-pre2
  • ee04821 Fix incompatibility with Material Web 1.0.0-pre2

Other changes

  • 8cee92d Bump package version
  • 3f0fd81 deps: ⬆️ Upgraded dependencies

1.1.0

Released on February 04, 2023

✨ Features

  • 30111bd data-table: ✨ Added support for multiple filters at the same time
  • 9d0b064 data-table: ✨ Added Keydown event on column filter text field

⏪ Reverted

  • d29c045 Revert "ci: 💚 Improved changelog generation format"

    This reverts commit b879dbc14c5a01cc91805512c0946d55ef836478.

Other changes

  • a0109ed deps: ⬆️ Upgraded dependencies
  • 5acc8fc ide: Disabled inspection

1.0.0

Released on January 21, 2023

✨ Features

  • d1a5578 card: Updated to new elevation API
  • 824217b data-table: ✨ Updated Data Table to MD3

⚡ Performance Improvements

🐛 Bug Fixes

  • e0ec914 Fix package type when building
  • b957b5d Fix missing material packages
  • 9202894 Fix missing layout grid dependency
  • b1f8993 card: Fix border condition
  • 090c978 card: Fix card elevation
  • 71db883 data-table: Fix private package

♻ Code Refactoring

  • 3a9a33a layout-grid: 🏷️ Separated attributes types from map

📝 Docs changes

  • ee0216c 📝 Removed bundlephobia badge

  • d76c449 📝 Fix typo on package scope

    Closes: #3

  • 01d5ca6 Fix uncommented elements

  • b25076d ✨ Migrated to Storybook 7 and Vite

  • 30a6c88 Changed link to match new branch name

  • 095eacf Added missing icon button component

  • 4be716b Fixed component card primary action not activating

  • ace0939 Added storybook button

👷 Building scripts changes

  • 3ecf497 🐛 Fix card building
  • b2618f6 docs: 💚 Run docs build with latest pnpm

👷 CI changes

  • b879dbc 💚 Improved changelog generation format
  • b432264 Fix checkout action compatibility with chromatic
  • 983ff1c 👷 Fix old NodeJS version working
  • b40dea9 👷 Updated node version

Other changes

  • a5ae3fd Added prepublishOnly script

  • fecad9a 🙈 Added custom-elements.json to .gitignore

  • f2ae1ff Reorganized repo for M3

    Added completed components (Card and Layout Grid)

  • 56a5c58 Removed unused npmrc

  • e749d64 Updated package name

  • 0b38643 deps: Added lock file

  • f4d6478 deps: Updated pnpm

  • e6ed0e0 deps: Updated pnpm version

  • cd375ea deps: Updated dependencies

  • 109432a deps: ⬆️ Upgraded dependencies

  • dc80c33 deps: ⬆️ Updated dependencies

  • 0233c44 deps: ⬆️ Updated dependencies

  • ebd6b4e ide: Updated IDE files

0.26.1

Released on July 02, 2022

🐛 Bug Fixes

Other changes

  • 2848112 Test new changelog action
  • 44e06cf Test new changelog action
  • 25906d0 Updated changelog generation workflow

0.26.0

Released on July 01, 2022

✨ Features

  • 3ef0c09 ✨ Reworked layout grid
  • 4ccfaf7 ✨ Rewritten Card component
  • 13b36aa data-table: ✨ Added data table
  • ad43097 icon-button: ✨ Added icon button component

🐛 Bug Fixes

  • 307fa38 Fix [@mwa](:/mwa)/- links
  • d2bee0d pnpm fix for WSL
  • d0245ba Fix import for CI
  • 5e975b1 card: Added missing dependency
  • 934a2b9 data-table: Fix class not found
  • 6ab3de7 data-table: Fix lastRowOfPage initialization error
  • 7283206 data-table: Added missing dependency
  • 21ef6c8 data-table: Added missing dependency
  • cdf208b data-table: Added missing dependency
  • 6d1a15d deps: Added public-hoist-pattern

♻ Code Refactoring

  • 43b79ef 🚚 Renamed files to MWA
  • dabce9a ♻️ Updated storybook paths
  • 5edd84e ♻️ Removed unused dependency
  • 2f1407c ♻️ Use :last-of-type instead of :last-child
  • 41231e9 ♻️ Use relative paths
  • 8ca673a ♻️ Removed old commented component

📝 Docs changes

  • cad0a23 Temporary replaced MD tables with HTML ones due to storybookjs/storybook#18556

  • 18acdab 📝 Improved docs

    • Updated storybook and related dependencies to 6.5.9
    • Enabled MDXv2
    • Separated components cards definition from mdx file
    • Styling improvements
  • 586dd9b 📝 Replaced wrong links with correct links

  • bb20813 Added links to components card

  • d80a80d 📝 Added storybook docs

👷 Building scripts changes

  • 60ee996 Fix missing stylesheet in build:style command
  • d4d1c2b 💚 Fix storybook build
  • 086efe2 💚 Fix storybook build
  • 784f7d5 💚 Fix storybook build

👷 CI changes

  • 5ff5898 Added auto changelog generation
  • a6eb422 👷 Build JS before publishing docs
  • c696bf4 Fix storybook build
  • 64a8fb7 Fix storybook build
  • 012dd0c 👷 Update PNPM version
  • 6b62aa0 💚 Build custom elements manifest and use PNPM

Other changes

  • 4f18238 🔖 Renamed to [@maicol07](:/maicol07)/mwa- and bumped version
  • 32176b7 IDE files
  • 4ceab3e 🚚 Renamed all to MWA
  • 9694d51 Reorganized scripts and dependencies
  • 7c96f95 deps: ⬆️ Upgraded dependencies
  • 4109482 deps: Updated dependencies

⏪ Reverts

  • 8edc1cc fix(data-table): Added missing dependency

    This reverts commit cdf208b936e1ae7f30a442a825b3d2824175ed4b.
    
  • 9c96c17 fix(card): Added missing dependency

    This reverts commit 5e975b1766ba92f47a0c37076452104d4158eb1d.
    
  • fcc77bf fix(data-table): Added missing dependency

    This reverts commit 21ef6c8a8f815f2b1b93687766e6addd8ce8f344.
    
  • baa1df5 fix(data-table): Added missing dependency

    This reverts commit 72832062de5467d55e173a705b55c5f0371bb73d.
    

0.25.3

Released on January 17, 2022

✨ Features

  • 41f0171 ✨ Inherit all the css props

🐛 Bug Fixes

  • b4fecf2 card: 💄 Fixed base card styles

♻ Code Refactoring

📝 Docs changes

  • f22f749 📝 Added card to published components

Other changes

0.25.2

Released on November 16, 2021

✨ Features

  • dd72cde card: ✨ Added MWC Cards

🐛 Bug Fixes

  • 1323ab9 Remove reflect so that attribute isn't shown if it hasn't a value

0.25.1

Released on November 15, 2021

🐛 Bug Fixes

📝 Docs changes

👷 CI changes

Other changes

  • e9ff63f Reorganize packages
  • cfa1ce4 💚 Fix CI and remove a workflow
  • e880e18 Rename package
  • 927a459 Organized in a monorepo
  • 6428ad4 🚚 Moved mwc-layout-grid to its folder
  • 64a2329 🚚 Moved mwc-layout-grid to its folder
  • 9767cce deps: ➖ Remove lerna and related scripts

0.25.0

Released on November 11, 2021

Other changes

  • 14e5e5a Change package name
  • 3452292 deps: Update deps and remove build files
material-web-additions - 1.3.6

Published by github-actions[bot] about 1 year ago

Changelog

Unreleased

👷 CI changes

1.3.6

Released on July 31, 2023

🐛 Bug Fixes

  • 9dfe127 👽 Material web pre14 breaking changes

👷 CI changes

Other changes

  • e178ae3 deps: ⬆️ Upgraded dependencies

1.3.5

Released on July 13, 2023

👷 CI changes

Other changes

  • de99fab deps: ⬆️ Upgraded dependencies

1.3.4

Released on July 11, 2023

🐛 Bug Fixes

  • 1f376fb data-table: Current last row not showing when totalRows was more than displayed table rows

👷 CI changes

1.3.3

Released on July 11, 2023

✨ Features

  • f874fdd ✨ Added totalRows attribute

👷 CI changes

1.3.2

Released on July 11, 2023

✨ Features

  • 7c67b84 ✨ Added action parameter to the paginate event detail

👷 CI changes

Other changes

1.3.1

Released on July 10, 2023

✨ Features

  • 38d8a8c data-table: ✨ Added custom pagination

📝 Docs changes

  • 9b78523 data-table: 📝 Updated custom logic docs

👷 CI changes

  • 3d31784 💚 Added no changelog setting
  • 6ea2c0f version bump to 1.3.0

Other changes

  • a06036a Added removed tokens from Material web
  • 04909da deps: ⬆️ Updated dependencies

1.3.0

Released on July 10, 2023

✨ Features

  • ca5b38e data-table: ✨ Added some events to pagination actions

♻ Code Refactoring

  • 2dc15ae data-table: ♻️ Code reformat and refactor

🎨 Code styling

  • 0061893 data-table: Fix minor graphic issues with dark theme

👷 CI changes

1.2.17

Released on July 02, 2023

📝 Docs changes

👷 CI changes

  • 5bf0503 Added missing secrets inheritance
  • afa20ec version bump to 1.2.16

Other changes

  • f530b84 deps: ⬆️ Updated dependencies

1.2.16

Released on June 21, 2023

🐛 Bug Fixes

  • 5aad44d 🐛 Fix MD web pre11 breaking changes

♻ Code Refactoring

🎨 Code styling

  • 7043e9f card: Improved focus ring

👷 CI changes

  • a1e0fba 💚 Fix chromatic workflow not starting after automated release
  • 606ce7e version bump to 1.2.15

Other changes

  • 0f6c85a deps: ⬆️ Updated dependencies

1.2.15

Released on June 06, 2023

🐛 Bug Fixes

  • ceb2ccb 🐛 Fix MD web pre10 breaking changes

👷 CI changes

Other changes

  • 67c1b14 deps: ⬆️ Updated dependencies
  • aa66e5e deps: ⬆️ Updated dependencies

1.2.14

Released on May 11, 2023

🐛 Bug Fixes

  • 8f1d9a9 card: Fix compatibility with M3 pre8

👷 CI changes

  • 760d7b0 Updated chromatic workflow triggers
  • 3ef2206 version bump to 1.2.13

Other changes

  • 8bbe8bf 🔧 Removed skipLibCheck
  • eeba48f deps: ⬆️ Upgraded dependencies

1.2.13

Released on May 06, 2023

🐛 Bug Fixes

  • ee74892 layout-grid: 🏷️ Fix types

👷 CI changes

Other changes

  • 81fed86 deps: ⬆️ Upgraded dependencies

  • 8cf255e deps: ➕ Added web types

    Lit autocompletion on Webstorm/PHPStorm

1.2.12

Released on April 25, 2023

✨ Features

  • 84aa55d data-table: ✨ Replaced pagination text field with select

🐛 Bug Fixes

  • 3eeeac5 Breaking changes from latest M3 pre

📝 Docs changes

  • f7ce91a data-table: 📝 Removed line from README

👷 CI changes

Other changes

  • fa84c1d data-table: Replaced M2 linear progress with M3 one
  • 8528a60 deps: ⬆️ Upgraded dependencies

1.2.11

Released on April 20, 2023

🐛 Bug Fixes

  • b37810b data-table: ✏️ Typo in property name

👷 CI changes

Other changes

  • 9973964 deps: ⬆️ Upgraded dependencies

1.2.10

Released on April 19, 2023

🐛 Bug Fixes

  • f507435 data-table: Don't propagate click event on textfield

    This will stop showing the filter button when clicking on the filter textfield

♻ Code Refactoring

  • 70c8b6d data-table: 💄 Aligned styles with latest M3 tokens
  • 6beb686 data-table: ⚰ Removed unused styles
  • e7a00df data-table: 🚚 Move cell styles into its own private file

👷 CI changes

1.2.9

Released on April 19, 2023

⚡ Performance Improvements

  • 2623d3f data-table: Improved row update when new cells are added

👷 CI changes

  • 4cb485e version bump to 1.2.8
  • 711ee89 version bump to 1.2.9
  • 8830893 version bump to 1.2.8
  • a6321a4 Removed autodetect from release workflow
  • f130721 Removed changelog action from release workflow
  • 95a8433 Removed changelog action from release workflow
  • 25ab2a0 Added autodetect option

⏪ Reverts

  • 62502f4 ci: version bump to 1.2.8

    This reverts commit 88308931ac7b86e81633a2da01fbef99ce45d633.
    
  • fc5b4f0 ci: version bump to 1.2.9

    This reverts commit 711ee89625418ccbc4993dfe46150a13ba2aaaf3.
    

1.2.7

Released on April 18, 2023

🐛 Bug Fixes

  • 4be3c17 data-table: Wait cells initialization if they didn't update

👷 CI changes

1.2.6

Released on April 18, 2023

🐛 Bug Fixes

  • 4a25410 Row doesn't chnge state when using view frameworks

👷 CI changes

  • 800b4b9 version bump to 1.2.6
  • 417cc1b 💚 Fix secrets hidden from workflow

1.2.5

Released on April 17, 2023

🐛 Bug Fixes

  • e383c8d data-table: Removed inner container

📝 Docs changes

  • 6fbd02f data-table: 📝 Updated data table footer example

👷 CI changes

1.2.4

Released on April 17, 2023

🐛 Bug Fixes

  • c347abe data-table: Footer inheriting column
  • 0d7e0e9 data-table: ✏️ Fix typo

📝 Docs changes

  • d3e15e6 Fixed card link
  • bbedab3 data-table: Added basic footer example

👷 CI changes

1.2.3

Released on April 15, 2023

🐛 Bug Fixes

  • 2f0f18e data-table: Added reflection to some attributes to apply styles correctly
  • b74eef4 data-table: Fix sort button not disappearing when clicking on a column when manually setting the sortable property

🎨 Code styling

  • a4ee3bd data-table: 💄 Fix data table checkbox layout

👷 CI changes

1.2.2

Released on April 13, 2023

🐛 Bug Fixes

  • 3eb577d data-table: Fix sort button not disappearing when clicking on a column

🎨 Code styling

  • 6e49d8e data-table: 💄 Fix footer/pagination border

👷 CI changes

  • ec287a8 version bump to 1.2.2
  • 12b958b Fixed newTag from version_bump step

Other changes

  • ab82688 deps: ⬆️ Upgraded dependencies

1.2.1

Released on April 13, 2023

🐛 Bug Fixes

  • c802ac7 data-table: Fixed filter textfield and sort button layout when used together

🎨 Code styling

  • 3929c23 data-table: 💄 Use M3 header cell border
  • c673be1 data-table: 💄 Fix cells borders

👷 CI changes

1.2.0

Released on April 11, 2023

✨ Features

  • 21646a5 data-table: Added custom filtering and sorting

🐛 Bug Fixes

  • ba64e34 Fix Material Web pre6 breaking changes

📝 Docs changes

  • 6cf2e1c 📝 Re-added documented CSS props

👷 CI changes

  • ca64428 version bump to 1.2.0
  • 3acd619 Fix action schema
  • 9c824de Fix actions
  • 2c88937 Change version type select items order
  • 2205129 👷 Fixed overridden GITHUB_TOKEN secret
  • 4b04bd8 👷 Fixed release workflow
  • 1d637c9 👷 Added release workflow

Other changes

  • a31b8c5 deps: Enforce pre6 as minimum required version of [@material](:/material)/web
  • 6810469 deps: ⬆️ Upgraded dependencies

1.1.8

Released on March 29, 2023

🐛 Bug Fixes

  • a936117 data-table: Colors when using dark theme

Other changes

  • 8466725 Bump package version
  • 4b91326 deps: ⬆️ Upgraded dependencies

1.1.7

Released on March 28, 2023

🐛 Bug Fixes

  • 34f11d5 Fix Material Web pre5 breaking changes

📝 Docs changes

  • cc2c165 📝 Layout fix
  • 4783a63 📝 Changed sandbox tab order so that Controls is the first one

Other changes

1.1.6

Released on March 21, 2023

🐛 Bug Fixes

1.1.4

Released on March 17, 2023

♻ Code Refactoring

  • 7761ab4 data-table: ♻️ Code refactor

🎨 Code styling

  • 7a43b9a data-table: 💄 Improved text presentation in footer
  • 5e76e7d data-table: 💄 Fix border radius

1.1.3

Released on March 16, 2023

🐛 Bug Fixes

  • 4dd2291 🐛 Fix slots throwing an error when instantiating data table components.

1.1.2

Released on March 15, 2023

🐛 Bug Fixes

  • c2635af 🐛 Fix ripple due to new Material Web ripple implementation

📝 Docs changes

  • 5e06528 Moved some global CSS to preview
  • 8125e4b 🚚 Moved docs to docs folder
  • a6b8cd3 Fix deprecations
  • ba3ec8a 📝 Updated introduction and readme
  • 27ea2a6 Use md-icon and Material Symbols
  • c94b15c Removing duplicated links addon
  • 9791e02 💄 Use code instead of class
  • ae2fbaa Replaced essentials plugin collection with singular plugins
  • 8e60e65 Removed what's new plugin
  • 8ad0eaf Added support for GFM tables
  • 7270fe0 🐛 Fix markdown imports

Other changes

  • 4f1a28d deps: ⬆️ Upgraded dependencies
  • a6984eb deps: ⬆️ Upgraded dependencies
  • 6111ed5 ide: IDE settings

1.1.1

Released on February 22, 2023

🐛 Bug Fixes

  • 0e6aa37 Temporarily removed autocomplete readonly to get the page size select working.
  • 5220319 Fix text fields height after upgrading to Material Web 1.0.0-pre2
  • ee04821 Fix incompatibility with Material Web 1.0.0-pre2

Other changes

  • 8cee92d Bump package version
  • 3f0fd81 deps: ⬆️ Upgraded dependencies

1.1.0

Released on February 04, 2023

✨ Features

  • 30111bd data-table: ✨ Added support for multiple filters at the same time
  • 9d0b064 data-table: ✨ Added Keydown event on column filter text field

⏪ Reverted

  • d29c045 Revert "ci: 💚 Improved changelog generation format"

    This reverts commit b879dbc14c5a01cc91805512c0946d55ef836478.

Other changes

  • a0109ed deps: ⬆️ Upgraded dependencies
  • 5acc8fc ide: Disabled inspection

1.0.0

Released on January 21, 2023

✨ Features

  • d1a5578 card: Updated to new elevation API
  • 824217b data-table: ✨ Updated Data Table to MD3

⚡ Performance Improvements

🐛 Bug Fixes

  • e0ec914 Fix package type when building
  • b957b5d Fix missing material packages
  • 9202894 Fix missing layout grid dependency
  • b1f8993 card: Fix border condition
  • 090c978 card: Fix card elevation
  • 71db883 data-table: Fix private package

♻ Code Refactoring

  • 3a9a33a layout-grid: 🏷️ Separated attributes types from map

📝 Docs changes

  • ee0216c 📝 Removed bundlephobia badge

  • d76c449 📝 Fix typo on package scope

    Closes: #3

  • 01d5ca6 Fix uncommented elements

  • b25076d ✨ Migrated to Storybook 7 and Vite

  • 30a6c88 Changed link to match new branch name

  • 095eacf Added missing icon button component

  • 4be716b Fixed component card primary action not activating

  • ace0939 Added storybook button

👷 Building scripts changes

  • 3ecf497 🐛 Fix card building
  • b2618f6 docs: 💚 Run docs build with latest pnpm

👷 CI changes

  • b879dbc 💚 Improved changelog generation format
  • b432264 Fix checkout action compatibility with chromatic
  • 983ff1c 👷 Fix old NodeJS version working
  • b40dea9 👷 Updated node version

Other changes

  • a5ae3fd Added prepublishOnly script

  • fecad9a 🙈 Added custom-elements.json to .gitignore

  • f2ae1ff Reorganized repo for M3

    Added completed components (Card and Layout Grid)

  • 56a5c58 Removed unused npmrc

  • e749d64 Updated package name

  • 0b38643 deps: Added lock file

  • f4d6478 deps: Updated pnpm

  • e6ed0e0 deps: Updated pnpm version

  • cd375ea deps: Updated dependencies

  • 109432a deps: ⬆️ Upgraded dependencies

  • dc80c33 deps: ⬆️ Updated dependencies

  • 0233c44 deps: ⬆️ Updated dependencies

  • ebd6b4e ide: Updated IDE files

0.26.1

Released on July 02, 2022

🐛 Bug Fixes

Other changes

  • 2848112 Test new changelog action
  • 44e06cf Test new changelog action
  • 25906d0 Updated changelog generation workflow

0.26.0

Released on July 01, 2022

✨ Features

  • 3ef0c09 ✨ Reworked layout grid
  • 4ccfaf7 ✨ Rewritten Card component
  • 13b36aa data-table: ✨ Added data table
  • ad43097 icon-button: ✨ Added icon button component

🐛 Bug Fixes

  • 307fa38 Fix [@mwa](:/mwa)/- links
  • d2bee0d pnpm fix for WSL
  • d0245ba Fix import for CI
  • 5e975b1 card: Added missing dependency
  • 934a2b9 data-table: Fix class not found
  • 6ab3de7 data-table: Fix lastRowOfPage initialization error
  • 7283206 data-table: Added missing dependency
  • 21ef6c8 data-table: Added missing dependency
  • cdf208b data-table: Added missing dependency
  • 6d1a15d deps: Added public-hoist-pattern

♻ Code Refactoring

  • 43b79ef 🚚 Renamed files to MWA
  • dabce9a ♻️ Updated storybook paths
  • 5edd84e ♻️ Removed unused dependency
  • 2f1407c ♻️ Use :last-of-type instead of :last-child
  • 41231e9 ♻️ Use relative paths
  • 8ca673a ♻️ Removed old commented component

📝 Docs changes

  • cad0a23 Temporary replaced MD tables with HTML ones due to storybookjs/storybook#18556

  • 18acdab 📝 Improved docs

    • Updated storybook and related dependencies to 6.5.9
    • Enabled MDXv2
    • Separated components cards definition from mdx file
    • Styling improvements
  • 586dd9b 📝 Replaced wrong links with correct links

  • bb20813 Added links to components card

  • d80a80d 📝 Added storybook docs

👷 Building scripts changes

  • 60ee996 Fix missing stylesheet in build:style command
  • d4d1c2b 💚 Fix storybook build
  • 086efe2 💚 Fix storybook build
  • 784f7d5 💚 Fix storybook build

👷 CI changes

  • 5ff5898 Added auto changelog generation
  • a6eb422 👷 Build JS before publishing docs
  • c696bf4 Fix storybook build
  • 64a8fb7 Fix storybook build
  • 012dd0c 👷 Update PNPM version
  • 6b62aa0 💚 Build custom elements manifest and use PNPM

Other changes

  • 4f18238 🔖 Renamed to [@maicol07](:/maicol07)/mwa- and bumped version
  • 32176b7 IDE files
  • 4ceab3e 🚚 Renamed all to MWA
  • 9694d51 Reorganized scripts and dependencies
  • 7c96f95 deps: ⬆️ Upgraded dependencies
  • 4109482 deps: Updated dependencies

⏪ Reverts

  • 8edc1cc fix(data-table): Added missing dependency

    This reverts commit cdf208b936e1ae7f30a442a825b3d2824175ed4b.
    
  • 9c96c17 fix(card): Added missing dependency

    This reverts commit 5e975b1766ba92f47a0c37076452104d4158eb1d.
    
  • fcc77bf fix(data-table): Added missing dependency

    This reverts commit 21ef6c8a8f815f2b1b93687766e6addd8ce8f344.
    
  • baa1df5 fix(data-table): Added missing dependency

    This reverts commit 72832062de5467d55e173a705b55c5f0371bb73d.
    

0.25.3

Released on January 17, 2022

✨ Features

  • 41f0171 ✨ Inherit all the css props

🐛 Bug Fixes

  • b4fecf2 card: 💄 Fixed base card styles

♻ Code Refactoring

📝 Docs changes

  • f22f749 📝 Added card to published components

Other changes

0.25.2

Released on November 16, 2021

✨ Features

  • dd72cde card: ✨ Added MWC Cards

🐛 Bug Fixes

  • 1323ab9 Remove reflect so that attribute isn't shown if it hasn't a value

0.25.1

Released on November 15, 2021

🐛 Bug Fixes

📝 Docs changes

👷 CI changes

Other changes

  • e9ff63f Reorganize packages
  • cfa1ce4 💚 Fix CI and remove a workflow
  • e880e18 Rename package
  • 927a459 Organized in a monorepo
  • 6428ad4 🚚 Moved mwc-layout-grid to its folder
  • 64a2329 🚚 Moved mwc-layout-grid to its folder
  • 9767cce deps: ➖ Remove lerna and related scripts

0.25.0

Released on November 11, 2021

Other changes

  • 14e5e5a Change package name
  • 3452292 deps: Update deps and remove build files
material-web-additions - 1.3.5

Published by github-actions[bot] over 1 year ago

Changelog

Unreleased

👷 CI changes

1.3.5

Released on July 13, 2023

👷 CI changes

Other changes

  • de99fab deps: ⬆️ Upgraded dependencies

1.3.4

Released on July 11, 2023

🐛 Bug Fixes

  • 1f376fb data-table: Current last row not showing when totalRows was more than displayed table rows

👷 CI changes

1.3.3

Released on July 11, 2023

✨ Features

  • f874fdd ✨ Added totalRows attribute

👷 CI changes

1.3.2

Released on July 11, 2023

✨ Features

  • 7c67b84 ✨ Added action parameter to the paginate event detail

👷 CI changes

Other changes

1.3.1

Released on July 10, 2023

✨ Features

  • 38d8a8c data-table: ✨ Added custom pagination

📝 Docs changes

  • 9b78523 data-table: 📝 Updated custom logic docs

👷 CI changes

  • 3d31784 💚 Added no changelog setting
  • 6ea2c0f version bump to 1.3.0

Other changes

  • a06036a Added removed tokens from Material web
  • 04909da deps: ⬆️ Updated dependencies

1.3.0

Released on July 10, 2023

✨ Features

  • ca5b38e data-table: ✨ Added some events to pagination actions

♻ Code Refactoring

  • 2dc15ae data-table: ♻️ Code reformat and refactor

🎨 Code styling

  • 0061893 data-table: Fix minor graphic issues with dark theme

👷 CI changes

1.2.17

Released on July 02, 2023

📝 Docs changes

👷 CI changes

  • 5bf0503 Added missing secrets inheritance
  • afa20ec version bump to 1.2.16

Other changes

  • f530b84 deps: ⬆️ Updated dependencies

1.2.16

Released on June 21, 2023

🐛 Bug Fixes

  • 5aad44d 🐛 Fix MD web pre11 breaking changes

♻ Code Refactoring

🎨 Code styling

  • 7043e9f card: Improved focus ring

👷 CI changes

  • a1e0fba 💚 Fix chromatic workflow not starting after automated release
  • 606ce7e version bump to 1.2.15

Other changes

  • 0f6c85a deps: ⬆️ Updated dependencies

1.2.15

Released on June 06, 2023

🐛 Bug Fixes

  • ceb2ccb 🐛 Fix MD web pre10 breaking changes

👷 CI changes

Other changes

  • 67c1b14 deps: ⬆️ Updated dependencies
  • aa66e5e deps: ⬆️ Updated dependencies

1.2.14

Released on May 11, 2023

🐛 Bug Fixes

  • 8f1d9a9 card: Fix compatibility with M3 pre8

👷 CI changes

  • 760d7b0 Updated chromatic workflow triggers
  • 3ef2206 version bump to 1.2.13

Other changes

  • 8bbe8bf 🔧 Removed skipLibCheck
  • eeba48f deps: ⬆️ Upgraded dependencies

1.2.13

Released on May 06, 2023

🐛 Bug Fixes

  • ee74892 layout-grid: 🏷️ Fix types

👷 CI changes

Other changes

  • 81fed86 deps: ⬆️ Upgraded dependencies

  • 8cf255e deps: ➕ Added web types

    Lit autocompletion on Webstorm/PHPStorm

1.2.12

Released on April 25, 2023

✨ Features

  • 84aa55d data-table: ✨ Replaced pagination text field with select

🐛 Bug Fixes

  • 3eeeac5 Breaking changes from latest M3 pre

📝 Docs changes

  • f7ce91a data-table: 📝 Removed line from README

👷 CI changes

Other changes

  • fa84c1d data-table: Replaced M2 linear progress with M3 one
  • 8528a60 deps: ⬆️ Upgraded dependencies

1.2.11

Released on April 20, 2023

🐛 Bug Fixes

  • b37810b data-table: ✏️ Typo in property name

👷 CI changes

Other changes

  • 9973964 deps: ⬆️ Upgraded dependencies

1.2.10

Released on April 19, 2023

🐛 Bug Fixes

  • f507435 data-table: Don't propagate click event on textfield

    This will stop showing the filter button when clicking on the filter textfield

♻ Code Refactoring

  • 70c8b6d data-table: 💄 Aligned styles with latest M3 tokens
  • 6beb686 data-table: ⚰ Removed unused styles
  • e7a00df data-table: 🚚 Move cell styles into its own private file

👷 CI changes

1.2.9

Released on April 19, 2023

⚡ Performance Improvements

  • 2623d3f data-table: Improved row update when new cells are added

👷 CI changes

  • 4cb485e version bump to 1.2.8
  • 711ee89 version bump to 1.2.9
  • 8830893 version bump to 1.2.8
  • a6321a4 Removed autodetect from release workflow
  • f130721 Removed changelog action from release workflow
  • 95a8433 Removed changelog action from release workflow
  • 25ab2a0 Added autodetect option

⏪ Reverts

  • 62502f4 ci: version bump to 1.2.8

    This reverts commit 88308931ac7b86e81633a2da01fbef99ce45d633.
    
  • fc5b4f0 ci: version bump to 1.2.9

    This reverts commit 711ee89625418ccbc4993dfe46150a13ba2aaaf3.
    

1.2.7

Released on April 18, 2023

🐛 Bug Fixes

  • 4be3c17 data-table: Wait cells initialization if they didn't update

👷 CI changes

1.2.6

Released on April 18, 2023

🐛 Bug Fixes

  • 4a25410 Row doesn't chnge state when using view frameworks

👷 CI changes

  • 800b4b9 version bump to 1.2.6
  • 417cc1b 💚 Fix secrets hidden from workflow

1.2.5

Released on April 17, 2023

🐛 Bug Fixes

  • e383c8d data-table: Removed inner container

📝 Docs changes

  • 6fbd02f data-table: 📝 Updated data table footer example

👷 CI changes

1.2.4

Released on April 17, 2023

🐛 Bug Fixes

  • c347abe data-table: Footer inheriting column
  • 0d7e0e9 data-table: ✏️ Fix typo

📝 Docs changes

  • d3e15e6 Fixed card link
  • bbedab3 data-table: Added basic footer example

👷 CI changes

1.2.3

Released on April 15, 2023

🐛 Bug Fixes

  • 2f0f18e data-table: Added reflection to some attributes to apply styles correctly
  • b74eef4 data-table: Fix sort button not disappearing when clicking on a column when manually setting the sortable property

🎨 Code styling

  • a4ee3bd data-table: 💄 Fix data table checkbox layout

👷 CI changes

1.2.2

Released on April 13, 2023

🐛 Bug Fixes

  • 3eb577d data-table: Fix sort button not disappearing when clicking on a column

🎨 Code styling

  • 6e49d8e data-table: 💄 Fix footer/pagination border

👷 CI changes

  • ec287a8 version bump to 1.2.2
  • 12b958b Fixed newTag from version_bump step

Other changes

  • ab82688 deps: ⬆️ Upgraded dependencies

1.2.1

Released on April 13, 2023

🐛 Bug Fixes

  • c802ac7 data-table: Fixed filter textfield and sort button layout when used together

🎨 Code styling

  • 3929c23 data-table: 💄 Use M3 header cell border
  • c673be1 data-table: 💄 Fix cells borders

👷 CI changes

1.2.0

Released on April 11, 2023

✨ Features

  • 21646a5 data-table: Added custom filtering and sorting

🐛 Bug Fixes

  • ba64e34 Fix Material Web pre6 breaking changes

📝 Docs changes

  • 6cf2e1c 📝 Re-added documented CSS props

👷 CI changes

  • ca64428 version bump to 1.2.0
  • 3acd619 Fix action schema
  • 9c824de Fix actions
  • 2c88937 Change version type select items order
  • 2205129 👷 Fixed overridden GITHUB_TOKEN secret
  • 4b04bd8 👷 Fixed release workflow
  • 1d637c9 👷 Added release workflow

Other changes

  • a31b8c5 deps: Enforce pre6 as minimum required version of [@material](:/material)/web
  • 6810469 deps: ⬆️ Upgraded dependencies

1.1.8

Released on March 29, 2023

🐛 Bug Fixes

  • a936117 data-table: Colors when using dark theme

Other changes

  • 8466725 Bump package version
  • 4b91326 deps: ⬆️ Upgraded dependencies

1.1.7

Released on March 28, 2023

🐛 Bug Fixes

  • 34f11d5 Fix Material Web pre5 breaking changes

📝 Docs changes

  • cc2c165 📝 Layout fix
  • 4783a63 📝 Changed sandbox tab order so that Controls is the first one

Other changes

1.1.6

Released on March 21, 2023

🐛 Bug Fixes

1.1.4

Released on March 17, 2023

♻ Code Refactoring

  • 7761ab4 data-table: ♻️ Code refactor

🎨 Code styling

  • 7a43b9a data-table: 💄 Improved text presentation in footer
  • 5e76e7d data-table: 💄 Fix border radius

1.1.3

Released on March 16, 2023

🐛 Bug Fixes

  • 4dd2291 🐛 Fix slots throwing an error when instantiating data table components.

1.1.2

Released on March 15, 2023

🐛 Bug Fixes

  • c2635af 🐛 Fix ripple due to new Material Web ripple implementation

📝 Docs changes

  • 5e06528 Moved some global CSS to preview
  • 8125e4b 🚚 Moved docs to docs folder
  • a6b8cd3 Fix deprecations
  • ba3ec8a 📝 Updated introduction and readme
  • 27ea2a6 Use md-icon and Material Symbols
  • c94b15c Removing duplicated links addon
  • 9791e02 💄 Use code instead of class
  • ae2fbaa Replaced essentials plugin collection with singular plugins
  • 8e60e65 Removed what's new plugin
  • 8ad0eaf Added support for GFM tables
  • 7270fe0 🐛 Fix markdown imports

Other changes

  • 4f1a28d deps: ⬆️ Upgraded dependencies
  • a6984eb deps: ⬆️ Upgraded dependencies
  • 6111ed5 ide: IDE settings

1.1.1

Released on February 22, 2023

🐛 Bug Fixes

  • 0e6aa37 Temporarily removed autocomplete readonly to get the page size select working.
  • 5220319 Fix text fields height after upgrading to Material Web 1.0.0-pre2
  • ee04821 Fix incompatibility with Material Web 1.0.0-pre2

Other changes

  • 8cee92d Bump package version
  • 3f0fd81 deps: ⬆️ Upgraded dependencies

1.1.0

Released on February 04, 2023

✨ Features

  • 30111bd data-table: ✨ Added support for multiple filters at the same time
  • 9d0b064 data-table: ✨ Added Keydown event on column filter text field

⏪ Reverted

  • d29c045 Revert "ci: 💚 Improved changelog generation format"

    This reverts commit b879dbc14c5a01cc91805512c0946d55ef836478.

Other changes

  • a0109ed deps: ⬆️ Upgraded dependencies
  • 5acc8fc ide: Disabled inspection

1.0.0

Released on January 21, 2023

✨ Features

  • d1a5578 card: Updated to new elevation API
  • 824217b data-table: ✨ Updated Data Table to MD3

⚡ Performance Improvements

🐛 Bug Fixes

  • e0ec914 Fix package type when building
  • b957b5d Fix missing material packages
  • 9202894 Fix missing layout grid dependency
  • b1f8993 card: Fix border condition
  • 090c978 card: Fix card elevation
  • 71db883 data-table: Fix private package

♻ Code Refactoring

  • 3a9a33a layout-grid: 🏷️ Separated attributes types from map

📝 Docs changes

  • ee0216c 📝 Removed bundlephobia badge

  • d76c449 📝 Fix typo on package scope

    Closes: #3

  • 01d5ca6 Fix uncommented elements

  • b25076d ✨ Migrated to Storybook 7 and Vite

  • 30a6c88 Changed link to match new branch name

  • 095eacf Added missing icon button component

  • 4be716b Fixed component card primary action not activating

  • ace0939 Added storybook button

👷 Building scripts changes

  • 3ecf497 🐛 Fix card building
  • b2618f6 docs: 💚 Run docs build with latest pnpm

👷 CI changes

  • b879dbc 💚 Improved changelog generation format
  • b432264 Fix checkout action compatibility with chromatic
  • 983ff1c 👷 Fix old NodeJS version working
  • b40dea9 👷 Updated node version

Other changes

  • a5ae3fd Added prepublishOnly script

  • fecad9a 🙈 Added custom-elements.json to .gitignore

  • f2ae1ff Reorganized repo for M3

    Added completed components (Card and Layout Grid)

  • 56a5c58 Removed unused npmrc

  • e749d64 Updated package name

  • 0b38643 deps: Added lock file

  • f4d6478 deps: Updated pnpm

  • e6ed0e0 deps: Updated pnpm version

  • cd375ea deps: Updated dependencies

  • 109432a deps: ⬆️ Upgraded dependencies

  • dc80c33 deps: ⬆️ Updated dependencies

  • 0233c44 deps: ⬆️ Updated dependencies

  • ebd6b4e ide: Updated IDE files

0.26.1

Released on July 02, 2022

🐛 Bug Fixes

Other changes

  • 2848112 Test new changelog action
  • 44e06cf Test new changelog action
  • 25906d0 Updated changelog generation workflow

0.26.0

Released on July 01, 2022

✨ Features

  • 3ef0c09 ✨ Reworked layout grid
  • 4ccfaf7 ✨ Rewritten Card component
  • 13b36aa data-table: ✨ Added data table
  • ad43097 icon-button: ✨ Added icon button component

🐛 Bug Fixes

  • 307fa38 Fix [@mwa](:/mwa)/- links
  • d2bee0d pnpm fix for WSL
  • d0245ba Fix import for CI
  • 5e975b1 card: Added missing dependency
  • 934a2b9 data-table: Fix class not found
  • 6ab3de7 data-table: Fix lastRowOfPage initialization error
  • 7283206 data-table: Added missing dependency
  • 21ef6c8 data-table: Added missing dependency
  • cdf208b data-table: Added missing dependency
  • 6d1a15d deps: Added public-hoist-pattern

♻ Code Refactoring

  • 43b79ef 🚚 Renamed files to MWA
  • dabce9a ♻️ Updated storybook paths
  • 5edd84e ♻️ Removed unused dependency
  • 2f1407c ♻️ Use :last-of-type instead of :last-child
  • 41231e9 ♻️ Use relative paths
  • 8ca673a ♻️ Removed old commented component

📝 Docs changes

  • cad0a23 Temporary replaced MD tables with HTML ones due to storybookjs/storybook#18556

  • 18acdab 📝 Improved docs

    • Updated storybook and related dependencies to 6.5.9
    • Enabled MDXv2
    • Separated components cards definition from mdx file
    • Styling improvements
  • 586dd9b 📝 Replaced wrong links with correct links

  • bb20813 Added links to components card

  • d80a80d 📝 Added storybook docs

👷 Building scripts changes

  • 60ee996 Fix missing stylesheet in build:style command
  • d4d1c2b 💚 Fix storybook build
  • 086efe2 💚 Fix storybook build
  • 784f7d5 💚 Fix storybook build

👷 CI changes

  • 5ff5898 Added auto changelog generation
  • a6eb422 👷 Build JS before publishing docs
  • c696bf4 Fix storybook build
  • 64a8fb7 Fix storybook build
  • 012dd0c 👷 Update PNPM version
  • 6b62aa0 💚 Build custom elements manifest and use PNPM

Other changes

  • 4f18238 🔖 Renamed to [@maicol07](:/maicol07)/mwa- and bumped version
  • 32176b7 IDE files
  • 4ceab3e 🚚 Renamed all to MWA
  • 9694d51 Reorganized scripts and dependencies
  • 7c96f95 deps: ⬆️ Upgraded dependencies
  • 4109482 deps: Updated dependencies

⏪ Reverts

  • 8edc1cc fix(data-table): Added missing dependency

    This reverts commit cdf208b936e1ae7f30a442a825b3d2824175ed4b.
    
  • 9c96c17 fix(card): Added missing dependency

    This reverts commit 5e975b1766ba92f47a0c37076452104d4158eb1d.
    
  • fcc77bf fix(data-table): Added missing dependency

    This reverts commit 21ef6c8a8f815f2b1b93687766e6addd8ce8f344.
    
  • baa1df5 fix(data-table): Added missing dependency

    This reverts commit 72832062de5467d55e173a705b55c5f0371bb73d.
    

0.25.3

Released on January 17, 2022

✨ Features

  • 41f0171 ✨ Inherit all the css props

🐛 Bug Fixes

  • b4fecf2 card: 💄 Fixed base card styles

♻ Code Refactoring

📝 Docs changes

  • f22f749 📝 Added card to published components

Other changes

0.25.2

Released on November 16, 2021

✨ Features

  • dd72cde card: ✨ Added MWC Cards

🐛 Bug Fixes

  • 1323ab9 Remove reflect so that attribute isn't shown if it hasn't a value

0.25.1

Released on November 15, 2021

🐛 Bug Fixes

📝 Docs changes

👷 CI changes

Other changes

  • e9ff63f Reorganize packages
  • cfa1ce4 💚 Fix CI and remove a workflow
  • e880e18 Rename package
  • 927a459 Organized in a monorepo
  • 6428ad4 🚚 Moved mwc-layout-grid to its folder
  • 64a2329 🚚 Moved mwc-layout-grid to its folder
  • 9767cce deps: ➖ Remove lerna and related scripts

0.25.0

Released on November 11, 2021

Other changes

  • 14e5e5a Change package name
  • 3452292 deps: Update deps and remove build files
material-web-additions - 1.3.4

Published by github-actions[bot] over 1 year ago

Changelog

Unreleased

👷 CI changes

1.3.4

Released on July 11, 2023

🐛 Bug Fixes

  • 1f376fb data-table: Current last row not showing when totalRows was more than displayed table rows

👷 CI changes

1.3.3

Released on July 11, 2023

✨ Features

  • f874fdd ✨ Added totalRows attribute

👷 CI changes

1.3.2

Released on July 11, 2023

✨ Features

  • 7c67b84 ✨ Added action parameter to the paginate event detail

👷 CI changes

Other changes

1.3.1

Released on July 10, 2023

✨ Features

  • 38d8a8c data-table: ✨ Added custom pagination

📝 Docs changes

  • 9b78523 data-table: 📝 Updated custom logic docs

👷 CI changes

  • 3d31784 💚 Added no changelog setting
  • 6ea2c0f version bump to 1.3.0

Other changes

  • a06036a Added removed tokens from Material web
  • 04909da deps: ⬆️ Updated dependencies

1.3.0

Released on July 10, 2023

✨ Features

  • ca5b38e data-table: ✨ Added some events to pagination actions

♻ Code Refactoring

  • 2dc15ae data-table: ♻️ Code reformat and refactor

🎨 Code styling

  • 0061893 data-table: Fix minor graphic issues with dark theme

👷 CI changes

1.2.17

Released on July 02, 2023

📝 Docs changes

👷 CI changes

  • 5bf0503 Added missing secrets inheritance
  • afa20ec version bump to 1.2.16

Other changes

  • f530b84 deps: ⬆️ Updated dependencies

1.2.16

Released on June 21, 2023

🐛 Bug Fixes

  • 5aad44d 🐛 Fix MD web pre11 breaking changes

♻ Code Refactoring

🎨 Code styling

  • 7043e9f card: Improved focus ring

👷 CI changes

  • a1e0fba 💚 Fix chromatic workflow not starting after automated release
  • 606ce7e version bump to 1.2.15

Other changes

  • 0f6c85a deps: ⬆️ Updated dependencies

1.2.15

Released on June 06, 2023

🐛 Bug Fixes

  • ceb2ccb 🐛 Fix MD web pre10 breaking changes

👷 CI changes

Other changes

  • 67c1b14 deps: ⬆️ Updated dependencies
  • aa66e5e deps: ⬆️ Updated dependencies

1.2.14

Released on May 11, 2023

🐛 Bug Fixes

  • 8f1d9a9 card: Fix compatibility with M3 pre8

👷 CI changes

  • 760d7b0 Updated chromatic workflow triggers
  • 3ef2206 version bump to 1.2.13

Other changes

  • 8bbe8bf 🔧 Removed skipLibCheck
  • eeba48f deps: ⬆️ Upgraded dependencies

1.2.13

Released on May 06, 2023

🐛 Bug Fixes

  • ee74892 layout-grid: 🏷️ Fix types

👷 CI changes

Other changes

  • 81fed86 deps: ⬆️ Upgraded dependencies

  • 8cf255e deps: ➕ Added web types

    Lit autocompletion on Webstorm/PHPStorm

1.2.12

Released on April 25, 2023

✨ Features

  • 84aa55d data-table: ✨ Replaced pagination text field with select

🐛 Bug Fixes

  • 3eeeac5 Breaking changes from latest M3 pre

📝 Docs changes

  • f7ce91a data-table: 📝 Removed line from README

👷 CI changes

Other changes

  • fa84c1d data-table: Replaced M2 linear progress with M3 one
  • 8528a60 deps: ⬆️ Upgraded dependencies

1.2.11

Released on April 20, 2023

🐛 Bug Fixes

  • b37810b data-table: ✏️ Typo in property name

👷 CI changes

Other changes

  • 9973964 deps: ⬆️ Upgraded dependencies

1.2.10

Released on April 19, 2023

🐛 Bug Fixes

  • f507435 data-table: Don't propagate click event on textfield

    This will stop showing the filter button when clicking on the filter textfield

♻ Code Refactoring

  • 70c8b6d data-table: 💄 Aligned styles with latest M3 tokens
  • 6beb686 data-table: ⚰ Removed unused styles
  • e7a00df data-table: 🚚 Move cell styles into its own private file

👷 CI changes

1.2.9

Released on April 19, 2023

⚡ Performance Improvements

  • 2623d3f data-table: Improved row update when new cells are added

👷 CI changes

  • 4cb485e version bump to 1.2.8
  • 711ee89 version bump to 1.2.9
  • 8830893 version bump to 1.2.8
  • a6321a4 Removed autodetect from release workflow
  • f130721 Removed changelog action from release workflow
  • 95a8433 Removed changelog action from release workflow
  • 25ab2a0 Added autodetect option

⏪ Reverts

  • 62502f4 ci: version bump to 1.2.8

    This reverts commit 88308931ac7b86e81633a2da01fbef99ce45d633.
    
  • fc5b4f0 ci: version bump to 1.2.9

    This reverts commit 711ee89625418ccbc4993dfe46150a13ba2aaaf3.
    

1.2.7

Released on April 18, 2023

🐛 Bug Fixes

  • 4be3c17 data-table: Wait cells initialization if they didn't update

👷 CI changes

1.2.6

Released on April 18, 2023

🐛 Bug Fixes

  • 4a25410 Row doesn't chnge state when using view frameworks

👷 CI changes

  • 800b4b9 version bump to 1.2.6
  • 417cc1b 💚 Fix secrets hidden from workflow

1.2.5

Released on April 17, 2023

🐛 Bug Fixes

  • e383c8d data-table: Removed inner container

📝 Docs changes

  • 6fbd02f data-table: 📝 Updated data table footer example

👷 CI changes

1.2.4

Released on April 17, 2023

🐛 Bug Fixes

  • c347abe data-table: Footer inheriting column
  • 0d7e0e9 data-table: ✏️ Fix typo

📝 Docs changes

  • d3e15e6 Fixed card link
  • bbedab3 data-table: Added basic footer example

👷 CI changes

1.2.3

Released on April 15, 2023

🐛 Bug Fixes

  • 2f0f18e data-table: Added reflection to some attributes to apply styles correctly
  • b74eef4 data-table: Fix sort button not disappearing when clicking on a column when manually setting the sortable property

🎨 Code styling

  • a4ee3bd data-table: 💄 Fix data table checkbox layout

👷 CI changes

1.2.2

Released on April 13, 2023

🐛 Bug Fixes

  • 3eb577d data-table: Fix sort button not disappearing when clicking on a column

🎨 Code styling

  • 6e49d8e data-table: 💄 Fix footer/pagination border

👷 CI changes

  • ec287a8 version bump to 1.2.2
  • 12b958b Fixed newTag from version_bump step

Other changes

  • ab82688 deps: ⬆️ Upgraded dependencies

1.2.1

Released on April 13, 2023

🐛 Bug Fixes

  • c802ac7 data-table: Fixed filter textfield and sort button layout when used together

🎨 Code styling

  • 3929c23 data-table: 💄 Use M3 header cell border
  • c673be1 data-table: 💄 Fix cells borders

👷 CI changes

1.2.0

Released on April 11, 2023

✨ Features

  • 21646a5 data-table: Added custom filtering and sorting

🐛 Bug Fixes

  • ba64e34 Fix Material Web pre6 breaking changes

📝 Docs changes

  • 6cf2e1c 📝 Re-added documented CSS props

👷 CI changes

  • ca64428 version bump to 1.2.0
  • 3acd619 Fix action schema
  • 9c824de Fix actions
  • 2c88937 Change version type select items order
  • 2205129 👷 Fixed overridden GITHUB_TOKEN secret
  • 4b04bd8 👷 Fixed release workflow
  • 1d637c9 👷 Added release workflow

Other changes

  • a31b8c5 deps: Enforce pre6 as minimum required version of [@material](:/material)/web
  • 6810469 deps: ⬆️ Upgraded dependencies

1.1.8

Released on March 29, 2023

🐛 Bug Fixes

  • a936117 data-table: Colors when using dark theme

Other changes

  • 8466725 Bump package version
  • 4b91326 deps: ⬆️ Upgraded dependencies

1.1.7

Released on March 28, 2023

🐛 Bug Fixes

  • 34f11d5 Fix Material Web pre5 breaking changes

📝 Docs changes

  • cc2c165 📝 Layout fix
  • 4783a63 📝 Changed sandbox tab order so that Controls is the first one

Other changes

1.1.6

Released on March 21, 2023

🐛 Bug Fixes

1.1.4

Released on March 17, 2023

♻ Code Refactoring

  • 7761ab4 data-table: ♻️ Code refactor

🎨 Code styling

  • 7a43b9a data-table: 💄 Improved text presentation in footer
  • 5e76e7d data-table: 💄 Fix border radius

1.1.3

Released on March 16, 2023

🐛 Bug Fixes

  • 4dd2291 🐛 Fix slots throwing an error when instantiating data table components.

1.1.2

Released on March 15, 2023

🐛 Bug Fixes

  • c2635af 🐛 Fix ripple due to new Material Web ripple implementation

📝 Docs changes

  • 5e06528 Moved some global CSS to preview
  • 8125e4b 🚚 Moved docs to docs folder
  • a6b8cd3 Fix deprecations
  • ba3ec8a 📝 Updated introduction and readme
  • 27ea2a6 Use md-icon and Material Symbols
  • c94b15c Removing duplicated links addon
  • 9791e02 💄 Use code instead of class
  • ae2fbaa Replaced essentials plugin collection with singular plugins
  • 8e60e65 Removed what's new plugin
  • 8ad0eaf Added support for GFM tables
  • 7270fe0 🐛 Fix markdown imports

Other changes

  • 4f1a28d deps: ⬆️ Upgraded dependencies
  • a6984eb deps: ⬆️ Upgraded dependencies
  • 6111ed5 ide: IDE settings

1.1.1

Released on February 22, 2023

🐛 Bug Fixes

  • 0e6aa37 Temporarily removed autocomplete readonly to get the page size select working.
  • 5220319 Fix text fields height after upgrading to Material Web 1.0.0-pre2
  • ee04821 Fix incompatibility with Material Web 1.0.0-pre2

Other changes

  • 8cee92d Bump package version
  • 3f0fd81 deps: ⬆️ Upgraded dependencies

1.1.0

Released on February 04, 2023

✨ Features

  • 30111bd data-table: ✨ Added support for multiple filters at the same time
  • 9d0b064 data-table: ✨ Added Keydown event on column filter text field

⏪ Reverted

  • d29c045 Revert "ci: 💚 Improved changelog generation format"

    This reverts commit b879dbc14c5a01cc91805512c0946d55ef836478.

Other changes

  • a0109ed deps: ⬆️ Upgraded dependencies
  • 5acc8fc ide: Disabled inspection

1.0.0

Released on January 21, 2023

✨ Features

  • d1a5578 card: Updated to new elevation API
  • 824217b data-table: ✨ Updated Data Table to MD3

⚡ Performance Improvements

🐛 Bug Fixes

  • e0ec914 Fix package type when building
  • b957b5d Fix missing material packages
  • 9202894 Fix missing layout grid dependency
  • b1f8993 card: Fix border condition
  • 090c978 card: Fix card elevation
  • 71db883 data-table: Fix private package

♻ Code Refactoring

  • 3a9a33a layout-grid: 🏷️ Separated attributes types from map

📝 Docs changes

  • ee0216c 📝 Removed bundlephobia badge

  • d76c449 📝 Fix typo on package scope

    Closes: #3

  • 01d5ca6 Fix uncommented elements

  • b25076d ✨ Migrated to Storybook 7 and Vite

  • 30a6c88 Changed link to match new branch name

  • 095eacf Added missing icon button component

  • 4be716b Fixed component card primary action not activating

  • ace0939 Added storybook button

👷 Building scripts changes

  • 3ecf497 🐛 Fix card building
  • b2618f6 docs: 💚 Run docs build with latest pnpm

👷 CI changes

  • b879dbc 💚 Improved changelog generation format
  • b432264 Fix checkout action compatibility with chromatic
  • 983ff1c 👷 Fix old NodeJS version working
  • b40dea9 👷 Updated node version

Other changes

  • a5ae3fd Added prepublishOnly script

  • fecad9a 🙈 Added custom-elements.json to .gitignore

  • f2ae1ff Reorganized repo for M3

    Added completed components (Card and Layout Grid)

  • 56a5c58 Removed unused npmrc

  • e749d64 Updated package name

  • 0b38643 deps: Added lock file

  • f4d6478 deps: Updated pnpm

  • e6ed0e0 deps: Updated pnpm version

  • cd375ea deps: Updated dependencies

  • 109432a deps: ⬆️ Upgraded dependencies

  • dc80c33 deps: ⬆️ Updated dependencies

  • 0233c44 deps: ⬆️ Updated dependencies

  • ebd6b4e ide: Updated IDE files

0.26.1

Released on July 02, 2022

🐛 Bug Fixes

Other changes

  • 2848112 Test new changelog action
  • 44e06cf Test new changelog action
  • 25906d0 Updated changelog generation workflow

0.26.0

Released on July 01, 2022

✨ Features

  • 3ef0c09 ✨ Reworked layout grid
  • 4ccfaf7 ✨ Rewritten Card component
  • 13b36aa data-table: ✨ Added data table
  • ad43097 icon-button: ✨ Added icon button component

🐛 Bug Fixes

  • 307fa38 Fix [@mwa](:/mwa)/- links
  • d2bee0d pnpm fix for WSL
  • d0245ba Fix import for CI
  • 5e975b1 card: Added missing dependency
  • 934a2b9 data-table: Fix class not found
  • 6ab3de7 data-table: Fix lastRowOfPage initialization error
  • 7283206 data-table: Added missing dependency
  • 21ef6c8 data-table: Added missing dependency
  • cdf208b data-table: Added missing dependency
  • 6d1a15d deps: Added public-hoist-pattern

♻ Code Refactoring

  • 43b79ef 🚚 Renamed files to MWA
  • dabce9a ♻️ Updated storybook paths
  • 5edd84e ♻️ Removed unused dependency
  • 2f1407c ♻️ Use :last-of-type instead of :last-child
  • 41231e9 ♻️ Use relative paths
  • 8ca673a ♻️ Removed old commented component

📝 Docs changes

  • cad0a23 Temporary replaced MD tables with HTML ones due to storybookjs/storybook#18556

  • 18acdab 📝 Improved docs

    • Updated storybook and related dependencies to 6.5.9
    • Enabled MDXv2
    • Separated components cards definition from mdx file
    • Styling improvements
  • 586dd9b 📝 Replaced wrong links with correct links

  • bb20813 Added links to components card

  • d80a80d 📝 Added storybook docs

👷 Building scripts changes

  • 60ee996 Fix missing stylesheet in build:style command
  • d4d1c2b 💚 Fix storybook build
  • 086efe2 💚 Fix storybook build
  • 784f7d5 💚 Fix storybook build

👷 CI changes

  • 5ff5898 Added auto changelog generation
  • a6eb422 👷 Build JS before publishing docs
  • c696bf4 Fix storybook build
  • 64a8fb7 Fix storybook build
  • 012dd0c 👷 Update PNPM version
  • 6b62aa0 💚 Build custom elements manifest and use PNPM

Other changes

  • 4f18238 🔖 Renamed to [@maicol07](:/maicol07)/mwa- and bumped version
  • 32176b7 IDE files
  • 4ceab3e 🚚 Renamed all to MWA
  • 9694d51 Reorganized scripts and dependencies
  • 7c96f95 deps: ⬆️ Upgraded dependencies
  • 4109482 deps: Updated dependencies

⏪ Reverts

  • 8edc1cc fix(data-table): Added missing dependency

    This reverts commit cdf208b936e1ae7f30a442a825b3d2824175ed4b.
    
  • 9c96c17 fix(card): Added missing dependency

    This reverts commit 5e975b1766ba92f47a0c37076452104d4158eb1d.
    
  • fcc77bf fix(data-table): Added missing dependency

    This reverts commit 21ef6c8a8f815f2b1b93687766e6addd8ce8f344.
    
  • baa1df5 fix(data-table): Added missing dependency

    This reverts commit 72832062de5467d55e173a705b55c5f0371bb73d.
    

0.25.3

Released on January 17, 2022

✨ Features

  • 41f0171 ✨ Inherit all the css props

🐛 Bug Fixes

  • b4fecf2 card: 💄 Fixed base card styles

♻ Code Refactoring

📝 Docs changes

  • f22f749 📝 Added card to published components

Other changes

0.25.2

Released on November 16, 2021

✨ Features

  • dd72cde card: ✨ Added MWC Cards

🐛 Bug Fixes

  • 1323ab9 Remove reflect so that attribute isn't shown if it hasn't a value

0.25.1

Released on November 15, 2021

🐛 Bug Fixes

📝 Docs changes

👷 CI changes

Other changes

  • e9ff63f Reorganize packages
  • cfa1ce4 💚 Fix CI and remove a workflow
  • e880e18 Rename package
  • 927a459 Organized in a monorepo
  • 6428ad4 🚚 Moved mwc-layout-grid to its folder
  • 64a2329 🚚 Moved mwc-layout-grid to its folder
  • 9767cce deps: ➖ Remove lerna and related scripts

0.25.0

Released on November 11, 2021

Other changes

  • 14e5e5a Change package name
  • 3452292 deps: Update deps and remove build files
material-web-additions - 1.3.3

Published by github-actions[bot] over 1 year ago

Changelog

Unreleased

👷 CI changes

1.3.3

Released on July 11, 2023

✨ Features

  • f874fdd ✨ Added totalRows attribute

👷 CI changes

1.3.2

Released on July 11, 2023

✨ Features

  • 7c67b84 ✨ Added action parameter to the paginate event detail

👷 CI changes

Other changes

1.3.1

Released on July 10, 2023

✨ Features

  • 38d8a8c data-table: ✨ Added custom pagination

📝 Docs changes

  • 9b78523 data-table: 📝 Updated custom logic docs

👷 CI changes

  • 3d31784 💚 Added no changelog setting
  • 6ea2c0f version bump to 1.3.0

Other changes

  • a06036a Added removed tokens from Material web
  • 04909da deps: ⬆️ Updated dependencies

1.3.0

Released on July 10, 2023

✨ Features

  • ca5b38e data-table: ✨ Added some events to pagination actions

♻ Code Refactoring

  • 2dc15ae data-table: ♻️ Code reformat and refactor

🎨 Code styling

  • 0061893 data-table: Fix minor graphic issues with dark theme

👷 CI changes

1.2.17

Released on July 02, 2023

📝 Docs changes

👷 CI changes

  • 5bf0503 Added missing secrets inheritance
  • afa20ec version bump to 1.2.16

Other changes

  • f530b84 deps: ⬆️ Updated dependencies

1.2.16

Released on June 21, 2023

🐛 Bug Fixes

  • 5aad44d 🐛 Fix MD web pre11 breaking changes

♻ Code Refactoring

🎨 Code styling

  • 7043e9f card: Improved focus ring

👷 CI changes

  • a1e0fba 💚 Fix chromatic workflow not starting after automated release
  • 606ce7e version bump to 1.2.15

Other changes

  • 0f6c85a deps: ⬆️ Updated dependencies

1.2.15

Released on June 06, 2023

🐛 Bug Fixes

  • ceb2ccb 🐛 Fix MD web pre10 breaking changes

👷 CI changes

Other changes

  • 67c1b14 deps: ⬆️ Updated dependencies
  • aa66e5e deps: ⬆️ Updated dependencies

1.2.14

Released on May 11, 2023

🐛 Bug Fixes

  • 8f1d9a9 card: Fix compatibility with M3 pre8

👷 CI changes

  • 760d7b0 Updated chromatic workflow triggers
  • 3ef2206 version bump to 1.2.13

Other changes

  • 8bbe8bf 🔧 Removed skipLibCheck
  • eeba48f deps: ⬆️ Upgraded dependencies

1.2.13

Released on May 06, 2023

🐛 Bug Fixes

  • ee74892 layout-grid: 🏷️ Fix types

👷 CI changes

Other changes

  • 81fed86 deps: ⬆️ Upgraded dependencies

  • 8cf255e deps: ➕ Added web types

    Lit autocompletion on Webstorm/PHPStorm

1.2.12

Released on April 25, 2023

✨ Features

  • 84aa55d data-table: ✨ Replaced pagination text field with select

🐛 Bug Fixes

  • 3eeeac5 Breaking changes from latest M3 pre

📝 Docs changes

  • f7ce91a data-table: 📝 Removed line from README

👷 CI changes

Other changes

  • fa84c1d data-table: Replaced M2 linear progress with M3 one
  • 8528a60 deps: ⬆️ Upgraded dependencies

1.2.11

Released on April 20, 2023

🐛 Bug Fixes

  • b37810b data-table: ✏️ Typo in property name

👷 CI changes

Other changes

  • 9973964 deps: ⬆️ Upgraded dependencies

1.2.10

Released on April 19, 2023

🐛 Bug Fixes

  • f507435 data-table: Don't propagate click event on textfield

    This will stop showing the filter button when clicking on the filter textfield

♻ Code Refactoring

  • 70c8b6d data-table: 💄 Aligned styles with latest M3 tokens
  • 6beb686 data-table: ⚰ Removed unused styles
  • e7a00df data-table: 🚚 Move cell styles into its own private file

👷 CI changes

1.2.9

Released on April 19, 2023

⚡ Performance Improvements

  • 2623d3f data-table: Improved row update when new cells are added

👷 CI changes

  • 4cb485e version bump to 1.2.8
  • 711ee89 version bump to 1.2.9
  • 8830893 version bump to 1.2.8
  • a6321a4 Removed autodetect from release workflow
  • f130721 Removed changelog action from release workflow
  • 95a8433 Removed changelog action from release workflow
  • 25ab2a0 Added autodetect option

⏪ Reverts

  • 62502f4 ci: version bump to 1.2.8

    This reverts commit 88308931ac7b86e81633a2da01fbef99ce45d633.
    
  • fc5b4f0 ci: version bump to 1.2.9

    This reverts commit 711ee89625418ccbc4993dfe46150a13ba2aaaf3.
    

1.2.7

Released on April 18, 2023

🐛 Bug Fixes

  • 4be3c17 data-table: Wait cells initialization if they didn't update

👷 CI changes

1.2.6

Released on April 18, 2023

🐛 Bug Fixes

  • 4a25410 Row doesn't chnge state when using view frameworks

👷 CI changes

  • 800b4b9 version bump to 1.2.6
  • 417cc1b 💚 Fix secrets hidden from workflow

1.2.5

Released on April 17, 2023

🐛 Bug Fixes

  • e383c8d data-table: Removed inner container

📝 Docs changes

  • 6fbd02f data-table: 📝 Updated data table footer example

👷 CI changes

1.2.4

Released on April 17, 2023

🐛 Bug Fixes

  • c347abe data-table: Footer inheriting column
  • 0d7e0e9 data-table: ✏️ Fix typo

📝 Docs changes

  • d3e15e6 Fixed card link
  • bbedab3 data-table: Added basic footer example

👷 CI changes

1.2.3

Released on April 15, 2023

🐛 Bug Fixes

  • 2f0f18e data-table: Added reflection to some attributes to apply styles correctly
  • b74eef4 data-table: Fix sort button not disappearing when clicking on a column when manually setting the sortable property

🎨 Code styling

  • a4ee3bd data-table: 💄 Fix data table checkbox layout

👷 CI changes

1.2.2

Released on April 13, 2023

🐛 Bug Fixes

  • 3eb577d data-table: Fix sort button not disappearing when clicking on a column

🎨 Code styling

  • 6e49d8e data-table: 💄 Fix footer/pagination border

👷 CI changes

  • ec287a8 version bump to 1.2.2
  • 12b958b Fixed newTag from version_bump step

Other changes

  • ab82688 deps: ⬆️ Upgraded dependencies

1.2.1

Released on April 13, 2023

🐛 Bug Fixes

  • c802ac7 data-table: Fixed filter textfield and sort button layout when used together

🎨 Code styling

  • 3929c23 data-table: 💄 Use M3 header cell border
  • c673be1 data-table: 💄 Fix cells borders

👷 CI changes

1.2.0

Released on April 11, 2023

✨ Features

  • 21646a5 data-table: Added custom filtering and sorting

🐛 Bug Fixes

  • ba64e34 Fix Material Web pre6 breaking changes

📝 Docs changes

  • 6cf2e1c 📝 Re-added documented CSS props

👷 CI changes

  • ca64428 version bump to 1.2.0
  • 3acd619 Fix action schema
  • 9c824de Fix actions
  • 2c88937 Change version type select items order
  • 2205129 👷 Fixed overridden GITHUB_TOKEN secret
  • 4b04bd8 👷 Fixed release workflow
  • 1d637c9 👷 Added release workflow

Other changes

  • a31b8c5 deps: Enforce pre6 as minimum required version of [@material](:/material)/web
  • 6810469 deps: ⬆️ Upgraded dependencies

1.1.8

Released on March 29, 2023

🐛 Bug Fixes

  • a936117 data-table: Colors when using dark theme

Other changes

  • 8466725 Bump package version
  • 4b91326 deps: ⬆️ Upgraded dependencies

1.1.7

Released on March 28, 2023

🐛 Bug Fixes

  • 34f11d5 Fix Material Web pre5 breaking changes

📝 Docs changes

  • cc2c165 📝 Layout fix
  • 4783a63 📝 Changed sandbox tab order so that Controls is the first one

Other changes

1.1.6

Released on March 21, 2023

🐛 Bug Fixes

1.1.4

Released on March 17, 2023

♻ Code Refactoring

  • 7761ab4 data-table: ♻️ Code refactor

🎨 Code styling

  • 7a43b9a data-table: 💄 Improved text presentation in footer
  • 5e76e7d data-table: 💄 Fix border radius

1.1.3

Released on March 16, 2023

🐛 Bug Fixes

  • 4dd2291 🐛 Fix slots throwing an error when instantiating data table components.

1.1.2

Released on March 15, 2023

🐛 Bug Fixes

  • c2635af 🐛 Fix ripple due to new Material Web ripple implementation

📝 Docs changes

  • 5e06528 Moved some global CSS to preview
  • 8125e4b 🚚 Moved docs to docs folder
  • a6b8cd3 Fix deprecations
  • ba3ec8a 📝 Updated introduction and readme
  • 27ea2a6 Use md-icon and Material Symbols
  • c94b15c Removing duplicated links addon
  • 9791e02 💄 Use code instead of class
  • ae2fbaa Replaced essentials plugin collection with singular plugins
  • 8e60e65 Removed what's new plugin
  • 8ad0eaf Added support for GFM tables
  • 7270fe0 🐛 Fix markdown imports

Other changes

  • 4f1a28d deps: ⬆️ Upgraded dependencies
  • a6984eb deps: ⬆️ Upgraded dependencies
  • 6111ed5 ide: IDE settings

1.1.1

Released on February 22, 2023

🐛 Bug Fixes

  • 0e6aa37 Temporarily removed autocomplete readonly to get the page size select working.
  • 5220319 Fix text fields height after upgrading to Material Web 1.0.0-pre2
  • ee04821 Fix incompatibility with Material Web 1.0.0-pre2

Other changes

  • 8cee92d Bump package version
  • 3f0fd81 deps: ⬆️ Upgraded dependencies

1.1.0

Released on February 04, 2023

✨ Features

  • 30111bd data-table: ✨ Added support for multiple filters at the same time
  • 9d0b064 data-table: ✨ Added Keydown event on column filter text field

⏪ Reverted

  • d29c045 Revert "ci: 💚 Improved changelog generation format"

    This reverts commit b879dbc14c5a01cc91805512c0946d55ef836478.

Other changes

  • a0109ed deps: ⬆️ Upgraded dependencies
  • 5acc8fc ide: Disabled inspection

1.0.0

Released on January 21, 2023

✨ Features

  • d1a5578 card: Updated to new elevation API
  • 824217b data-table: ✨ Updated Data Table to MD3

⚡ Performance Improvements

🐛 Bug Fixes

  • e0ec914 Fix package type when building
  • b957b5d Fix missing material packages
  • 9202894 Fix missing layout grid dependency
  • b1f8993 card: Fix border condition
  • 090c978 card: Fix card elevation
  • 71db883 data-table: Fix private package

♻ Code Refactoring

  • 3a9a33a layout-grid: 🏷️ Separated attributes types from map

📝 Docs changes

  • ee0216c 📝 Removed bundlephobia badge

  • d76c449 📝 Fix typo on package scope

    Closes: #3

  • 01d5ca6 Fix uncommented elements

  • b25076d ✨ Migrated to Storybook 7 and Vite

  • 30a6c88 Changed link to match new branch name

  • 095eacf Added missing icon button component

  • 4be716b Fixed component card primary action not activating

  • ace0939 Added storybook button

👷 Building scripts changes

  • 3ecf497 🐛 Fix card building
  • b2618f6 docs: 💚 Run docs build with latest pnpm

👷 CI changes

  • b879dbc 💚 Improved changelog generation format
  • b432264 Fix checkout action compatibility with chromatic
  • 983ff1c 👷 Fix old NodeJS version working
  • b40dea9 👷 Updated node version

Other changes

  • a5ae3fd Added prepublishOnly script

  • fecad9a 🙈 Added custom-elements.json to .gitignore

  • f2ae1ff Reorganized repo for M3

    Added completed components (Card and Layout Grid)

  • 56a5c58 Removed unused npmrc

  • e749d64 Updated package name

  • 0b38643 deps: Added lock file

  • f4d6478 deps: Updated pnpm

  • e6ed0e0 deps: Updated pnpm version

  • cd375ea deps: Updated dependencies

  • 109432a deps: ⬆️ Upgraded dependencies

  • dc80c33 deps: ⬆️ Updated dependencies

  • 0233c44 deps: ⬆️ Updated dependencies

  • ebd6b4e ide: Updated IDE files

0.26.1

Released on July 02, 2022

🐛 Bug Fixes

Other changes

  • 2848112 Test new changelog action
  • 44e06cf Test new changelog action
  • 25906d0 Updated changelog generation workflow

0.26.0

Released on July 01, 2022

✨ Features

  • 3ef0c09 ✨ Reworked layout grid
  • 4ccfaf7 ✨ Rewritten Card component
  • 13b36aa data-table: ✨ Added data table
  • ad43097 icon-button: ✨ Added icon button component

🐛 Bug Fixes

  • 307fa38 Fix [@mwa](:/mwa)/- links
  • d2bee0d pnpm fix for WSL
  • d0245ba Fix import for CI
  • 5e975b1 card: Added missing dependency
  • 934a2b9 data-table: Fix class not found
  • 6ab3de7 data-table: Fix lastRowOfPage initialization error
  • 7283206 data-table: Added missing dependency
  • 21ef6c8 data-table: Added missing dependency
  • cdf208b data-table: Added missing dependency
  • 6d1a15d deps: Added public-hoist-pattern

♻ Code Refactoring

  • 43b79ef 🚚 Renamed files to MWA
  • dabce9a ♻️ Updated storybook paths
  • 5edd84e ♻️ Removed unused dependency
  • 2f1407c ♻️ Use :last-of-type instead of :last-child
  • 41231e9 ♻️ Use relative paths
  • 8ca673a ♻️ Removed old commented component

📝 Docs changes

  • cad0a23 Temporary replaced MD tables with HTML ones due to storybookjs/storybook#18556

  • 18acdab 📝 Improved docs

    • Updated storybook and related dependencies to 6.5.9
    • Enabled MDXv2
    • Separated components cards definition from mdx file
    • Styling improvements
  • 586dd9b 📝 Replaced wrong links with correct links

  • bb20813 Added links to components card

  • d80a80d 📝 Added storybook docs

👷 Building scripts changes

  • 60ee996 Fix missing stylesheet in build:style command
  • d4d1c2b 💚 Fix storybook build
  • 086efe2 💚 Fix storybook build
  • 784f7d5 💚 Fix storybook build

👷 CI changes

  • 5ff5898 Added auto changelog generation
  • a6eb422 👷 Build JS before publishing docs
  • c696bf4 Fix storybook build
  • 64a8fb7 Fix storybook build
  • 012dd0c 👷 Update PNPM version
  • 6b62aa0 💚 Build custom elements manifest and use PNPM

Other changes

  • 4f18238 🔖 Renamed to [@maicol07](:/maicol07)/mwa- and bumped version
  • 32176b7 IDE files
  • 4ceab3e 🚚 Renamed all to MWA
  • 9694d51 Reorganized scripts and dependencies
  • 7c96f95 deps: ⬆️ Upgraded dependencies
  • 4109482 deps: Updated dependencies

⏪ Reverts

  • 8edc1cc fix(data-table): Added missing dependency

    This reverts commit cdf208b936e1ae7f30a442a825b3d2824175ed4b.
    
  • 9c96c17 fix(card): Added missing dependency

    This reverts commit 5e975b1766ba92f47a0c37076452104d4158eb1d.
    
  • fcc77bf fix(data-table): Added missing dependency

    This reverts commit 21ef6c8a8f815f2b1b93687766e6addd8ce8f344.
    
  • baa1df5 fix(data-table): Added missing dependency

    This reverts commit 72832062de5467d55e173a705b55c5f0371bb73d.
    

0.25.3

Released on January 17, 2022

✨ Features

  • 41f0171 ✨ Inherit all the css props

🐛 Bug Fixes

  • b4fecf2 card: 💄 Fixed base card styles

♻ Code Refactoring

📝 Docs changes

  • f22f749 📝 Added card to published components

Other changes

0.25.2

Released on November 16, 2021

✨ Features

  • dd72cde card: ✨ Added MWC Cards

🐛 Bug Fixes

  • 1323ab9 Remove reflect so that attribute isn't shown if it hasn't a value

0.25.1

Released on November 15, 2021

🐛 Bug Fixes

📝 Docs changes

👷 CI changes

Other changes

  • e9ff63f Reorganize packages
  • cfa1ce4 💚 Fix CI and remove a workflow
  • e880e18 Rename package
  • 927a459 Organized in a monorepo
  • 6428ad4 🚚 Moved mwc-layout-grid to its folder
  • 64a2329 🚚 Moved mwc-layout-grid to its folder
  • 9767cce deps: ➖ Remove lerna and related scripts

0.25.0

Released on November 11, 2021

Other changes

  • 14e5e5a Change package name
  • 3452292 deps: Update deps and remove build files
material-web-additions - 1.3.2

Published by github-actions[bot] over 1 year ago

Changelog

Unreleased

👷 CI changes

1.3.2

Released on July 11, 2023

✨ Features

  • 7c67b84 ✨ Added action parameter to the paginate event detail

👷 CI changes

Other changes

1.3.1

Released on July 10, 2023

✨ Features

  • 38d8a8c data-table: ✨ Added custom pagination

📝 Docs changes

  • 9b78523 data-table: 📝 Updated custom logic docs

👷 CI changes

  • 3d31784 💚 Added no changelog setting
  • 6ea2c0f version bump to 1.3.0

Other changes

  • a06036a Added removed tokens from Material web
  • 04909da deps: ⬆️ Updated dependencies

1.3.0

Released on July 10, 2023

✨ Features

  • ca5b38e data-table: ✨ Added some events to pagination actions

♻ Code Refactoring

  • 2dc15ae data-table: ♻️ Code reformat and refactor

🎨 Code styling

  • 0061893 data-table: Fix minor graphic issues with dark theme

👷 CI changes

1.2.17

Released on July 02, 2023

📝 Docs changes

👷 CI changes

  • 5bf0503 Added missing secrets inheritance
  • afa20ec version bump to 1.2.16

Other changes

  • f530b84 deps: ⬆️ Updated dependencies

1.2.16

Released on June 21, 2023

🐛 Bug Fixes

  • 5aad44d 🐛 Fix MD web pre11 breaking changes

♻ Code Refactoring

🎨 Code styling

  • 7043e9f card: Improved focus ring

👷 CI changes

  • a1e0fba 💚 Fix chromatic workflow not starting after automated release
  • 606ce7e version bump to 1.2.15

Other changes

  • 0f6c85a deps: ⬆️ Updated dependencies

1.2.15

Released on June 06, 2023

🐛 Bug Fixes

  • ceb2ccb 🐛 Fix MD web pre10 breaking changes

👷 CI changes

Other changes

  • 67c1b14 deps: ⬆️ Updated dependencies
  • aa66e5e deps: ⬆️ Updated dependencies

1.2.14

Released on May 11, 2023

🐛 Bug Fixes

  • 8f1d9a9 card: Fix compatibility with M3 pre8

👷 CI changes

  • 760d7b0 Updated chromatic workflow triggers
  • 3ef2206 version bump to 1.2.13

Other changes

  • 8bbe8bf 🔧 Removed skipLibCheck
  • eeba48f deps: ⬆️ Upgraded dependencies

1.2.13

Released on May 06, 2023

🐛 Bug Fixes

  • ee74892 layout-grid: 🏷️ Fix types

👷 CI changes

Other changes

  • 81fed86 deps: ⬆️ Upgraded dependencies

  • 8cf255e deps: ➕ Added web types

    Lit autocompletion on Webstorm/PHPStorm

1.2.12

Released on April 25, 2023

✨ Features

  • 84aa55d data-table: ✨ Replaced pagination text field with select

🐛 Bug Fixes

  • 3eeeac5 Breaking changes from latest M3 pre

📝 Docs changes

  • f7ce91a data-table: 📝 Removed line from README

👷 CI changes

Other changes

  • fa84c1d data-table: Replaced M2 linear progress with M3 one
  • 8528a60 deps: ⬆️ Upgraded dependencies

1.2.11

Released on April 20, 2023

🐛 Bug Fixes

  • b37810b data-table: ✏️ Typo in property name

👷 CI changes

Other changes

  • 9973964 deps: ⬆️ Upgraded dependencies

1.2.10

Released on April 19, 2023

🐛 Bug Fixes

  • f507435 data-table: Don't propagate click event on textfield

    This will stop showing the filter button when clicking on the filter textfield

♻ Code Refactoring

  • 70c8b6d data-table: 💄 Aligned styles with latest M3 tokens
  • 6beb686 data-table: ⚰ Removed unused styles
  • e7a00df data-table: 🚚 Move cell styles into its own private file

👷 CI changes

1.2.9

Released on April 19, 2023

⚡ Performance Improvements

  • 2623d3f data-table: Improved row update when new cells are added

👷 CI changes

  • 4cb485e version bump to 1.2.8
  • 711ee89 version bump to 1.2.9
  • 8830893 version bump to 1.2.8
  • a6321a4 Removed autodetect from release workflow
  • f130721 Removed changelog action from release workflow
  • 95a8433 Removed changelog action from release workflow
  • 25ab2a0 Added autodetect option

⏪ Reverts

  • 62502f4 ci: version bump to 1.2.8

    This reverts commit 88308931ac7b86e81633a2da01fbef99ce45d633.
    
  • fc5b4f0 ci: version bump to 1.2.9

    This reverts commit 711ee89625418ccbc4993dfe46150a13ba2aaaf3.
    

1.2.7

Released on April 18, 2023

🐛 Bug Fixes

  • 4be3c17 data-table: Wait cells initialization if they didn't update

👷 CI changes

1.2.6

Released on April 18, 2023

🐛 Bug Fixes

  • 4a25410 Row doesn't chnge state when using view frameworks

👷 CI changes

  • 800b4b9 version bump to 1.2.6
  • 417cc1b 💚 Fix secrets hidden from workflow

1.2.5

Released on April 17, 2023

🐛 Bug Fixes

  • e383c8d data-table: Removed inner container

📝 Docs changes

  • 6fbd02f data-table: 📝 Updated data table footer example

👷 CI changes

1.2.4

Released on April 17, 2023

🐛 Bug Fixes

  • c347abe data-table: Footer inheriting column
  • 0d7e0e9 data-table: ✏️ Fix typo

📝 Docs changes

  • d3e15e6 Fixed card link
  • bbedab3 data-table: Added basic footer example

👷 CI changes

1.2.3

Released on April 15, 2023

🐛 Bug Fixes

  • 2f0f18e data-table: Added reflection to some attributes to apply styles correctly
  • b74eef4 data-table: Fix sort button not disappearing when clicking on a column when manually setting the sortable property

🎨 Code styling

  • a4ee3bd data-table: 💄 Fix data table checkbox layout

👷 CI changes

1.2.2

Released on April 13, 2023

🐛 Bug Fixes

  • 3eb577d data-table: Fix sort button not disappearing when clicking on a column

🎨 Code styling

  • 6e49d8e data-table: 💄 Fix footer/pagination border

👷 CI changes

  • ec287a8 version bump to 1.2.2
  • 12b958b Fixed newTag from version_bump step

Other changes

  • ab82688 deps: ⬆️ Upgraded dependencies

1.2.1

Released on April 13, 2023

🐛 Bug Fixes

  • c802ac7 data-table: Fixed filter textfield and sort button layout when used together

🎨 Code styling

  • 3929c23 data-table: 💄 Use M3 header cell border
  • c673be1 data-table: 💄 Fix cells borders

👷 CI changes

1.2.0

Released on April 11, 2023

✨ Features

  • 21646a5 data-table: Added custom filtering and sorting

🐛 Bug Fixes

  • ba64e34 Fix Material Web pre6 breaking changes

📝 Docs changes

  • 6cf2e1c 📝 Re-added documented CSS props

👷 CI changes

  • ca64428 version bump to 1.2.0
  • 3acd619 Fix action schema
  • 9c824de Fix actions
  • 2c88937 Change version type select items order
  • 2205129 👷 Fixed overridden GITHUB_TOKEN secret
  • 4b04bd8 👷 Fixed release workflow
  • 1d637c9 👷 Added release workflow

Other changes

  • a31b8c5 deps: Enforce pre6 as minimum required version of [@material](:/material)/web
  • 6810469 deps: ⬆️ Upgraded dependencies

1.1.8

Released on March 29, 2023

🐛 Bug Fixes

  • a936117 data-table: Colors when using dark theme

Other changes

  • 8466725 Bump package version
  • 4b91326 deps: ⬆️ Upgraded dependencies

1.1.7

Released on March 28, 2023

🐛 Bug Fixes

  • 34f11d5 Fix Material Web pre5 breaking changes

📝 Docs changes

  • cc2c165 📝 Layout fix
  • 4783a63 📝 Changed sandbox tab order so that Controls is the first one

Other changes

1.1.6

Released on March 21, 2023

🐛 Bug Fixes

1.1.4

Released on March 17, 2023

♻ Code Refactoring

  • 7761ab4 data-table: ♻️ Code refactor

🎨 Code styling

  • 7a43b9a data-table: 💄 Improved text presentation in footer
  • 5e76e7d data-table: 💄 Fix border radius

1.1.3

Released on March 16, 2023

🐛 Bug Fixes

  • 4dd2291 🐛 Fix slots throwing an error when instantiating data table components.

1.1.2

Released on March 15, 2023

🐛 Bug Fixes

  • c2635af 🐛 Fix ripple due to new Material Web ripple implementation

📝 Docs changes

  • 5e06528 Moved some global CSS to preview
  • 8125e4b 🚚 Moved docs to docs folder
  • a6b8cd3 Fix deprecations
  • ba3ec8a 📝 Updated introduction and readme
  • 27ea2a6 Use md-icon and Material Symbols
  • c94b15c Removing duplicated links addon
  • 9791e02 💄 Use code instead of class
  • ae2fbaa Replaced essentials plugin collection with singular plugins
  • 8e60e65 Removed what's new plugin
  • 8ad0eaf Added support for GFM tables
  • 7270fe0 🐛 Fix markdown imports

Other changes

  • 4f1a28d deps: ⬆️ Upgraded dependencies
  • a6984eb deps: ⬆️ Upgraded dependencies
  • 6111ed5 ide: IDE settings

1.1.1

Released on February 22, 2023

🐛 Bug Fixes

  • 0e6aa37 Temporarily removed autocomplete readonly to get the page size select working.
  • 5220319 Fix text fields height after upgrading to Material Web 1.0.0-pre2
  • ee04821 Fix incompatibility with Material Web 1.0.0-pre2

Other changes

  • 8cee92d Bump package version
  • 3f0fd81 deps: ⬆️ Upgraded dependencies

1.1.0

Released on February 04, 2023

✨ Features

  • 30111bd data-table: ✨ Added support for multiple filters at the same time
  • 9d0b064 data-table: ✨ Added Keydown event on column filter text field

⏪ Reverted

  • d29c045 Revert "ci: 💚 Improved changelog generation format"

    This reverts commit b879dbc14c5a01cc91805512c0946d55ef836478.

Other changes

  • a0109ed deps: ⬆️ Upgraded dependencies
  • 5acc8fc ide: Disabled inspection

1.0.0

Released on January 21, 2023

✨ Features

  • d1a5578 card: Updated to new elevation API
  • 824217b data-table: ✨ Updated Data Table to MD3

⚡ Performance Improvements

🐛 Bug Fixes

  • e0ec914 Fix package type when building
  • b957b5d Fix missing material packages
  • 9202894 Fix missing layout grid dependency
  • b1f8993 card: Fix border condition
  • 090c978 card: Fix card elevation
  • 71db883 data-table: Fix private package

♻ Code Refactoring

  • 3a9a33a layout-grid: 🏷️ Separated attributes types from map

📝 Docs changes

  • ee0216c 📝 Removed bundlephobia badge

  • d76c449 📝 Fix typo on package scope

    Closes: #3

  • 01d5ca6 Fix uncommented elements

  • b25076d ✨ Migrated to Storybook 7 and Vite

  • 30a6c88 Changed link to match new branch name

  • 095eacf Added missing icon button component

  • 4be716b Fixed component card primary action not activating

  • ace0939 Added storybook button

👷 Building scripts changes

  • 3ecf497 🐛 Fix card building
  • b2618f6 docs: 💚 Run docs build with latest pnpm

👷 CI changes

  • b879dbc 💚 Improved changelog generation format
  • b432264 Fix checkout action compatibility with chromatic
  • 983ff1c 👷 Fix old NodeJS version working
  • b40dea9 👷 Updated node version

Other changes

  • a5ae3fd Added prepublishOnly script

  • fecad9a 🙈 Added custom-elements.json to .gitignore

  • f2ae1ff Reorganized repo for M3

    Added completed components (Card and Layout Grid)

  • 56a5c58 Removed unused npmrc

  • e749d64 Updated package name

  • 0b38643 deps: Added lock file

  • f4d6478 deps: Updated pnpm

  • e6ed0e0 deps: Updated pnpm version

  • cd375ea deps: Updated dependencies

  • 109432a deps: ⬆️ Upgraded dependencies

  • dc80c33 deps: ⬆️ Updated dependencies

  • 0233c44 deps: ⬆️ Updated dependencies

  • ebd6b4e ide: Updated IDE files

0.26.1

Released on July 02, 2022

🐛 Bug Fixes

Other changes

  • 2848112 Test new changelog action
  • 44e06cf Test new changelog action
  • 25906d0 Updated changelog generation workflow

0.26.0

Released on July 01, 2022

✨ Features

  • 3ef0c09 ✨ Reworked layout grid
  • 4ccfaf7 ✨ Rewritten Card component
  • 13b36aa data-table: ✨ Added data table
  • ad43097 icon-button: ✨ Added icon button component

🐛 Bug Fixes

  • 307fa38 Fix [@mwa](:/mwa)/- links
  • d2bee0d pnpm fix for WSL
  • d0245ba Fix import for CI
  • 5e975b1 card: Added missing dependency
  • 934a2b9 data-table: Fix class not found
  • 6ab3de7 data-table: Fix lastRowOfPage initialization error
  • 7283206 data-table: Added missing dependency
  • 21ef6c8 data-table: Added missing dependency
  • cdf208b data-table: Added missing dependency
  • 6d1a15d deps: Added public-hoist-pattern

♻ Code Refactoring

  • 43b79ef 🚚 Renamed files to MWA
  • dabce9a ♻️ Updated storybook paths
  • 5edd84e ♻️ Removed unused dependency
  • 2f1407c ♻️ Use :last-of-type instead of :last-child
  • 41231e9 ♻️ Use relative paths
  • 8ca673a ♻️ Removed old commented component

📝 Docs changes

  • cad0a23 Temporary replaced MD tables with HTML ones due to storybookjs/storybook#18556

  • 18acdab 📝 Improved docs

    • Updated storybook and related dependencies to 6.5.9
    • Enabled MDXv2
    • Separated components cards definition from mdx file
    • Styling improvements
  • 586dd9b 📝 Replaced wrong links with correct links

  • bb20813 Added links to components card

  • d80a80d 📝 Added storybook docs

👷 Building scripts changes

  • 60ee996 Fix missing stylesheet in build:style command
  • d4d1c2b 💚 Fix storybook build
  • 086efe2 💚 Fix storybook build
  • 784f7d5 💚 Fix storybook build

👷 CI changes

  • 5ff5898 Added auto changelog generation
  • a6eb422 👷 Build JS before publishing docs
  • c696bf4 Fix storybook build
  • 64a8fb7 Fix storybook build
  • 012dd0c 👷 Update PNPM version
  • 6b62aa0 💚 Build custom elements manifest and use PNPM

Other changes

  • 4f18238 🔖 Renamed to [@maicol07](:/maicol07)/mwa- and bumped version
  • 32176b7 IDE files
  • 4ceab3e 🚚 Renamed all to MWA
  • 9694d51 Reorganized scripts and dependencies
  • 7c96f95 deps: ⬆️ Upgraded dependencies
  • 4109482 deps: Updated dependencies

⏪ Reverts

  • 8edc1cc fix(data-table): Added missing dependency

    This reverts commit cdf208b936e1ae7f30a442a825b3d2824175ed4b.
    
  • 9c96c17 fix(card): Added missing dependency

    This reverts commit 5e975b1766ba92f47a0c37076452104d4158eb1d.
    
  • fcc77bf fix(data-table): Added missing dependency

    This reverts commit 21ef6c8a8f815f2b1b93687766e6addd8ce8f344.
    
  • baa1df5 fix(data-table): Added missing dependency

    This reverts commit 72832062de5467d55e173a705b55c5f0371bb73d.
    

0.25.3

Released on January 17, 2022

✨ Features

  • 41f0171 ✨ Inherit all the css props

🐛 Bug Fixes

  • b4fecf2 card: 💄 Fixed base card styles

♻ Code Refactoring

📝 Docs changes

  • f22f749 📝 Added card to published components

Other changes

0.25.2

Released on November 16, 2021

✨ Features

  • dd72cde card: ✨ Added MWC Cards

🐛 Bug Fixes

  • 1323ab9 Remove reflect so that attribute isn't shown if it hasn't a value

0.25.1

Released on November 15, 2021

🐛 Bug Fixes

📝 Docs changes

👷 CI changes

Other changes

  • e9ff63f Reorganize packages
  • cfa1ce4 💚 Fix CI and remove a workflow
  • e880e18 Rename package
  • 927a459 Organized in a monorepo
  • 6428ad4 🚚 Moved mwc-layout-grid to its folder
  • 64a2329 🚚 Moved mwc-layout-grid to its folder
  • 9767cce deps: ➖ Remove lerna and related scripts

0.25.0

Released on November 11, 2021

Other changes

  • 14e5e5a Change package name
  • 3452292 deps: Update deps and remove build files
material-web-additions - 1.3.1

Published by github-actions[bot] over 1 year ago

Changelog

Unreleased

👷 CI changes

1.3.1

Released on July 10, 2023

✨ Features

  • 38d8a8c data-table: ✨ Added custom pagination

📝 Docs changes

  • 9b78523 data-table: 📝 Updated custom logic docs

👷 CI changes

  • 3d31784 💚 Added no changelog setting
  • 6ea2c0f version bump to 1.3.0

Other changes

  • a06036a Added removed tokens from Material web
  • 04909da deps: ⬆️ Updated dependencies

1.3.0

Released on July 10, 2023

✨ Features

  • ca5b38e data-table: ✨ Added some events to pagination actions

♻ Code Refactoring

  • 2dc15ae data-table: ♻️ Code reformat and refactor

🎨 Code styling

  • 0061893 data-table: Fix minor graphic issues with dark theme

👷 CI changes

1.2.17

Released on July 02, 2023

📝 Docs changes

👷 CI changes

  • 5bf0503 Added missing secrets inheritance
  • afa20ec version bump to 1.2.16

Other changes

  • f530b84 deps: ⬆️ Updated dependencies

1.2.16

Released on June 21, 2023

🐛 Bug Fixes

  • 5aad44d 🐛 Fix MD web pre11 breaking changes

♻ Code Refactoring

🎨 Code styling

  • 7043e9f card: Improved focus ring

👷 CI changes

  • a1e0fba 💚 Fix chromatic workflow not starting after automated release
  • 606ce7e version bump to 1.2.15

Other changes

  • 0f6c85a deps: ⬆️ Updated dependencies

1.2.15

Released on June 06, 2023

🐛 Bug Fixes

  • ceb2ccb 🐛 Fix MD web pre10 breaking changes

👷 CI changes

Other changes

  • 67c1b14 deps: ⬆️ Updated dependencies
  • aa66e5e deps: ⬆️ Updated dependencies

1.2.14

Released on May 11, 2023

🐛 Bug Fixes

  • 8f1d9a9 card: Fix compatibility with M3 pre8

👷 CI changes

  • 760d7b0 Updated chromatic workflow triggers
  • 3ef2206 version bump to 1.2.13

Other changes

  • 8bbe8bf 🔧 Removed skipLibCheck
  • eeba48f deps: ⬆️ Upgraded dependencies

1.2.13

Released on May 06, 2023

🐛 Bug Fixes

  • ee74892 layout-grid: 🏷️ Fix types

👷 CI changes

Other changes

  • 81fed86 deps: ⬆️ Upgraded dependencies

  • 8cf255e deps: ➕ Added web types

    Lit autocompletion on Webstorm/PHPStorm

1.2.12

Released on April 25, 2023

✨ Features

  • 84aa55d data-table: ✨ Replaced pagination text field with select

🐛 Bug Fixes

  • 3eeeac5 Breaking changes from latest M3 pre

📝 Docs changes

  • f7ce91a data-table: 📝 Removed line from README

👷 CI changes

Other changes

  • fa84c1d data-table: Replaced M2 linear progress with M3 one
  • 8528a60 deps: ⬆️ Upgraded dependencies

1.2.11

Released on April 20, 2023

🐛 Bug Fixes

  • b37810b data-table: ✏️ Typo in property name

👷 CI changes

Other changes

  • 9973964 deps: ⬆️ Upgraded dependencies

1.2.10

Released on April 19, 2023

🐛 Bug Fixes

  • f507435 data-table: Don't propagate click event on textfield

    This will stop showing the filter button when clicking on the filter textfield

♻ Code Refactoring

  • 70c8b6d data-table: 💄 Aligned styles with latest M3 tokens
  • 6beb686 data-table: ⚰ Removed unused styles
  • e7a00df data-table: 🚚 Move cell styles into its own private file

👷 CI changes

1.2.9

Released on April 19, 2023

⚡ Performance Improvements

  • 2623d3f data-table: Improved row update when new cells are added

👷 CI changes

  • 4cb485e version bump to 1.2.8
  • 711ee89 version bump to 1.2.9
  • 8830893 version bump to 1.2.8
  • a6321a4 Removed autodetect from release workflow
  • f130721 Removed changelog action from release workflow
  • 95a8433 Removed changelog action from release workflow
  • 25ab2a0 Added autodetect option

⏪ Reverts

  • 62502f4 ci: version bump to 1.2.8

    This reverts commit 88308931ac7b86e81633a2da01fbef99ce45d633.
    
  • fc5b4f0 ci: version bump to 1.2.9

    This reverts commit 711ee89625418ccbc4993dfe46150a13ba2aaaf3.
    

1.2.7

Released on April 18, 2023

🐛 Bug Fixes

  • 4be3c17 data-table: Wait cells initialization if they didn't update

👷 CI changes

1.2.6

Released on April 18, 2023

🐛 Bug Fixes

  • 4a25410 Row doesn't chnge state when using view frameworks

👷 CI changes

  • 800b4b9 version bump to 1.2.6
  • 417cc1b 💚 Fix secrets hidden from workflow

1.2.5

Released on April 17, 2023

🐛 Bug Fixes

  • e383c8d data-table: Removed inner container

📝 Docs changes

  • 6fbd02f data-table: 📝 Updated data table footer example

👷 CI changes

1.2.4

Released on April 17, 2023

🐛 Bug Fixes

  • c347abe data-table: Footer inheriting column
  • 0d7e0e9 data-table: ✏️ Fix typo

📝 Docs changes

  • d3e15e6 Fixed card link
  • bbedab3 data-table: Added basic footer example

👷 CI changes

1.2.3

Released on April 15, 2023

🐛 Bug Fixes

  • 2f0f18e data-table: Added reflection to some attributes to apply styles correctly
  • b74eef4 data-table: Fix sort button not disappearing when clicking on a column when manually setting the sortable property

🎨 Code styling

  • a4ee3bd data-table: 💄 Fix data table checkbox layout

👷 CI changes

1.2.2

Released on April 13, 2023

🐛 Bug Fixes

  • 3eb577d data-table: Fix sort button not disappearing when clicking on a column

🎨 Code styling

  • 6e49d8e data-table: 💄 Fix footer/pagination border

👷 CI changes

  • ec287a8 version bump to 1.2.2
  • 12b958b Fixed newTag from version_bump step

Other changes

  • ab82688 deps: ⬆️ Upgraded dependencies

1.2.1

Released on April 13, 2023

🐛 Bug Fixes

  • c802ac7 data-table: Fixed filter textfield and sort button layout when used together

🎨 Code styling

  • 3929c23 data-table: 💄 Use M3 header cell border
  • c673be1 data-table: 💄 Fix cells borders

👷 CI changes

1.2.0

Released on April 11, 2023

✨ Features

  • 21646a5 data-table: Added custom filtering and sorting

🐛 Bug Fixes

  • ba64e34 Fix Material Web pre6 breaking changes

📝 Docs changes

  • 6cf2e1c 📝 Re-added documented CSS props

👷 CI changes

  • ca64428 version bump to 1.2.0
  • 3acd619 Fix action schema
  • 9c824de Fix actions
  • 2c88937 Change version type select items order
  • 2205129 👷 Fixed overridden GITHUB_TOKEN secret
  • 4b04bd8 👷 Fixed release workflow
  • 1d637c9 👷 Added release workflow

Other changes

  • a31b8c5 deps: Enforce pre6 as minimum required version of [@material](:/material)/web
  • 6810469 deps: ⬆️ Upgraded dependencies

1.1.8

Released on March 29, 2023

🐛 Bug Fixes

  • a936117 data-table: Colors when using dark theme

Other changes

  • 8466725 Bump package version
  • 4b91326 deps: ⬆️ Upgraded dependencies

1.1.7

Released on March 28, 2023

🐛 Bug Fixes

  • 34f11d5 Fix Material Web pre5 breaking changes

📝 Docs changes

  • cc2c165 📝 Layout fix
  • 4783a63 📝 Changed sandbox tab order so that Controls is the first one

Other changes

1.1.6

Released on March 21, 2023

🐛 Bug Fixes

1.1.4

Released on March 17, 2023

♻ Code Refactoring

  • 7761ab4 data-table: ♻️ Code refactor

🎨 Code styling

  • 7a43b9a data-table: 💄 Improved text presentation in footer
  • 5e76e7d data-table: 💄 Fix border radius

1.1.3

Released on March 16, 2023

🐛 Bug Fixes

  • 4dd2291 🐛 Fix slots throwing an error when instantiating data table components.

1.1.2

Released on March 15, 2023

🐛 Bug Fixes

  • c2635af 🐛 Fix ripple due to new Material Web ripple implementation

📝 Docs changes

  • 5e06528 Moved some global CSS to preview
  • 8125e4b 🚚 Moved docs to docs folder
  • a6b8cd3 Fix deprecations
  • ba3ec8a 📝 Updated introduction and readme
  • 27ea2a6 Use md-icon and Material Symbols
  • c94b15c Removing duplicated links addon
  • 9791e02 💄 Use code instead of class
  • ae2fbaa Replaced essentials plugin collection with singular plugins
  • 8e60e65 Removed what's new plugin
  • 8ad0eaf Added support for GFM tables
  • 7270fe0 🐛 Fix markdown imports

Other changes

  • 4f1a28d deps: ⬆️ Upgraded dependencies
  • a6984eb deps: ⬆️ Upgraded dependencies
  • 6111ed5 ide: IDE settings

1.1.1

Released on February 22, 2023

🐛 Bug Fixes

  • 0e6aa37 Temporarily removed autocomplete readonly to get the page size select working.
  • 5220319 Fix text fields height after upgrading to Material Web 1.0.0-pre2
  • ee04821 Fix incompatibility with Material Web 1.0.0-pre2

Other changes

  • 8cee92d Bump package version
  • 3f0fd81 deps: ⬆️ Upgraded dependencies

1.1.0

Released on February 04, 2023

✨ Features

  • 30111bd data-table: ✨ Added support for multiple filters at the same time
  • 9d0b064 data-table: ✨ Added Keydown event on column filter text field

⏪ Reverted

  • d29c045 Revert "ci: 💚 Improved changelog generation format"

    This reverts commit b879dbc14c5a01cc91805512c0946d55ef836478.

Other changes

  • a0109ed deps: ⬆️ Upgraded dependencies
  • 5acc8fc ide: Disabled inspection

1.0.0

Released on January 21, 2023

✨ Features

  • d1a5578 card: Updated to new elevation API
  • 824217b data-table: ✨ Updated Data Table to MD3

⚡ Performance Improvements

🐛 Bug Fixes

  • e0ec914 Fix package type when building
  • b957b5d Fix missing material packages
  • 9202894 Fix missing layout grid dependency
  • b1f8993 card: Fix border condition
  • 090c978 card: Fix card elevation
  • 71db883 data-table: Fix private package

♻ Code Refactoring

  • 3a9a33a layout-grid: 🏷️ Separated attributes types from map

📝 Docs changes

  • ee0216c 📝 Removed bundlephobia badge

  • d76c449 📝 Fix typo on package scope

    Closes: #3

  • 01d5ca6 Fix uncommented elements

  • b25076d ✨ Migrated to Storybook 7 and Vite

  • 30a6c88 Changed link to match new branch name

  • 095eacf Added missing icon button component

  • 4be716b Fixed component card primary action not activating

  • ace0939 Added storybook button

👷 Building scripts changes

  • 3ecf497 🐛 Fix card building
  • b2618f6 docs: 💚 Run docs build with latest pnpm

👷 CI changes

  • b879dbc 💚 Improved changelog generation format
  • b432264 Fix checkout action compatibility with chromatic
  • 983ff1c 👷 Fix old NodeJS version working
  • b40dea9 👷 Updated node version

Other changes

  • a5ae3fd Added prepublishOnly script

  • fecad9a 🙈 Added custom-elements.json to .gitignore

  • f2ae1ff Reorganized repo for M3

    Added completed components (Card and Layout Grid)

  • 56a5c58 Removed unused npmrc

  • e749d64 Updated package name

  • 0b38643 deps: Added lock file

  • f4d6478 deps: Updated pnpm

  • e6ed0e0 deps: Updated pnpm version

  • cd375ea deps: Updated dependencies

  • 109432a deps: ⬆️ Upgraded dependencies

  • dc80c33 deps: ⬆️ Updated dependencies

  • 0233c44 deps: ⬆️ Updated dependencies

  • ebd6b4e ide: Updated IDE files

0.26.1

Released on July 02, 2022

🐛 Bug Fixes

Other changes

  • 2848112 Test new changelog action
  • 44e06cf Test new changelog action
  • 25906d0 Updated changelog generation workflow

0.26.0

Released on July 01, 2022

✨ Features

  • 3ef0c09 ✨ Reworked layout grid
  • 4ccfaf7 ✨ Rewritten Card component
  • 13b36aa data-table: ✨ Added data table
  • ad43097 icon-button: ✨ Added icon button component

🐛 Bug Fixes

  • 307fa38 Fix [@mwa](:/mwa)/- links
  • d2bee0d pnpm fix for WSL
  • d0245ba Fix import for CI
  • 5e975b1 card: Added missing dependency
  • 934a2b9 data-table: Fix class not found
  • 6ab3de7 data-table: Fix lastRowOfPage initialization error
  • 7283206 data-table: Added missing dependency
  • 21ef6c8 data-table: Added missing dependency
  • cdf208b data-table: Added missing dependency
  • 6d1a15d deps: Added public-hoist-pattern

♻ Code Refactoring

  • 43b79ef 🚚 Renamed files to MWA
  • dabce9a ♻️ Updated storybook paths
  • 5edd84e ♻️ Removed unused dependency
  • 2f1407c ♻️ Use :last-of-type instead of :last-child
  • 41231e9 ♻️ Use relative paths
  • 8ca673a ♻️ Removed old commented component

📝 Docs changes

  • cad0a23 Temporary replaced MD tables with HTML ones due to storybookjs/storybook#18556

  • 18acdab 📝 Improved docs

    • Updated storybook and related dependencies to 6.5.9
    • Enabled MDXv2
    • Separated components cards definition from mdx file
    • Styling improvements
  • 586dd9b 📝 Replaced wrong links with correct links

  • bb20813 Added links to components card

  • d80a80d 📝 Added storybook docs

👷 Building scripts changes

  • 60ee996 Fix missing stylesheet in build:style command
  • d4d1c2b 💚 Fix storybook build
  • 086efe2 💚 Fix storybook build
  • 784f7d5 💚 Fix storybook build

👷 CI changes

  • 5ff5898 Added auto changelog generation
  • a6eb422 👷 Build JS before publishing docs
  • c696bf4 Fix storybook build
  • 64a8fb7 Fix storybook build
  • 012dd0c 👷 Update PNPM version
  • 6b62aa0 💚 Build custom elements manifest and use PNPM

Other changes

  • 4f18238 🔖 Renamed to [@maicol07](:/maicol07)/mwa- and bumped version
  • 32176b7 IDE files
  • 4ceab3e 🚚 Renamed all to MWA
  • 9694d51 Reorganized scripts and dependencies
  • 7c96f95 deps: ⬆️ Upgraded dependencies
  • 4109482 deps: Updated dependencies

⏪ Reverts

  • 8edc1cc fix(data-table): Added missing dependency

    This reverts commit cdf208b936e1ae7f30a442a825b3d2824175ed4b.
    
  • 9c96c17 fix(card): Added missing dependency

    This reverts commit 5e975b1766ba92f47a0c37076452104d4158eb1d.
    
  • fcc77bf fix(data-table): Added missing dependency

    This reverts commit 21ef6c8a8f815f2b1b93687766e6addd8ce8f344.
    
  • baa1df5 fix(data-table): Added missing dependency

    This reverts commit 72832062de5467d55e173a705b55c5f0371bb73d.
    

0.25.3

Released on January 17, 2022

✨ Features

  • 41f0171 ✨ Inherit all the css props

🐛 Bug Fixes

  • b4fecf2 card: 💄 Fixed base card styles

♻ Code Refactoring

📝 Docs changes

  • f22f749 📝 Added card to published components

Other changes

0.25.2

Released on November 16, 2021

✨ Features

  • dd72cde card: ✨ Added MWC Cards

🐛 Bug Fixes

  • 1323ab9 Remove reflect so that attribute isn't shown if it hasn't a value

0.25.1

Released on November 15, 2021

🐛 Bug Fixes

📝 Docs changes

👷 CI changes

Other changes

  • e9ff63f Reorganize packages
  • cfa1ce4 💚 Fix CI and remove a workflow
  • e880e18 Rename package
  • 927a459 Organized in a monorepo
  • 6428ad4 🚚 Moved mwc-layout-grid to its folder
  • 64a2329 🚚 Moved mwc-layout-grid to its folder
  • 9767cce deps: ➖ Remove lerna and related scripts

0.25.0

Released on November 11, 2021

Other changes

  • 14e5e5a Change package name
  • 3452292 deps: Update deps and remove build files
material-web-additions - 1.3.0

Published by github-actions[bot] over 1 year ago

Changelog

Unreleased

👷 CI changes

1.3.0

Released on July 10, 2023

✨ Features

  • ca5b38e data-table: ✨ Added some events to pagination actions

♻ Code Refactoring

  • 2dc15ae data-table: ♻️ Code reformat and refactor

🎨 Code styling

  • 0061893 data-table: Fix minor graphic issues with dark theme

👷 CI changes

1.2.17

Released on July 02, 2023

📝 Docs changes

👷 CI changes

  • 5bf0503 Added missing secrets inheritance
  • afa20ec version bump to 1.2.16

Other changes

  • f530b84 deps: ⬆️ Updated dependencies

1.2.16

Released on June 21, 2023

🐛 Bug Fixes

  • 5aad44d 🐛 Fix MD web pre11 breaking changes

♻ Code Refactoring

🎨 Code styling

  • 7043e9f card: Improved focus ring

👷 CI changes

  • a1e0fba 💚 Fix chromatic workflow not starting after automated release
  • 606ce7e version bump to 1.2.15

Other changes

  • 0f6c85a deps: ⬆️ Updated dependencies

1.2.15

Released on June 06, 2023

🐛 Bug Fixes

  • ceb2ccb 🐛 Fix MD web pre10 breaking changes

👷 CI changes

Other changes

  • 67c1b14 deps: ⬆️ Updated dependencies
  • aa66e5e deps: ⬆️ Updated dependencies

1.2.14

Released on May 11, 2023

🐛 Bug Fixes

  • 8f1d9a9 card: Fix compatibility with M3 pre8

👷 CI changes

  • 760d7b0 Updated chromatic workflow triggers
  • 3ef2206 version bump to 1.2.13

Other changes

  • 8bbe8bf 🔧 Removed skipLibCheck
  • eeba48f deps: ⬆️ Upgraded dependencies

1.2.13

Released on May 06, 2023

🐛 Bug Fixes

  • ee74892 layout-grid: 🏷️ Fix types

👷 CI changes

Other changes

  • 81fed86 deps: ⬆️ Upgraded dependencies

  • 8cf255e deps: ➕ Added web types

    Lit autocompletion on Webstorm/PHPStorm

1.2.12

Released on April 25, 2023

✨ Features

  • 84aa55d data-table: ✨ Replaced pagination text field with select

🐛 Bug Fixes

  • 3eeeac5 Breaking changes from latest M3 pre

📝 Docs changes

  • f7ce91a data-table: 📝 Removed line from README

👷 CI changes

Other changes

  • fa84c1d data-table: Replaced M2 linear progress with M3 one
  • 8528a60 deps: ⬆️ Upgraded dependencies

1.2.11

Released on April 20, 2023

🐛 Bug Fixes

  • b37810b data-table: ✏️ Typo in property name

👷 CI changes

Other changes

  • 9973964 deps: ⬆️ Upgraded dependencies

1.2.10

Released on April 19, 2023

🐛 Bug Fixes

  • f507435 data-table: Don't propagate click event on textfield

    This will stop showing the filter button when clicking on the filter textfield

♻ Code Refactoring

  • 70c8b6d data-table: 💄 Aligned styles with latest M3 tokens
  • 6beb686 data-table: ⚰ Removed unused styles
  • e7a00df data-table: 🚚 Move cell styles into its own private file

👷 CI changes

1.2.9

Released on April 19, 2023

⚡ Performance Improvements

  • 2623d3f data-table: Improved row update when new cells are added

👷 CI changes

  • 4cb485e version bump to 1.2.8
  • 711ee89 version bump to 1.2.9
  • 8830893 version bump to 1.2.8
  • a6321a4 Removed autodetect from release workflow
  • f130721 Removed changelog action from release workflow
  • 95a8433 Removed changelog action from release workflow
  • 25ab2a0 Added autodetect option

⏪ Reverts

  • 62502f4 ci: version bump to 1.2.8

    This reverts commit 88308931ac7b86e81633a2da01fbef99ce45d633.
    
  • fc5b4f0 ci: version bump to 1.2.9

    This reverts commit 711ee89625418ccbc4993dfe46150a13ba2aaaf3.
    

1.2.7

Released on April 18, 2023

🐛 Bug Fixes

  • 4be3c17 data-table: Wait cells initialization if they didn't update

👷 CI changes

1.2.6

Released on April 18, 2023

🐛 Bug Fixes

  • 4a25410 Row doesn't chnge state when using view frameworks

👷 CI changes

  • 800b4b9 version bump to 1.2.6
  • 417cc1b 💚 Fix secrets hidden from workflow

1.2.5

Released on April 17, 2023

🐛 Bug Fixes

  • e383c8d data-table: Removed inner container

📝 Docs changes

  • 6fbd02f data-table: 📝 Updated data table footer example

👷 CI changes

1.2.4

Released on April 17, 2023

🐛 Bug Fixes

  • c347abe data-table: Footer inheriting column
  • 0d7e0e9 data-table: ✏️ Fix typo

📝 Docs changes

  • d3e15e6 Fixed card link
  • bbedab3 data-table: Added basic footer example

👷 CI changes

1.2.3

Released on April 15, 2023

🐛 Bug Fixes

  • 2f0f18e data-table: Added reflection to some attributes to apply styles correctly
  • b74eef4 data-table: Fix sort button not disappearing when clicking on a column when manually setting the sortable property

🎨 Code styling

  • a4ee3bd data-table: 💄 Fix data table checkbox layout

👷 CI changes

1.2.2

Released on April 13, 2023

🐛 Bug Fixes

  • 3eb577d data-table: Fix sort button not disappearing when clicking on a column

🎨 Code styling

  • 6e49d8e data-table: 💄 Fix footer/pagination border

👷 CI changes

  • ec287a8 version bump to 1.2.2
  • 12b958b Fixed newTag from version_bump step

Other changes

  • ab82688 deps: ⬆️ Upgraded dependencies

1.2.1

Released on April 13, 2023

🐛 Bug Fixes

  • c802ac7 data-table: Fixed filter textfield and sort button layout when used together

🎨 Code styling

  • 3929c23 data-table: 💄 Use M3 header cell border
  • c673be1 data-table: 💄 Fix cells borders

👷 CI changes

1.2.0

Released on April 11, 2023

✨ Features

  • 21646a5 data-table: Added custom filtering and sorting

🐛 Bug Fixes

  • ba64e34 Fix Material Web pre6 breaking changes

📝 Docs changes

  • 6cf2e1c 📝 Re-added documented CSS props

👷 CI changes

  • ca64428 version bump to 1.2.0
  • 3acd619 Fix action schema
  • 9c824de Fix actions
  • 2c88937 Change version type select items order
  • 2205129 👷 Fixed overridden GITHUB_TOKEN secret
  • 4b04bd8 👷 Fixed release workflow
  • 1d637c9 👷 Added release workflow

Other changes

  • a31b8c5 deps: Enforce pre6 as minimum required version of [@material](:/material)/web
  • 6810469 deps: ⬆️ Upgraded dependencies

1.1.8

Released on March 29, 2023

🐛 Bug Fixes

  • a936117 data-table: Colors when using dark theme

Other changes

  • 8466725 Bump package version
  • 4b91326 deps: ⬆️ Upgraded dependencies

1.1.7

Released on March 28, 2023

🐛 Bug Fixes

  • 34f11d5 Fix Material Web pre5 breaking changes

📝 Docs changes

  • cc2c165 📝 Layout fix
  • 4783a63 📝 Changed sandbox tab order so that Controls is the first one

Other changes

1.1.6

Released on March 21, 2023

🐛 Bug Fixes

1.1.4

Released on March 17, 2023

♻ Code Refactoring

  • 7761ab4 data-table: ♻️ Code refactor

🎨 Code styling

  • 7a43b9a data-table: 💄 Improved text presentation in footer
  • 5e76e7d data-table: 💄 Fix border radius

1.1.3

Released on March 16, 2023

🐛 Bug Fixes

  • 4dd2291 🐛 Fix slots throwing an error when instantiating data table components.

1.1.2

Released on March 15, 2023

🐛 Bug Fixes

  • c2635af 🐛 Fix ripple due to new Material Web ripple implementation

📝 Docs changes

  • 5e06528 Moved some global CSS to preview
  • 8125e4b 🚚 Moved docs to docs folder
  • a6b8cd3 Fix deprecations
  • ba3ec8a 📝 Updated introduction and readme
  • 27ea2a6 Use md-icon and Material Symbols
  • c94b15c Removing duplicated links addon
  • 9791e02 💄 Use code instead of class
  • ae2fbaa Replaced essentials plugin collection with singular plugins
  • 8e60e65 Removed what's new plugin
  • 8ad0eaf Added support for GFM tables
  • 7270fe0 🐛 Fix markdown imports

Other changes

  • 4f1a28d deps: ⬆️ Upgraded dependencies
  • a6984eb deps: ⬆️ Upgraded dependencies
  • 6111ed5 ide: IDE settings

1.1.1

Released on February 22, 2023

🐛 Bug Fixes

  • 0e6aa37 Temporarily removed autocomplete readonly to get the page size select working.
  • 5220319 Fix text fields height after upgrading to Material Web 1.0.0-pre2
  • ee04821 Fix incompatibility with Material Web 1.0.0-pre2

Other changes

  • 8cee92d Bump package version
  • 3f0fd81 deps: ⬆️ Upgraded dependencies

1.1.0

Released on February 04, 2023

✨ Features

  • 30111bd data-table: ✨ Added support for multiple filters at the same time
  • 9d0b064 data-table: ✨ Added Keydown event on column filter text field

⏪ Reverted

  • d29c045 Revert "ci: 💚 Improved changelog generation format"

    This reverts commit b879dbc14c5a01cc91805512c0946d55ef836478.

Other changes

  • a0109ed deps: ⬆️ Upgraded dependencies
  • 5acc8fc ide: Disabled inspection

1.0.0

Released on January 21, 2023

✨ Features

  • d1a5578 card: Updated to new elevation API
  • 824217b data-table: ✨ Updated Data Table to MD3

⚡ Performance Improvements

🐛 Bug Fixes

  • e0ec914 Fix package type when building
  • b957b5d Fix missing material packages
  • 9202894 Fix missing layout grid dependency
  • b1f8993 card: Fix border condition
  • 090c978 card: Fix card elevation
  • 71db883 data-table: Fix private package

♻ Code Refactoring

  • 3a9a33a layout-grid: 🏷️ Separated attributes types from map

📝 Docs changes

  • ee0216c 📝 Removed bundlephobia badge

  • d76c449 📝 Fix typo on package scope

    Closes: #3

  • 01d5ca6 Fix uncommented elements

  • b25076d ✨ Migrated to Storybook 7 and Vite

  • 30a6c88 Changed link to match new branch name

  • 095eacf Added missing icon button component

  • 4be716b Fixed component card primary action not activating

  • ace0939 Added storybook button

👷 Building scripts changes

  • 3ecf497 🐛 Fix card building
  • b2618f6 docs: 💚 Run docs build with latest pnpm

👷 CI changes

  • b879dbc 💚 Improved changelog generation format
  • b432264 Fix checkout action compatibility with chromatic
  • 983ff1c 👷 Fix old NodeJS version working
  • b40dea9 👷 Updated node version

Other changes

  • a5ae3fd Added prepublishOnly script

  • fecad9a 🙈 Added custom-elements.json to .gitignore

  • f2ae1ff Reorganized repo for M3

    Added completed components (Card and Layout Grid)

  • 56a5c58 Removed unused npmrc

  • e749d64 Updated package name

  • 0b38643 deps: Added lock file

  • f4d6478 deps: Updated pnpm

  • e6ed0e0 deps: Updated pnpm version

  • cd375ea deps: Updated dependencies

  • 109432a deps: ⬆️ Upgraded dependencies

  • dc80c33 deps: ⬆️ Updated dependencies

  • 0233c44 deps: ⬆️ Updated dependencies

  • ebd6b4e ide: Updated IDE files

0.26.1

Released on July 02, 2022

🐛 Bug Fixes

Other changes

  • 2848112 Test new changelog action
  • 44e06cf Test new changelog action
  • 25906d0 Updated changelog generation workflow

0.26.0

Released on July 01, 2022

✨ Features

  • 3ef0c09 ✨ Reworked layout grid
  • 4ccfaf7 ✨ Rewritten Card component
  • 13b36aa data-table: ✨ Added data table
  • ad43097 icon-button: ✨ Added icon button component

🐛 Bug Fixes

  • 307fa38 Fix [@mwa](:/mwa)/- links
  • d2bee0d pnpm fix for WSL
  • d0245ba Fix import for CI
  • 5e975b1 card: Added missing dependency
  • 934a2b9 data-table: Fix class not found
  • 6ab3de7 data-table: Fix lastRowOfPage initialization error
  • 7283206 data-table: Added missing dependency
  • 21ef6c8 data-table: Added missing dependency
  • cdf208b data-table: Added missing dependency
  • 6d1a15d deps: Added public-hoist-pattern

♻ Code Refactoring

  • 43b79ef 🚚 Renamed files to MWA
  • dabce9a ♻️ Updated storybook paths
  • 5edd84e ♻️ Removed unused dependency
  • 2f1407c ♻️ Use :last-of-type instead of :last-child
  • 41231e9 ♻️ Use relative paths
  • 8ca673a ♻️ Removed old commented component

📝 Docs changes

  • cad0a23 Temporary replaced MD tables with HTML ones due to storybookjs/storybook#18556

  • 18acdab 📝 Improved docs

    • Updated storybook and related dependencies to 6.5.9
    • Enabled MDXv2
    • Separated components cards definition from mdx file
    • Styling improvements
  • 586dd9b 📝 Replaced wrong links with correct links

  • bb20813 Added links to components card

  • d80a80d 📝 Added storybook docs

👷 Building scripts changes

  • 60ee996 Fix missing stylesheet in build:style command
  • d4d1c2b 💚 Fix storybook build
  • 086efe2 💚 Fix storybook build
  • 784f7d5 💚 Fix storybook build

👷 CI changes

  • 5ff5898 Added auto changelog generation
  • a6eb422 👷 Build JS before publishing docs
  • c696bf4 Fix storybook build
  • 64a8fb7 Fix storybook build
  • 012dd0c 👷 Update PNPM version
  • 6b62aa0 💚 Build custom elements manifest and use PNPM

Other changes

  • 4f18238 🔖 Renamed to [@maicol07](:/maicol07)/mwa- and bumped version
  • 32176b7 IDE files
  • 4ceab3e 🚚 Renamed all to MWA
  • 9694d51 Reorganized scripts and dependencies
  • 7c96f95 deps: ⬆️ Upgraded dependencies
  • 4109482 deps: Updated dependencies

⏪ Reverts

  • 8edc1cc fix(data-table): Added missing dependency

    This reverts commit cdf208b936e1ae7f30a442a825b3d2824175ed4b.
    
  • 9c96c17 fix(card): Added missing dependency

    This reverts commit 5e975b1766ba92f47a0c37076452104d4158eb1d.
    
  • fcc77bf fix(data-table): Added missing dependency

    This reverts commit 21ef6c8a8f815f2b1b93687766e6addd8ce8f344.
    
  • baa1df5 fix(data-table): Added missing dependency

    This reverts commit 72832062de5467d55e173a705b55c5f0371bb73d.
    

0.25.3

Released on January 17, 2022

✨ Features

  • 41f0171 ✨ Inherit all the css props

🐛 Bug Fixes

  • b4fecf2 card: 💄 Fixed base card styles

♻ Code Refactoring

📝 Docs changes

  • f22f749 📝 Added card to published components

Other changes

0.25.2

Released on November 16, 2021

✨ Features

  • dd72cde card: ✨ Added MWC Cards

🐛 Bug Fixes

  • 1323ab9 Remove reflect so that attribute isn't shown if it hasn't a value

0.25.1

Released on November 15, 2021

🐛 Bug Fixes

📝 Docs changes

👷 CI changes

Other changes

  • e9ff63f Reorganize packages
  • cfa1ce4 💚 Fix CI and remove a workflow
  • e880e18 Rename package
  • 927a459 Organized in a monorepo
  • 6428ad4 🚚 Moved mwc-layout-grid to its folder
  • 64a2329 🚚 Moved mwc-layout-grid to its folder
  • 9767cce deps: ➖ Remove lerna and related scripts

0.25.0

Released on November 11, 2021

Other changes

  • 14e5e5a Change package name
  • 3452292 deps: Update deps and remove build files
material-web-additions - 1.2.17

Published by github-actions[bot] over 1 year ago

Changelog

1.2.17

👷 CI changes

1.2.17

Released on July 02, 2023

📝 Docs changes

👷 CI changes

  • 5bf0503 Added missing secrets inheritance
  • afa20ec version bump to 1.2.16

Other changes

  • f530b84 deps: ⬆️ Updated dependencies
material-web-additions - 1.2.16

Published by github-actions[bot] over 1 year ago

Changelog

Unreleased

👷 CI changes

1.2.16

Released on June 21, 2023

🐛 Bug Fixes

  • 5aad44d 🐛 Fix MD web pre11 breaking changes

♻ Code Refactoring

🎨 Code styling

  • 7043e9f card: Improved focus ring

👷 CI changes

  • a1e0fba 💚 Fix chromatic workflow not starting after automated release
  • 606ce7e version bump to 1.2.15

Other changes

  • 0f6c85a deps: ⬆️ Updated dependencies
material-web-additions - 1.2.15

Published by github-actions[bot] over 1 year ago

Changelog

Unreleased

👷 CI changes

1.2.15

Released on June 06, 2023

🐛 Bug Fixes

  • ceb2ccb 🐛 Fix MD web pre10 breaking changes

👷 CI changes

Other changes

  • 67c1b14 deps: ⬆️ Updated dependencies
  • aa66e5e deps: ⬆️ Updated dependencies
material-web-additions - 1.2.14

Published by github-actions[bot] over 1 year ago

Changelog

Unreleased

👷 CI changes

1.2.14

Released on May 11, 2023

🐛 Bug Fixes

  • 8f1d9a9 card: Fix compatibility with M3 pre8

👷 CI changes

  • 760d7b0 Updated chromatic workflow triggers
  • 3ef2206 version bump to 1.2.13

Other changes

  • 8bbe8bf 🔧 Removed skipLibCheck
  • eeba48f deps: ⬆️ Upgraded dependencies
material-web-additions - 1.2.13

Published by github-actions[bot] over 1 year ago

Changelog

Unreleased

👷 CI changes

1.2.13

Released on May 06, 2023

🐛 Bug Fixes

  • ee74892 layout-grid: 🏷️ Fix types

👷 CI changes

Other changes

  • 81fed86 deps: ⬆️ Upgraded dependencies

  • 8cf255e deps: ➕ Added web types

    Lit autocompletion on Webstorm/PHPStorm