Skip to content

Releases: freddy38510/beastcss

beastcss-webpack-plugin: v2.1.3

23 Feb 17:05
1181fcf
Compare
Choose a tag to compare

2.1.3 (2023-02-23)

Bug Fixes

  • deps: update all non-major dependencies (#125) (61cda31)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • beastcss bumped from ^2.1.2 to ^2.1.3

beastcss: v2.1.3

23 Feb 17:05
1181fcf
Compare
Choose a tag to compare

2.1.3 (2023-02-23)

Bug Fixes

  • deps: update all non-major dependencies (#125) (61cda31)

beastcss-webpack-plugin: v2.1.2

22 Feb 12:46
cc12199
Compare
Choose a tag to compare

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • beastcss bumped from ^2.1.1 to ^2.1.2

beastcss: v2.1.2

22 Feb 12:46
cc12199
Compare
Choose a tag to compare

2.1.2 (2023-02-22)

Bug Fixes

  • import the provided named exports from the lightningcss package (#123) (86a5ea9)

beastcss-webpack-plugin: v2.1.1

03 Jan 16:14
b9061df
Compare
Choose a tag to compare

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • beastcss bumped from ^2.1.0 to ^2.1.1

beastcss: v2.1.1

03 Jan 16:14
b9061df
Compare
Choose a tag to compare

2.1.1 (2023-01-03)

Bug Fixes

  • consider special characters when whitelisting selectors (0c38525)
  • do not process external stylesheets targeting print media (f2c98e8)

beastcss-webpack-plugin: v2.1.0

28 Nov 16:37
5b11692
Compare
Choose a tag to compare

2.1.0 (2022-11-28)

Features

  • add an option to remove style tags once external stylesheet is loaded (04839e2)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • beastcss bumped from ^2.0.1 to ^2.1.0

beastcss: v2.1.0

28 Nov 16:37
5b11692
Compare
Choose a tag to compare

2.1.0 (2022-11-28)

Features

  • add an option to remove style tags once external stylesheet is loaded (04839e2)
  • add option to place event handlers in the attribute or in a separate script tag (cb14668)
  • add public method to get script hash for CSP (c3283cb)
  • beastcss: add an option to minify css (ad4b774)
  • dts: add default value for each option description (5e5ca81)

beastcss-webpack-plugin: v2.0.1

30 Oct 12:23
ef2a41d
Compare
Choose a tag to compare

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • beastcss bumped from ^2.0.0 to ^2.0.1

beastcss: v2.0.1

30 Oct 12:22
ef2a41d
Compare
Choose a tag to compare

2.0.1 (2022-10-30)

Bug Fixes

  • avoid incorrect replacement of special characters (7f49f5b)