Commit Graph

100 Commits

Author SHA1 Message Date
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
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
Kevin Sawicki
ae060fb450 Export File/Directory from pathwatcher 2014-02-19 09:19:08 -08:00
Kevin Sawicki
cb6ba3c418 Remove ConfigObserver from exports 2014-02-06 13:10:34 -08:00
Kevin Sawicki
d778e13ffb 💄 Sort exports 2014-01-31 15:22:48 -08:00
Kevin Sawicki
9918a0b73f Remove SelectList shim 2014-01-31 15:22:16 -08:00
Kevin Sawicki
012c38cf11 Shim export to old name 2014-01-31 14:50:33 -08:00
Kevin Sawicki
0785fb3a48 Add export shim 2014-01-31 14:50:16 -08:00
Nathan Sobo
8ca8ac5efc Make ConfigObserver a proper mixin and export it 2014-01-21 20:56:23 -07:00
Nathan Sobo
8d4ae33134 Don't export Model superclass in top-level atom module
Previously, the semantics of telepath's Model class were coupled to the
wrapped documents, so it made sense to export the Model. But now that
Model is much simpler, it makes more sense to allow individual packages
to rely on their own version of Model by requiring theorist if they want
to so we can make changes to the version of model used by core without
breaking packages.
2014-01-05 10:47:22 -07:00
Nathan Sobo
cbec03c158 Rename reactionary to theorist 2014-01-05 10:25:59 -07:00
Nathan Sobo
e26d97d5ac Remove telepath as a core dependency 2014-01-03 17:42:11 -07:00
Nathan Sobo
3db9e16637 Upgrade to telepath 0.75.0 for custom object support 2013-12-16 19:03:10 -07:00
Kevin Sawicki
63cac904ae Export telepath Model 2013-12-12 08:51:02 -08:00
Kevin Sawicki
c03e9ad815 Rename Editor export to EditorView 2013-11-26 19:35:16 -08:00
Kevin Sawicki
2e801fbf87 Rename root-view to workspace-view 2013-11-26 11:02:53 -08:00
Kevin Sawicki
6a9f29024a Remove RootView export 2013-11-26 11:02:53 -08:00
Kevin Sawicki
f8ed6eadc8 Add WorkspaceView and atom.workspaceView shims 2013-11-26 09:13:06 -08:00