Skip to content

Releases: adbayb/coulis

coulis@0.12.0

31 May 00:06
1e4d2f4
Compare
Choose a tag to compare

Minor Changes

  • ed15118 Thanks @adbayb! - Allow computed value by defining a function-based createStyles property value.

coulis@0.11.2

15 May 22:40
ff10769
Compare
Choose a tag to compare

Patch Changes

  • 5f9e787 Thanks @adbayb! - Fix Expression produces a union type that is too complex to represent while extracting style properties consumer side.

coulis@0.11.1

12 May 01:17
ee2e586
Compare
Choose a tag to compare

Patch Changes

  • d50ff81 Thanks @adbayb! - Fix missing shorhand properties in styles.getPropertyNames method.

  • 731f778 Thanks @adbayb! - Escape invalid characters while generating custom properties.

coulis@0.11.0

11 May 11:33
a98d3e8
Compare
Choose a tag to compare

Minor Changes

  • 82daed3 Thanks @adbayb! - Add static helper to retrieve createStyles defined property names.

coulis@0.10.0

11 May 01:05
49cc6a4
Compare
Choose a tag to compare

Minor Changes

  • 6f241ae Thanks @adbayb! - Improve performance by caching className hash creation.

  • f527ae7 Thanks @adbayb! - Rename looseProperties and shorthandProperties optional createStyles parameters respectively to loose and shorthands.

Patch Changes

  • 478b44c Thanks @adbayb! - Fix state object key pollution due to literal union csstype hack.

  • 609d4f8 Thanks @adbayb! - Make styles fallback to value if a key is not available in a custom property.

coulis@0.9.0

08 May 00:39
8c9aff1
Compare
Choose a tag to compare

Minor Changes

  • 56310fc Thanks @adbayb! - Review createStyles to make transversal setup (e.g. states, loose properties, ...) more cohesive.

  • 4495c4a Thanks @adbayb! - Allow values autocomplete in the first createStyles argument.

Patch Changes

  • d2f89ce Thanks @adbayb! - Make styles input stricter by not allowing unknown properties.

coulis@0.8.0

07 May 12:14
7402c96
Compare
Choose a tag to compare

Minor Changes

  • 3e5bbf0 Thanks @adbayb! - Rename createAnimationName to createKeyframes to reduce API learning curve.

  • 30af02c Thanks @adbayb! - Remove compose API.

  • e86f307 Thanks @adbayb! - Improve createCustomProperties properties inference by using a const generic type.

  • a042073 Thanks @adbayb! - Welcome the new createStyles API and remove styles API.

  • a042073 Thanks @adbayb! - Update createVariants API to benefit from custom styles props via dependency injection.

coulis@0.7.0

29 Apr 20:23
007e26a
Compare
Choose a tag to compare

Minor Changes

  • 133d860 Thanks @adbayb! - Remove createCustomProperty API in favor of createCustomProperties.

Patch Changes

  • 0ded3ae Thanks @adbayb! - Style reinsertion on dev environment when hot reload is enabled.

coulis@0.6.0

29 Apr 02:10
5624793
Compare
Choose a tag to compare

Minor Changes

Patch Changes

  • 45b0f04 Thanks @adbayb! - Do not expose internal types consumer-side (the dist is now unminified and no source maps are provided as they're consumer concerns).

coulis@0.5.0

28 Apr 01:41
fc2f790
Compare
Choose a tag to compare

Minor Changes

Patch Changes