Commit Graph

116 Commits

Author SHA1 Message Date
joshaber
3a06953820 Merge branch 'master' into dh-async-repo 2015-11-30 11:44:20 -05:00
Antonio Scandurra
4abf5922aa 📝 🎨 2015-11-19 17:57:47 -08:00
Antonio Scandurra
93481c8a0d Move ::isTextEditor down into Workspace 2015-11-19 17:56:53 -08:00
Antonio Scandurra
2a9cfe6ff1 📝 Update deprecation message 2015-11-19 17:10:13 -08:00
Antonio Scandurra
e919b85fbe Export ::isTextEditor function 2015-11-19 16:58:00 -08:00
Daniel Hengeveld
e01a699d74 Export GitRepositoryAsync from the Atom global
Mostly to have a handle to the nodegit repo statuses.
2015-10-26 15:17:48 +01:00
Max Brunsfeld
4d2d4c3cc4 Add deprecated shim for TextEditor export 2015-10-07 15:25:00 -05:00
Nathan Sobo
dbc92702ae 🔥 Remove deprecations from Atom exports 2015-09-22 10:37:13 -06:00
Nathan Sobo
c4cb690744 Drop SpacePen exports from ‘atom’ module 2015-09-18 20:48:45 -06:00
Nathan Sobo
c7ecad5576 Remove EditorView 2015-09-18 20:48:45 -06:00
Nathan Sobo
03d13753ee Remove ScrollView 2015-09-18 20:48:45 -06:00
Nathan Sobo
3414b904a0 Remove SelectListView 2015-09-18 20:48:45 -06:00
Nathan Sobo
6fec11780b 🔫 WorkspaceView shim 2015-09-18 20:48:43 -06:00
Kevin Sawicki
367322ef26 Remove react/reactionary 2015-06-24 16:51:47 -04:00
Ivan Žužak
467d4bfce6 Merge pull request #6202 from FoldingText/expose-file-and-directory
Export File and Directory through require('atom')
2015-04-09 21:05:14 +02:00
Kevin Sawicki
7d592c8b78 includeDeprecations -> includeDeprecatedAPIs 2015-04-03 11:29:16 -07:00
Kevin Sawicki
94d42197eb Conditionally include deprecations 2015-04-03 11:27:59 -07:00
Jesse Grosjean
639fde343c Export File and Directory through require('atom')
Conflicts:
	exports/atom.coffee
2015-04-01 10:47:52 -04:00
Mostafa Eweda
4ce6bea003 Export TextBuffer for external package usage 2015-03-04 09:51:29 -08:00
Ben Ogle
82527c24f2 Upgrade deprecations asking for space-pen to use atom-space-pen-views 2015-01-07 14:02:57 -08:00
Ben Ogle
7f108dab38 Merge pull request #4286 from m0x72/patch-1
Wrong Reactionary dependence
2014-11-25 12:20:43 -08:00
Nathan Sobo
b4a456d911 Fix misinformation in deprecation warning 2014-11-25 08:19:20 -07:00
Ben Ogle
f3dd757537 Export Notification, not Message 2014-11-24 14:58:21 -08:00
Ben Ogle
9c6a5fb4fa Messages -> notifications 2014-11-24 14:58:21 -08:00
Ben Ogle
25caaa92f1 Export Message 2014-11-24 14:58:21 -08:00
Ben Ogle
a7bc7c198d Suggest space-pen 4 rather than space-pen 3 2014-11-24 13:18:42 -08:00
Martin Riedel
509d16b65a Updated deprecation msg to reactionary-atom-fork 2014-11-22 17:49:52 +01:00
m0x72
e8e13ca645 Wrong Reactionary dependence
exports/atom.coffee requires package `reactionary` while atom only has `reactionary-atom-fork` as a dependence (https://github.com/atom/atom/blob/master/package.json#L53). Should require `reactionary-atom-fork` instead.

It's clear that `Reactionary` will soon be omitted from atom's module exports, but as long as fallbacks are provided, the `reactionary` package reference should be corrected. :)
2014-11-22 16:00:40 +01:00
Ben Ogle
a42b560c24 Dont allow TextEditor export in tasks 2014-11-17 17:38:11 -08:00
Ben Ogle
b1eceb03dc Export TextEditor 2014-11-17 16:51:29 -08:00
Ben Ogle
a525d5267b Deprecate the Workspace classes 2014-11-17 16:50:33 -08:00
Ben Ogle
f7951aa57c Update messages so they are less painful in specs 2014-11-17 16:50:33 -08:00
Ben Ogle
a63e058fa5 Deprecate all the views 2014-11-17 16:50:32 -08:00
Ben Ogle
edd48d71ae Add event-kit to exports 2014-11-17 16:50:02 -08:00
Ben Ogle
2faf8bc57b Deprecate exported react 2014-11-17 16:50:02 -08:00
Ben Ogle
aac3d7a559 Deprecate space-pen exports 2014-11-17 16:50:02 -08:00
Ben Ogle
b422c7a678 Recommend GitRepository. Ugh 2014-09-25 15:14:29 -07:00
Ben Ogle
55d243215a Deprecate requiring EditorView 2014-09-25 15:14:29 -07:00
Ben Ogle
c2f44efe31 editor-view -> text-editor-view 2014-09-25 15:14:29 -07:00
Kevin Sawicki
95087b8996 Git -> GitRepository 2014-09-22 14:54:01 -07:00
Ben Ogle
7a429b024e Use GitRepository rather than Git 2014-09-22 11:07:41 -07:00
Ben Ogle
c62b7cc710 Deprecate requiring Git 2014-09-22 11:01:14 -07:00
Ben Ogle
3d2d8c491f rename react-editor-view -> editor-view 2014-08-25 12:07:48 -07:00
Ben Ogle
f8026bb005 Require the react-editor-view where we require the editor-view 2014-08-25 12:02:38 -07:00
Desmond Brand
0e58e03de7 Export Atom's version of React and Reactionary
Fixes #3101 and works around facebook/react#1939.
2014-07-26 17:49:51 -07:00
Nathan Sobo
fb4361e976 Guard React mini-editors with core.useReactMiniEditors feature flag
I'm not adding a default for this one so it won't show up in the
settings view unless the user sets it in their config explicitly. I'm
hoping it won't need to be flagged for very long.
2014-07-21 14:13:05 -07:00
Nathan Sobo
f16ea63a95 Export ReactEditorView as EditorView from 'atom' module
Also, remove a few early requires of 'exports/atom.coffee' in the spec
suite that were causing failures.
2014-07-21 10:43:30 -07:00
Nathan Sobo
101e1f6b50 Export {Workspace} in the 'atom' module 2014-03-03 16:00:36 -07:00
Kevin Sawicki
0688ddf083 Remove _ and fs from exports 2014-02-23 17:05:26 -08:00
Kevin Sawicki
dbd20bcd31 Remove File and Directory exports 2014-02-19 09:53:20 -08:00