Skip to content

Releases: imba/imba

vite-plugin-imba@0.6.1

16 Sep 06:30
af750ba
Compare
Choose a tag to compare

vite-plugin-imba@0.6.0

15 Sep 13:22
ee78c70
Compare
Choose a tag to compare
  • support config file + add basic docs in the readme + types for autocomplete (#720) ee78c70

https://github.com/imba/imba/compare/vite-plugin-imba@0.5.0...v0.6.0

vite-plugin-imba@0.5.0

15 Sep 07:00
74f2ac4
Compare
Choose a tag to compare
  • [vite] Pass imbaconfig to the compiler (#713) 74f2ac4

vite-plugin-imba@0.4.0

09 Sep 04:42
Compare
Choose a tag to compare

Vite imba plugin

08 Sep 11:33
Compare
Choose a tag to compare

This is the initial Release of The Imba plugin for Vite. You can see a couple of examples in packages/e2e-tests

Usage

Create a vite.config.js file

import {defineConfig} from 'vite'
import {imba} from 'vite-plugin-imba'

export default defineConfig({ plugins: [imba()] })

Full example in stackblitz https://stackblitz.com/edit/vitejs-vite-c8f2on?file=main.imba 🎉

SFC - follow up

30 Dec 15:52
Compare
Choose a tag to compare
  • Fix encoding issues in the loader, fixes #240 #239
  • Escape comments in SFC blocks, fixes #237
  • Error message for using private tags

1.4.8

18 Sep 06:36
Compare
Choose a tag to compare
  • Made splats compatible with ES6 containers like Set (#167)
  • Cache compilation for node runtime when 'IMBA_CACHE_DIR' process variable is set

1.4.7

04 Sep 18:45
Compare
Choose a tag to compare
  • Added code of conduct and GitHub templates by @koolamusic
  • Fix webworker issue in event manager by @somebee
  • Fix trigger value zero is null by @scanf
  • Fix run-chrome test by @scanf

1.4.3

22 Jun 08:35
Compare
Choose a tag to compare
  • Support for ** and **= operators (#192 by @taw)
  • Fix imbapack crash with newer webpack (#194 by @gdamjan)
  • Fix --stdio/-s option for imbac (#178 by @shreeve)
  • Make special variables in event handlers default to event methods
  • Include all global attributes on Imba.Tag

1.4.1

21 Nov 19:16
Compare
Choose a tag to compare

Notable changes

  • Make Imba.setInterval automatically commit on each interval
  • Compile is to === (instead of ==)
  • Compile isnt to !== (instead of !=)
  • Require Node >=8.0.0