Skip to content

Releases: plotdb/block

4.7.6

23 Nov 12:01

Choose a tag to compare

  • fix bug: css path transformation should not work on data url
  • replace unnecessary parse-name-string with id2obj
  • fix bug: ns omitted in block id inheritance
  • use error generator function to generate errors
  • restructure code for node / browser and bundler
  • upgrade dependencies

4.7.5

10 Nov 16:59

Choose a tag to compare

  • fix bug: incorrect loop index when getting interface from instance
  • support interface retrieval recursively
  • provide parent directly in internal js context object
  • provide _instance object only if the corresponding class matches.
  • remove update function since it's in TBD state

4.7.4

09 Nov 08:16

Choose a tag to compare

  • fix bug: inferred block feature should not work on identifier with only url field.

4.7.3

06 Nov 07:38

Choose a tag to compare

  • rewrite buggy circular extend detection code

4.7.2

06 Nov 06:32

Choose a tag to compare

  • throw exception when circular extend detected
  • remove useless code

4.7.1

05 Nov 15:42

Choose a tag to compare

  • make bundle.js a clone of index.js with bundle function

4.7.0

05 Nov 15:21

Choose a tag to compare

  • upgrade modules
  • separate bundle method into standalone file
  • support inferred block name / version

4.6.2

24 Jun 17:54

Choose a tag to compare

  • also consider ns in block.id

4.6.1

17 Jun 03:11

Choose a tag to compare

  • audit fix for vulnerabilities fixing
  • bug fix: fix typo from console.log warn to console.warn

4.6.0

27 Mar 13:27

Choose a tag to compare

  • pass path into instance.
  • support defer in attach
  • support language in block.i18n
  • support getLanguage in i18n object passed to block js