Skip to content

Releases: tw-in-js/twind

v0.8.0

23 Dec 15:59
Compare
Choose a tag to compare
  • test: run more test within example page f88bb83
  • test: ensure default theme colors match default tailwind colors 953cf63
  • Adds new colors from Tailwind V2 theme d670bac
  • doc: new layout and walk trough 37fdf8c
  • Merge pull request #9 from smeijer/patch-1 dc74c53
  • docs: fix typos in readme.md 4a808b5
  • doc: landing page using twind/shim bd6bba0
  • fix: snowpack example 8505a4c
  • feat: asynchronous ssr 019b767
  • feat: synchronous server side rendering ac338ac

v0.7.0...v0.8.0

v0.7.0

21 Dec 18:17
Compare
Choose a tag to compare
  • refactor: rename json config script to twind-config as it may be used by twind itself 27540fb
  • fix(inject): ensure invalid rules are not tried again and again 4f725d9
  • example: landing page using twind/shim and json config 133895c
  • feat: support exclamation point after directive ('text-center!') to mark it as important 270fdd6
  • feat: allow mode configuration to be a string 228acb1
  • feat: preflight may be a JSON object which is merged with the reset styles 0b0c4eb

v0.6.0...v0.7.0

v0.6.0

20 Dec 18:45
Compare
Choose a tag to compare
  • Adds landing page 212775a
  • fix: use __twind as id for inject style element bb8b8a3
  • doc(shim): link to full example and explain d2476c5
  • doc: add tailwind extensions page e8f954e
  • doc: shim draft dafaee8
  • fix: increase max cache size 5d3bdb7
  • doc(css): extend css-in-js section e8c765c
  • test(css): property values maybe a function bbf6812
  • feat: twind/css with css, animation and keyframes helper f4a0325
  • feat: allow functions as values in css rules ee997b4
  • fix: prevent class name cache to grow unlimited f5cc986
  • fix: bail early for already hashed class names ef919d1
  • fix: ensure translation is an object before decorating it 1da136b

v0.5.0...v0.6.0

v0.5.0

18 Dec 23:06
Compare
Choose a tag to compare
  • feat: twind/shim 15b02e8
  • feat: variants are configurable 9a9ab94
  • feat: children and sibling variants 8b0ae4f
  • feat: export theme resolver 427c548
  • feat: return unknown directives as is 5062391
  • feat: silent mode 0f23a97
  • Updates README and docs (#5) 99e0c67
  • doc: unpkg and types links 306dcff

v0.4.0...v0.5.0

v0.4.0

18 Dec 17:04
Compare
Choose a tag to compare

v0.3.2...v0.4.0

v0.3.2

15 Dec 12:59
Compare
Choose a tag to compare
  • fix: allow interpolation in directives after a dash 3a68d9c
  • chore: prevent accidental publish 8fd2425

v0.3.1...v0.3.2

v0.3.1

15 Dec 10:44
Compare
Choose a tag to compare
  • chore: fix release script 2deab39

v0.3.0...v0.3.1

v0.3.0

15 Dec 10:35
Compare
Choose a tag to compare
  • perf: massive (10x) performance improvement for template literals 58d5154
  • bench: add initial benchmarks ed872df
  • fix: run on node v10, v12, v14; ubuntu, macos and windows 54755a0
  • test: use esbuild-register and esm to speedup tests 7c1ba87
  • test: grouping without prefix or variant 3c63c8c
  • test: responsive variant does not have to be first c352436
  • refactor: define injector target property on specialized injector interfaces ad46cdb

v0.2.3...v0.3.0

v0.2.3

14 Dec 09:50
Compare
Choose a tag to compare
  • fix: escape classNames starting with a number d79c1d0
  • test: run tests in browser using example (not automated yet) 55bb2c0
  • chore: reduce development install size 9bc6206
  • chore: brotli badge f7f4e74

v0.2.2...v0.2.3

v0.2.2

12 Dec 15:59
Compare
Choose a tag to compare
  • fix: use spread instead of concat 8529734
  • test: use node env to check noOpInjector 765a5da
  • fix: use activeRule state variable 94d6f19
  • doc: browser support section 28cf5e3
  • fix: use Map/Set for caches a63b9b4
  • fix(serialize): only allow string and numbers for property values; and some falsy guards 0fc2796
  • perf: speed up parsing a little bit f849d88

v0.2.1...v0.2.2