Skip to content

v0.54 - Melange 3, Support media-queries level 5, styled.global with multiple rules, `as` prop and support for grid-* properties

Compare
Choose a tag to compare
@davesnx davesnx released this 13 Mar 11:15
· 170 commits to main since this release
81967b7

What's Changed

  • Support for more global values by @lubegasimon in #389
  • Support more css props (imageRendering and borderImageSource) by @lubegasimon in #405
  • color-mix function by @lubegasimon in #408
  • support for media-queries5 by @lubegasimon in #424
  • Support melange 3 from opam (by @jchavarri) by @davesnx in #423
  • Allow a prop as to change the tag at runtime by @zakybilfagih in #436
  • Fix attribute selector attribute name by @zakybilfagih in #439
  • Support grid-template-columns by @davesnx in #440
    • Fix rendering test_* while printing help on make
    • Split ppx_snapshot_tests in ReScript (ppx_snapshot_rescript_test) and Reason (ppx_snapshot_reason_test)
    • Add e2e tests between the ppx and the library (ensuring type-safety between them)
    • Support grid-template-columns as safe code-generation
    • Added max-height: auto
    • Supported interpolation in overflow, overflow-inline
    • Support overflowBlock (with interpolation)
  • Render more than one global selector on %styled.global by @zakybilfagih in #437
  • Cleanup Css_lexer from #372 by @davesnx in #444

Full Changelog: v0.53.1...0.54