Skip to content

Releases: rindojs/rindo

🏖 3.0.0-alpha.1 (2023-04-05)

05 Apr 11:59
Compare
Choose a tag to compare
Pre-release

Features

  • e2e: add support for puppteer v19 (cba47f5)

🍌 3.0.0-alpha.0 (2023-04-05)

05 Apr 11:20
Compare
Choose a tag to compare
Pre-release

Bug Fixes

  • compiler: destroy callback naming (283bde7)
  • declarations: correct event handler names for composition events (42a8e7e)
  • runtime: autocapitalize property is a string (e921bf8)
  • runtime: onInput event type (110faf1)

Features

  • cli: update flag defaults for V3 (40c09c2)
  • compiler: add CustomElementExportBehavior to custom elements … (b59761d)
  • compiler: add defineCustomElements method & signature typedef (3f7b9bc)
  • compiler: export custom types in compiled output (42d5fa2)
  • compiler: moves autoDefineCustomElements to an export behavior (1ea058b)
  • node: drop node 12 support (ba96132)
  • output_targets: remove legacy angular target (bc35358)

🐉 2.22.3 (2023-04-05)

05 Apr 08:31
Compare
Choose a tag to compare

Bug Fixes

  • compiler: use file system polling events in watch mode (fc6ef8b)

🍿 2.22.2 (2023-04-05)

05 Apr 04:47
Compare
Choose a tag to compare

Bug Fixes

  • cli: typo in telemetry command (ef8af77)

☕️ 2.18.0 (2023-01-11)

11 Jan 13:49
Compare
Choose a tag to compare

Bug Fixes

  • collection: properly transform imports (0cbb529)

Features

  • loader: add private field to loader's package.json (1756b2c)
  • typescript: add support for typescript v4.7 (40be168)

🏵 2.17.4 (2023-01-11)

11 Jan 12:42
Compare
Choose a tag to compare

Bug Fixes

  • compiler: don't break HMR by mangling CSS (aa5c1a6)
  • task: consider config sys in task runner (15143f0)

🌱 2.17.3 (2023-01-11)

11 Jan 12:01
Compare
Choose a tag to compare

Bug Fixes

  • validation: update module location suggestion (30fb63d)

⚽️ 2.17.2 (2023-01-11)

11 Jan 11:50
Compare
Choose a tag to compare

Bug Fixes

  • cli: fix bug with parsing --fooBar=baz type CLI flags (93b2284)
  • cli: remove usage of deprecated npm env var from arg parser (8be00ec)
  • compiler: update package.json validation for the 'module' field (075d98a)
  • mock-doc: add missing methods to the element mock (d5dafba)

Features

  • ci: fail the browserstack tests if any files were changed or added (bfd39e2)

📬 2.17.2-0 (2023-01-11)

11 Jan 11:03
Compare
Choose a tag to compare
Pre-release

Bug Fixes

  • compiler: fix typedef file generated for dist-custom-elements (4a5ad6e)

Features

  • mock-doc: dispatch blur and focus events (8f9d5c8)

🍏 2.17.1 (2023-01-11)

11 Jan 07:58
Compare
Choose a tag to compare

Bug Fixes

  • cli: add explicit support for Jest CLI arguments (0e7f285)
  • compiler: handle null window.location.origin (9f1fc34)
  • github: don't run prettier check (2235217)
  • styles: ensure styles are applied before paint (502c120)