Skip to content

Latest commit

 

History

History
205 lines (118 loc) · 11.8 KB

File metadata and controls

205 lines (118 loc) · 11.8 KB

Changes to PostCSS Bundler

2.0.5

November 1, 2024

2.0.4

October 23, 2024

2.0.3

October 10, 2024

2.0.2

September 28, 2024

  • Add support for scope() conditions on @import statements

2.0.1

August 18, 2024

2.0.0

August 3, 2024

1.0.15

July 6, 2024

1.0.14

June 29, 2024

1.0.13

May 4, 2024

1.0.12

May 4, 2024

1.0.11

March 13, 2024

1.0.10

February 19, 2024

1.0.9

December 31, 2023

1.0.8

December 15, 2023

1.0.7

October 31, 2023

  • Fix layer statements that precede @import statements which link to external resources

1.0.6

October 5, 2023

  • Ignore urls with url modifiers (e.g. url("foo.css" some-modifier))
  • Reduce some complexity in the codebase

1.0.5

October 2, 2023

  • Ignore @import statements where supports or layer conditions precede the url value.

1.0.4

September 24, 2023

1.0.3

September 3, 2023

1.0.2

September 2, 2023

1.0.1

August 28, 2023

  • Fix dependency PostCSS message

1.0.0

August 28, 2023

  • Initial major version

0.1.0-alpha.6

August 16, 2023

  • Reduce filesystem access

0.1.0-alpha.5

August 15, 2023

  • Stricter parsing algorithm

0.1.0-alpha.4

August 15, 2023

  • Fix sourcemaps

0.1.0-alpha.3

August 14, 2023

  • Fix the path from which node modules are resolved

0.1.0-alpha.2

August 14, 2023

  • Use the node_modules: scheme to reference imports from a node_modules package

0.1.0-alpha.1

August 14, 2023

  • Use the npm: scheme to reference imports from a node_modules package

0.1.0-alpha.0

August 14, 2023

  • Initial version