Skip to content

Releases: juijs/jui-core

v2.3.0

05 Mar 01:51

Choose a tag to compare

escape bugfixed

v2.2.2-es6

29 Nov 08:02

Choose a tag to compare

Merge branch 'es6'

# Conflicts:
#	dist/core.js
#	dist/core.min.js
#	js/base.js
#	package.json

v2.2.0-es6

30 Oct 14:23

Choose a tag to compare

2.2.0-es6 version released.

 - build system changed (webpack -> rollup)

v2.1.11-es6

03 Oct 06:46

Choose a tag to compare

2.1.11-es6 version released.

v2.1.0

05 Jun 12:26

Choose a tag to compare

2.1.0 version released.

v2.0.6

28 Jul 02:08

Choose a tag to compare

Version changed

v2.0.5

16 Nov 01:38

Choose a tag to compare

Bug Fixed

  • Add 'types' option in dataToCsv2 method.
  • KeyParser related method bug fixed.
  • KeyParser performance issue resolved.
  • Merge pull request #15 from juijs/bugfix/#14
  • SVG related method bug fixed. (getTextSize)

v2.0.4

28 Mar 01:53

Choose a tag to compare

Bug Fixed

  • ordinal 스케일 유틸 버그 수정 (invert가 안되는 버그)

v2.0.3

15 Feb 15:34

Choose a tag to compare

Improvements

  • Math 유틸리티, inverseMatrix3d 메소드 추가
  • jui.redefine 메소드 추가: 기존의 정의된 모듈을 재정의 할 수 있음

Bug Fixed

  • Base 유틸리티, inArray 메소드가 제대로 동작하지 않는 버그 수정 #8

v2.0.2

20 Jan 05:32

Choose a tag to compare

Improvemts

  • support module.exports
var jui = require('jui-core');