Skip to content

Releases: Automattic/social-logos

3.1.17

09 Jan 15:52
Compare
Choose a tag to compare

3.1.17 - 2025-01-09

Fixed

  • Removed .module entry for it being a commonjs package [#40867]

3.1.16

06 Jan 13:46
Compare
Choose a tag to compare

3.1.16 - 2025-01-06

Changed

  • Updated package dependencies. [#40796] [#40798] [#40831]

Deprecated

  • Default import is now deprecated in favor of named import and will be removed in future.
- import SocialLogos from 'social-logos';
+ import { SocialLogo } from 'social-logos';
``` [#40801]

### Fixed
- Fixed package.json exports to expose built in types [#40801]

3.1.15

16 Dec 13:08
Compare
Choose a tag to compare

3.1.15 - 2024-12-16

Changed

  • Internal updates.

3.1.14

09 Dec 15:47
Compare
Choose a tag to compare

3.1.14 - 2024-12-09

Changed

  • Internal updates.

3.1.13

25 Nov 16:34
Compare
Choose a tag to compare

3.1.13 - 2024-11-25

Changed

  • Update example with ids for jsx-a11y/label-has-associated-control. [#40199]

3.1.12

14 Nov 20:14
Compare
Choose a tag to compare

3.1.12 - 2024-11-14

Changed

  • Update dependencies.

3.1.11

11 Nov 01:49
Compare
Choose a tag to compare

3.1.11 - 2024-11-11

Added

  • Added post-build tests. [#38224]

Changed

  • Updated package dependencies. [#40000]

3.1.10

25 Oct 11:07
Compare
Choose a tag to compare

3.1.10 - 2024-10-25

Changed

  • Updated package dependencies. [#39893]

3.1.9

14 Oct 09:30
Compare
Choose a tag to compare

3.1.9 - 2024-10-14

Fixed

  • Add key in React example to make it more correct. [#39709]

3.1.8

05 Sep 19:34
Compare
Choose a tag to compare

3.1.8 - 2024-09-05

Fixed

  • Address React usage issues found by eslint in example.tsx. [#39214]