Releases: tw-in-js/twind
Releases · tw-in-js/twind
v0.8.0
- 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
- 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
- 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.4.0
- chore: format 519f896
- test: fix a784324
- fix: gradient-to typo ce480b1
- feat: auto shim using 'tw' attribute 0c49395
- feat: use new distilr a02545d
- chore: byte golfing 7aa89c3
- doc(idea): observe dom attributes 6af3611
- refactor: reduce type defs 0159463
- chore: using distilt for bundling 92e1ea3
- chore: re-branding as "twind" 3650d30
- doc: typos and links fdbd7da
v0.3.2
v0.3.1
v0.3.0
- 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.2.2
- 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