Minze Versions Save

Dead-simple JS framework for native web components.

vite-plugin-minze-v1.1.5

9 months ago

1.1.5 (2023-08-20)

Miscellaneous

vite-plugin-minze-v1.1.4

9 months ago

1.1.4 (2023-08-20)

Bug Fixes

  • generate non lib chunks in separate directory (7d374fc)

create-minze-v2.1.1

9 months ago

2.1.1 (2023-08-19)

Miscellaneous

minze-v1.9.1

9 months ago

1.9.1 (2023-08-19)

Bug Fixes

  • conditional defineAll module-map check (80df7cd)

create-minze-v2.1.0

9 months ago

2.1.0 (2023-08-17)

Features

  • simplify the process of defining individual modules from module-maps (#232) (85029dc)

Miscellaneous

minze-v1.9.0

9 months ago

1.9.0 (2023-08-17)

Features

  • add debug option, name & dashName properties (#231) (171007a)
  • add emojis to debug log (a0f88e0)
  • add log method for debugging (ee801cd)
  • add observedAttributes to debug log (71527c4)
  • add shorthand at-events notation (a9d5f3a)
  • allow any events via ts in callbacks (9aa54d8)
  • allow BroadcastChannel as an event target (30020e4)
  • auto-bind event callback methods to element (486f3a7)
  • deprecate on hooks in favour of after hooks (c4ddf48)
  • move debug from an option to a property (3ddd6a8)
  • simplify the process of defining individual modules from module-maps (#232) (85029dc)
  • use a callback paramerter to transform keys (4ef9949)

Bug Fixes

  • allow events preventDefault & stopPropagation (043af20)
  • bind watch callbacks to component (12273d2)
  • check for null when making objects reactive (8f59b0c)
  • check if a callback exists before binding (59e540f)
  • don't consider white space as a part (0eddc56)
  • don't try to merge at-events without matches (b6c5218)
  • escape event target selector string (a1dee96)
  • escape only at-event selectors automatically (3113402)
  • exportparts after reactive props initialized (607aa34)
  • exportparts extraction (#223) (21615d7)
  • select at-events with special chars in name (d078c07)
  • sort exportparts alphabetically (5948a8e)

vite-plugin-minze-v1.1.3

9 months ago

1.1.3 (2023-08-17)

Miscellaneous

minze-vscode-v0.3.1

9 months ago

0.3.1 (2023-08-17)

Bug Fixes

  • add syntax highlighting for function params (5c6f5b6)
  • match properties with html and css (c0e6afb)

minze-v1.8.2

10 months ago

1.8.2 (2023-07-30)

Bug Fixes

  • extract all parts, even initially hidden ones (ab2ddd2)

minze-v1.8.1

10 months ago

1.8.1 (2023-07-30)

Bug Fixes

  • auto-export dynamically generated exportparts (476bc45)