Skip to content

Releases: pedbernardo/zeev-mail

0.3.0

21 Mar 21:08

Choose a tag to compare

  • build: update css bundle a6ddd0e
  • feat: add panel component 5c30bcb
  • style: remove dead code 2273db7
  • feat: default tag font-weight to normal 6ab67f3
  • feat: add table panel support caaa1b7
  • feat: add new utility classes c65f8c0
  • fix: clean external sass sample file e43adef
  • feat: include external sass in playground builder 36cf84e

v0.2.3...v0.3.0

0.2.3

22 Jan 20:44

Choose a tag to compare

  • fix: usage of relative paths with fs in LOCAL_STYLES 7af764e

v0.2.2...v0.2.3

0.2.2

22 Jan 20:23

Choose a tag to compare

  • fix: local styles filepath to current dir bde8a5f

v0.2.1...v0.2.2

0.2.1

22 Jan 20:19

Choose a tag to compare

  • fix: add bin key in package.json aa62f7a

v0.2.0...v0.2.1

0.2.0

22 Jan 20:12

Choose a tag to compare

🎉 0.2.0

  • Added CLI support
  • Added support for glob patterns
  • Added support for external SASS files
  • Exposed internal API via compile and save
  • Changed class name mail-link to mail-a duo juice restrictions

Todo

  • Add support to watch and serve via CLI
  • Add support for config file with variables injection aka {Formulario.var}
  • Add support for compiled and rendered code in serve mode
  • Add support for real time variable manipulation
  • Add unit tests

Changes

  • feat: add support for CLI usage 1277291
  • feat: adjust local builder to the new API stil need some optmizations on watcher and better log support ccdcaed
  • feat: optimize local styles, add support for save and glob fc7a8ef
  • feat: add default styles to memory avoid reading styles from disk in every build a2a0d44
  • fix: change mail-link to mail-a Duo to limitations of use the word link with juice d62112e
  • chore: add external styles to play script 005f1e6
  • chore: clean and fix npm scripts 3038ed4
  • chore: add cli_compiled folder to ignore, usage on play script d7fea0d
  • chore: adjust main script to compiler.js e0ac0d8
  • chore: add new scripts and support for CLI usage 0bf1426
  • chore: add nem dependencies 7df6fb9
  • feat: add the first version of component library b970786
  • feat: add first version of local-builder playground 85f10ee
  • chore: move build deps to package.json dependencies 8b50161

f102d84...v0.2.0