Files
ai-course/node_modules/postcss-flexbugs-fixes/CHANGELOG.md
KQL ce6aa207e9 fix: 修复图片路径以适配GitHub Pages base path
- 将所有图片路径从绝对路径改为使用 process.env.PUBLIC_URL
- 修复 HomePage.tsx 中所有图片引用
- 修复 CoursePage.tsx 中所有图片引用
- 确保图片在 GitHub Pages 上正确加载

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-04 09:24:45 +08:00

1.6 KiB

5.0.1

  • Moving postcss to peer dependencies #74

5.0.1

  • Adding postcss as dependency #74

5.0.0

  • upgrade to postcss 8 #71

4.2.1

  • Fix calc regex #69

4.2.0

  • Don't change values that reference custom props #64

4.1.0

  • Add option to disable bug fixes #53

4.0.0

  • upgrade to postcss 7

3.3.1

  • Autoremoval of 0% Basis #46. More context here

3.3.0

  • Revert Autoremoval of 0% Basis #43

3.2.0

  • Set flex basis if second value is not a number #41

3.1.0

  • Fix safari issues with flex-basis #38

3.0.0

  • upgrade to postcss 6

2.1.0

  • Prevent mutating value when flex value is one of ['none', 'auto', 'content', 'inherit', 'initial', 'unset']

2.0.0

  • upgrade to postcss 5

1.1.0

  • Ignore flex set to none #24
  • The default value of flex-basis is 0% #22

1.0

  • Initial release