Skip to content

Releases: idiotf/block-template

v0.2.0

21 Jan 06:44

Choose a tag to compare

추가된 기능

  • template 함수 추가 : 블록의 template와 params를 더 간단하게 표현 가능
addBlock('hello', template`Hello, ${field.dropdownDynamic('scenes', '#1f8bfd')}!`, /* ... */)

변경 사항

  • updateCategory에 JSDoc이 적용되도록 수정

v0.1.1

19 Jan 02:27

Choose a tag to compare

변경 사항

  • updateCategory 함수에 JSDoc 적용되도록 수정
  • addBlock 함수에서 일부 매개변수를 optional로 변경
  • CSS 적용 방식 변경 및 CSS minify

v0.1.0 – Initial public tag

18 Jan 08:32

Choose a tag to compare

This release exists mainly to provide a stable, cache-safe version
for CDN usage (e.g., raw.githack).

  • Experimental API
  • No breaking-change guarantees
  • Intended for Entry users loading scripts remotely