You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -52,27 +52,39 @@ Please see the [corresponding issue in the Nord Docs repository][nord-docs#166]
52
52
↠ Adapted to the MIT license migration of [Nord][]. Details can be found in the main task ticket [arcticicestudio/nord#55][nord#55].
53
53
54
54
# 0.11.0
55
-
*2017-04-01*
55
+
56
+
_2017-04-01_
57
+
56
58
## Features
59
+
57
60
### Package Support
58
-
❯ Implemented support for the community package <imgsrc="https://avatars3.githubusercontent.com/u/515636"width=16height=16/> [`indent-guide-improved`](https://atom.io/packages/indent-guide-improved) to adapt to the UI style. This matches the indent guide improvements implemented in [arcticicestudio/nord-atom-syntax #43](https://github.com/arcticicestudio/nord-atom-syntax/issues/43). (@arcticicestudio, #64, e185d481)
61
+
62
+
❯ Implemented support for the community package <imgsrc="https://avatars3.githubusercontent.com/u/515636"width=16height=16/> [`indent-guide-improved`](https://atom.io/packages/indent-guide-improved) to adapt to the UI style. This matches the indent guide improvements implemented in [arcticicestudio/nord-atom-syntax #43](https://github.com/arcticicestudio/nord-atom-syntax/issues/43). (@arcticicestudio, #64, e185d481)
❯ Fixed a typo in the project description. This is a sub-task of [arcticicestudio/nord #20](https://github.com/arcticicestudio/nord/issues/20). (@arcticicestudio, #60, 443531b9)
71
-
> **A** arctic ... -> **An** arctic ...
79
+
80
+
> **A** arctic ... -> **An** arctic ...
72
81
73
82
# 0.10.2
74
-
*2017-03-06*
83
+
84
+
_2017-03-06_
85
+
75
86
## Bug Fixes
87
+
76
88
❯ Fixed the overall height increase of the tab-bar when dragging tabs by disabling the placeholder bar. This also makes the drag & drop animation to be smoother and look more flat. (@maliMirkec, #56, 031da28b)
@@ -83,18 +95,23 @@ Please see the [corresponding issue in the Nord Docs repository][nord-docs#166]
83
95
<palign="center"><strong>After with <code>file-icons</code> package</strong><br><imgsrc="https://cloud.githubusercontent.com/assets/7836623/23630324/016f325c-02bb-11e7-8ad0-e295446f6eff.png"/><br><strong>After with <code>seti-icons</code> package</strong><br><imgsrc="https://cloud.githubusercontent.com/assets/7836623/23630345/183d8a88-02bb-11e7-8214-516bc35fcb76.png"/></p>
84
96
85
97
# 0.10.1
86
-
*2017-01-25*
98
+
99
+
_2017-01-25_
100
+
87
101
## Bug Fixes
102
+
88
103
❯ Fixed unreadable text color for of all focused floating modal overlays by adding the new `syntax--` class prefix introduced by the new Atom syntax theme package API change regarding the shadow DOM removal for Atom >= 1.13.0. (@abrthel, #53, 1598fabd)
**Please note that the minimal version for this theme is now >=1.13.0 due to the Atom theme API change!**
96
112
97
113
## Improvements
114
+
98
115
❯ Migrated to the new Atom theme API.
99
116
Starting from Atom version 1.13, the contents of `atom-text-editor`[elements are no longer encapsulated within a shadow DOM boundary](http://blog.atom.io/2016/11/14/removing-shadow-dom-boundary-from-text-editor-elements.html).
100
117
This means the `:host` and `::shadow` pseudo-selectors should be completely removed and all syntax selectors should be prepended with `syntax--`.
@@ -103,8 +120,11 @@ To prevent breakage with existing style sheets, Atom will automatically upgrade
103
120

104
121
105
122
# 0.9.0
106
-
*2016-12-01*
123
+
124
+
_2016-12-01_
125
+
107
126
## Improvements
127
+
108
128
❯ Single tabs are now colored with the base background color to better match the theme ambience. (@arcticicestudio, #44, ee8a0c60)
❯ Implemented a new theme setting to use darker colors for focused forms like the `find-and-replace`- and `project-search` inputs. (@arcticicestudio, #43, 38d1ca07)
146
174
147
175
<palign="center"><imgsrc="https://cloud.githubusercontent.com/assets/7836623/20313180/636b4f48-ab56-11e6-8502-ad99f163c94b.png"/><br><strong>With default snow-inspired focus effect</strong><br><imgsrc="https://cloud.githubusercontent.com/assets/7836623/20311958/f694259c-ab51-11e6-8c2e-cf9dae01b774.gif"/><br><strong>With enabled setting for darker focus color effect</strong><br><imgsrc="https://cloud.githubusercontent.com/assets/7836623/20318435/871389f6-ab6a-11e6-8ab4-f33a5a63ae78.gif"/></p>
148
176
149
177
## Bug Fixes
178
+
150
179
❯ Fixed regexp groups in the `find-and-replace` inputs getting obscured if the current syntax highlighting theme uses light colors for these pattern. (@arcticicestudio, #39, fca9d9f5)
151
180
152
181
<palign="center"><strong>Selected characters are now colored correctly</strong><br><imgsrc="https://cloud.githubusercontent.com/assets/7836623/20318449/998233c6-ab6a-11e6-9242-b1fca03bee9b.gif"/><br><strong>With enabled "Darker Form-Focusing Effect" theme setting the current syntax highlighting remains preserved</strong><br><imgsrc="https://cloud.githubusercontent.com/assets/7836623/20318452/9ccd68fc-ab6a-11e6-8886-1c2cacce14cf.gif"/></p>
153
182
154
183
# 0.7.0
155
-
*2016-11-12*
184
+
185
+
_2016-11-12_
186
+
156
187
## Features
188
+
157
189
### Package Support
158
-
❯ Implemented support for the community package <imgsrc="https://avatars3.githubusercontent.com/u/25722"width=16height=16/> [`tool-bar`](https://atom.io/packages/tool-bar) by [suda](https://github.com/suda) to make the tool-bar package fit more with the surrounding UI. (@arcticicestudio, #41, 010119c6)
190
+
191
+
❯ Implemented support for the community package <imgsrc="https://avatars3.githubusercontent.com/u/25722"width=16height=16/> [`tool-bar`](https://atom.io/packages/tool-bar) by [suda](https://github.com/suda) to make the tool-bar package fit more with the surrounding UI. (@arcticicestudio, #41, 010119c6)
❯ Implemented support for the community package <imgsrc="https://avatars3.githubusercontent.com/u/7209979"width=16height=16/> [`minimap-git-diff`](https://atom.io/packages/minimap-git-diff) by [atom-minimap](https://github.com/atom-minimap) to make the minimap-git-diff package fit more with the theme color palette. (@arcticicestudio, #42, e5251f7)
195
+
❯ Implemented support for the community package <imgsrc="https://avatars3.githubusercontent.com/u/7209979"width=16height=16/> [`minimap-git-diff`](https://atom.io/packages/minimap-git-diff) by [atom-minimap](https://github.com/atom-minimap) to make the minimap-git-diff package fit more with the theme color palette. (@arcticicestudio, #42, e5251f7)
❯ Fixed the `README` rendering caused by an malformed HTML tag chain
174
214
175
215
# 0.5.0
176
-
*2016-11-01*
216
+
217
+
_2016-11-01_
218
+
177
219
## Features
220
+
178
221
### Theme Settings
179
-
❯ The theme can now be tweaked by using the theme settings which can be found by clicking on the gear icon next to the *UI Theme* drop-down. (@arcticicestudio, #36, 98dfc25d)
222
+
223
+
❯ The theme can now be tweaked by using the theme settings which can be found by clicking on the gear icon next to the _UI Theme_ drop-down. (@arcticicestudio, #36, 98dfc25d)
180
224
The following options are available:
181
225
182
-
*Full-Width Tab Sizing*
226
+
_Full-Width Tab Sizing_
227
+
183
228
> In full width mode, tabs will fill the whole tab bar.
❯ Implemented support for the community package <imgsrc="https://avatars1.githubusercontent.com/u/836375"width=16height=16/> [`script`](https://atom.io/packages/script) by [rgbkrk](https://github.com/rgbkrk) (@arcticicestudio, #37, b8f7e87a)
233
+
234
+
❯ Implemented support for the community package <imgsrc="https://avatars1.githubusercontent.com/u/836375"width=16height=16/> [`script`](https://atom.io/packages/script) by [rgbkrk](https://github.com/rgbkrk) (@arcticicestudio, #37, b8f7e87a)
189
235
190
236
# 0.4.0
191
-
*2016-11-01*
237
+
238
+
_2016-11-01_
239
+
192
240
## Features
241
+
193
242
### Package Support
194
-
❯ Implemented support for the community package <imgsrc="https://avatars3.githubusercontent.com/u/6087523"width=16height=16/> [`imdone-atom`](https://atom.io/packages/imdone-atom) by [imdone](https://github.com/imdone) (@arcticicestudio, #38, 4214c7fa)
243
+
244
+
❯ Implemented support for the community package <imgsrc="https://avatars3.githubusercontent.com/u/6087523"width=16height=16/> [`imdone-atom`](https://atom.io/packages/imdone-atom) by [imdone](https://github.com/imdone) (@arcticicestudio, #38, 4214c7fa)
195
245
196
246
# 0.3.0
197
-
*2016-09-29*
247
+
248
+
_2016-09-29_
249
+
198
250
## Features
251
+
199
252
### Package Support
200
-
❯ Implemented support for the community package <imgsrc="https://avatars1.githubusercontent.com/u/933880"width=16height=16/> [`build`](https://atom.io/packages/build) by [noseglid](https://github.com/noseglid) (@arcticicestudio, #34, dfebe0c6)
253
+
254
+
❯ Implemented support for the community package <imgsrc="https://avatars1.githubusercontent.com/u/933880"width=16height=16/> [`build`](https://atom.io/packages/build) by [noseglid](https://github.com/noseglid) (@arcticicestudio, #34, dfebe0c6)
201
255
202
256
# 0.2.0
203
-
*2016-09-20*
257
+
258
+
_2016-09-20_
259
+
204
260
## Improvements
261
+
205
262
### Controls
263
+
206
264
❯ The background color of checked checkboxes is now the accent color instead of lime/green (@arcticicestudio, #33, 55b0be1f)
207
265
208
266
## Bugfixes
267
+
209
268
### Documentation
269
+
210
270
❯ Fixed all unrendered images in the [atom.io](https://atom.io/themes/nord-atom-ui) package README by using the `https://raw.githubusercontent.com` domain (@arcticicestudio, #32, 9db9fed2)
211
271
212
272
# 0.1.0
213
-
*2016-09-20*
273
+
274
+
_2016-09-20_
214
275
**Initial APM package release version!**
215
-
*Closes the [APM Package Release](https://github.com/arcticicestudio/nord-atom-ui/milestone/1) milestone.*
276
+
_Closes the [APM Package Release](https://github.com/arcticicestudio/nord-atom-ui/milestone/1) milestone._
216
277
217
278
## Features
279
+
218
280
A complete list of all implemented features can be found in the [README](https://github.com/arcticicestudio/nord-atom-ui/blob/develop/README.md#features) section.
219
281
220
282
### Package Support
283
+
221
284
The [Package Support](https://github.com/arcticicestudio/nord-atom-ui/milestone/2) milestone backlog ticket #20 contains a list of all currently implemented- and planned package supports.
222
285
Detailed information of already implemented packages can be found in the [project wiki](https://github.com/arcticicestudio/nord-atom-ui/wiki/Package-Support).
223
286
224
-
**Community**
225
-
- <imgsrc="https://avatars3.githubusercontent.com/u/2833514"width=16height=16/> [`color-picker`](https://atom.io/packages/color-picker) by [thomaslindstrom](https://github.com/thomaslindstrom) (@arcticicestudio, #21, 132eb795)
226
-
- <imgsrc="https://avatars0.githubusercontent.com/u/659763"width=16height=16/> [`expose`](https://atom.io/packages/expose) by [mrodalgaard](https://github.com/mrodalgaard) (@arcticicestudio, #30, 4e70ed1d)
227
-
- <imgsrc="https://avatars3.githubusercontent.com/u/7209979"width=16height=16/> [`minimap`](https://atom.io/packages/minimap) by [atom-minimap](https://github.com/atom-minimap) (@arcticicestudio, #28, 8ba2bddc)
228
-
- <imgsrc="https://avatars0.githubusercontent.com/u/696872"width=16height=16/> [`project-manager`](https://atom.io/packages/project-manager) by [danielbrodin](https://github.com/danielbrodin) (@arcticicestudio, #29, 233233dd)
287
+
**Community**
288
+
289
+
- <imgsrc="https://avatars3.githubusercontent.com/u/2833514"width=16height=16/> [`color-picker`](https://atom.io/packages/color-picker) by [thomaslindstrom](https://github.com/thomaslindstrom) (@arcticicestudio, #21, 132eb795)
290
+
- <imgsrc="https://avatars0.githubusercontent.com/u/659763"width=16height=16/> [`expose`](https://atom.io/packages/expose) by [mrodalgaard](https://github.com/mrodalgaard) (@arcticicestudio, #30, 4e70ed1d)
291
+
- <imgsrc="https://avatars3.githubusercontent.com/u/7209979"width=16height=16/> [`minimap`](https://atom.io/packages/minimap) by [atom-minimap](https://github.com/atom-minimap) (@arcticicestudio, #28, 8ba2bddc)
292
+
- <imgsrc="https://avatars0.githubusercontent.com/u/696872"width=16height=16/> [`project-manager`](https://atom.io/packages/project-manager) by [danielbrodin](https://github.com/danielbrodin) (@arcticicestudio, #29, 233233dd)
0 commit comments