Skip to content

Commit 91e122d

Browse files
chore: updated README
1 parent 84e8861 commit 91e122d

File tree

2 files changed

+51
-18
lines changed

2 files changed

+51
-18
lines changed

CHANGELOG.md

+29-9
Original file line numberDiff line numberDiff line change
@@ -1,68 +1,88 @@
11

2+
## v0.1.13 (2020-3-21)
3+
4+
### Changes
5+
6+
* updated README
7+
28
## v0.1.12 (2020-3-14)
39

410
### Added
11+
512
* .gif sample usage in `README.md`
613

714
## v0.1.11 (2020-3-14)
815

916
### Changes
17+
1018
* updated `LICENSE.nd`
1119
* updated import to cursor description
1220
* removed Bug Fixes header in `CHANGELOG.md`
1321

1422
## v0.1.10 (2020-3-14)
1523

1624
### Changes
25+
1726
* optimized code
1827
* replaced success on add export name with regular success.
1928

2029
## v0.1.9 (2020-3-11)
2130

22-
### Fixed
31+
### Fixes
32+
2333
* uncaught error on drop without active pane
2434

2535
### Changes
36+
2637
* replaced release names with version numbers in `CHANGELOG.md`.
2738

2839
## v0.1.7 - v0.1.8 (2020-3-12)
2940

30-
### Fixed
41+
### Fixes
42+
3143
* add export name not working
3244

3345
### Others
34-
* I just tried `apm unpublish` and I failed 😛
46+
47+
* I just tried `apm unpublish`. Failed. 😛
3548

3649
## v0.1.6 (2020-3-11)
3750

38-
### Fixed
51+
### Fixes
52+
3953
* uncaught error
4054

4155
## v0.1.5 (2020-3-11)
4256

43-
### Fixed
57+
### Fixes
58+
4459
* Uncaught ReferenceError: path is not defined.
4560

4661
## v0.1.4 (2020-3-9)
4762

48-
### Fixed
63+
### Fixes
64+
4965
* Replaced `querySelector` with `atom.workspace.paneContainers.left.refs.wrapperElement`, closes ([#1](https://github.com/ElecTreeFrying/javascript-drag-import/issues/1))
5066

5167
## v0.1.3 (2020-3-8)
5268

53-
### Features
69+
### Added
70+
5471
* Add extension name or file type to path.
5572

5673
## v0.1.2 (2020-3-8)
5774

58-
### Fixed
75+
### Fixes
76+
5977
* Import bug on file drop to directories in tree-view.
6078

6179
## v0.1.1 (2020-3-8)
6280

63-
### Fixed
81+
### Fixes
82+
6483
* Temporary fix for no import upon file drop.
6584

6685
## v0.1.0 (2020-3-5)
86+
6787
* Every feature added
6888
* Every bug fixed

README.md

+22-9
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,35 @@ Drag and drop import [package] for [Atom]. Auto import by dragging supported fil
55

66
_* This package also supports drag and drop imports for CSS, SASS/SCSS and LESS._
77

8-
![drag and drop sample usage](https://bit.ly/3aV98yI "drag and drop sample usage")
9-
10-
11-
### Supported file types:
12-
* JS , JSX , TS , TSX , CSS , SCSS , SASS , LESS.
8+
**Supported file types: → js ∙ tsx ∙ ts ∙ tsx ∙ css ∙ scss ∙ sass ∙ less**
139

10+
![drag and drop sample usage](https://bit.ly/3aV98yI "drag and drop sample usage")
1411

1512
## Features
1613

17-
* Configure import style for supported file types
18-
* Append import statements at the bottom or to top of list.
19-
* Append import statements on selected line.
20-
14+
* Configure import styles
15+
* Copy and paste like import
16+
* Import to cursor
17+
* Import to bottom
18+
* Import to top
2119

2220
## Usage
2321

2422
Auto import by dragging files from tree-view to your active pane.
2523

2624
![sample1][usage]
2725

26+
## Changelog
27+
28+
See [CHANGELOG] for more information.
29+
30+
## Contributing
31+
32+
File bugs, feature requests in [GitHub Issues].
33+
34+
## Related
35+
36+
[More extensions of mine.]
2837

2938
## License
3039

@@ -33,3 +42,7 @@ MIT
3342
[Atom]: https://atom.io
3443
[package]: https://atom.io/packages
3544
[usage]: https://bit.ly/3ctxmBQ
45+
46+
[CHANGELOG]: https://github.com/ElecTreeFrying/javascript-drag-import/blob/master/CHANGELOG.md
47+
[Github Issues]: https://github.com/ElecTreeFrying/javascript-drag-import/issues
48+
[More extensions of mine.]: https://atom.io/users/ElecTreeFrying

0 commit comments

Comments
 (0)