Skip to content

Conversation

@owjs3901
Copy link
Contributor

@owjs3901 owjs3901 commented Jan 19, 2025

Next Plugin

  • css 가 새로고침할 때 마다 추가되는 이슈 수정
  • Fix issue css is added every time the page is refreshed

React

  • placeholder 추가
  • add placeholder selector for props

wasm

  • css 순서 개선 ex) border-color, border가 있을시 border가 뒤에 적용될 경우 border-color가 무시되는 것을 막기 위함
  • Improve the css order, ensure border-color is applied. If border is applied after border-color, border color will be ignored.
  • Component 에 basic 속성 추가, 가령 Center 컴포넌트에 display 속성을 사용했을 시 display 속성이 적용되지 않는 이슈가 있었음, Component 가 갖는 속성은 이제 basic 속성이 true임
  • Add basic property to Component styles for ensure style by prop.
  • rest props 소실 개선 <Center {...props}/> 에서 ...props 가 소실되던것 수정
  • Fix to lost rest props issue.
  • selector 에 삼항연산자가 적용되지 않던 이슈 수정 ex) <Center _hover={a ? { bg:"red" } : {}}

@codecov
Copy link

codecov bot commented Jan 19, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Files with missing lines Coverage Δ
packages/webpack-plugin/src/loader.ts 100.00% <100.00%> (ø)
packages/webpack-plugin/src/plugin.ts 100.00% <ø> (ø)

@owjs3901 owjs3901 merged commit 2668472 into main Jan 19, 2025
2 checks passed
@owjs3901 owjs3901 deleted the fix-many branch January 19, 2025 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants