Skip to content
This repository was archived by the owner on Nov 3, 2021. It is now read-only.

Releases: jagaapple/react-image-element-loader

v2.0.4

Choose a tag to compare

@jagaapple jagaapple released this 03 Nov 09:20
  • DEPRECATED
    • This package has been deprecated and recommend to use @svgr/webpack instead.

v2.0.3

Choose a tag to compare

@jagaapple jagaapple released this 04 Jul 18:09
cdbd3e3
  • Fix a bin warning #38 - @jagaapple
    • Add issue templates for GitHub
    • Modify documents

v2.0.2

Choose a tag to compare

@jagaapple jagaapple released this 09 Dec 22:20
5d9b98d
  • Fix type definition of SVG images #30 - @jagaapple
  • Fix codes in readme

v2.0.1

Choose a tag to compare

@jagaapple jagaapple released this 08 Dec 18:50
70b498d
  • Modify sample codes in readme #29 - @jagaapple
  • Improve development environment

v2.0.0 - Change API

Choose a tag to compare

@jagaapple jagaapple released this 30 Nov 19:02
247971c
  • Change API #20 - @jagaapple
    • In v1, image paths are exported by path property like import { path } from "./xxx.png";
    • From v2, image paths are exported by default like import path from "./xxx.png";
    • In v1, React image elements are exported by default like import Image from "./xxx.png";
    • From v2, React image elements are exported by element property like import { element as Image } from "./xxx.png";
  • Add support for Babel 7 #21 #23 - @jagaapple
  • Update dependencies #18 - @jagaapple
  • Update development environment #22 #25 - @jagaapple
    • Add CircleCI settings
    • Use webpack-dev-server instead of webpack-serve
    • Use ESLint instead of TSLint
  • Modify a readme - @jagaapple

v1.1.0

Choose a tag to compare

@jagaapple jagaapple released this 23 Aug 16:30
c4b5b15
  • Add "jsx" option #12 - @jagaapple
    • Add "jsx" option to enable output JSX code instead of React.createElement function
    • Add documentation about "jsx" option to a readme file

v1.0.1

Choose a tag to compare

@jagaapple jagaapple released this 22 Aug 21:01
22f9626
  • Update a readme file #9 - @jagaapple
    • Modify sample codes related to options
    • Add a recipe to enable type definitions for TypeScript

Initial public release

Choose a tag to compare

@jagaapple jagaapple released this 22 Aug 20:02
29fef13