Skip to content

Releases: nordtheme/atom-ui

0.12.0

31 Jul 06:09
v0.12.0
Compare
Choose a tag to compare

Changelog for Nord Atom UI — An arctic, north-bluish clean and elegant Atom UI theme.

Release Date: 2019-07-31 Project Board Milestone

Features

Nord Docs Transition#82#83 (⊶ 744bcbb)
↠ Transferred all documentations, assets and from „Nord Atom UI“ to Nord Docs.
Please see the corresponding issue in the Nord Docs repository to get an overview of what has changed for Nord Atom UI and what has been done to migrate to Nord Docs.

Landing Page

Preview: Nord Atom UI Port Project Landing Page

Docs Page

Preview: Nord Atom UI Docs Page

Installation & Activation Guide

Preview: Nord Atom UI Installation & Activation Guide Page

Configurations

Preview: Nord Atom UI Configuration Page

Package Development

Preview: Nord Atom UI Package Development Guide Page

Improvements

Package Support

Left align heading for build#69 (⊶ c59a0d4) by @noseglid
↠ Improved the timer of the build package to stop slightly moving left and right when the value updated due to the position of the comma and the variable container width.

Task

Documentation

Migration to MIT license#70#71 (⊶ 55587b2)
↠ Adapted to the MIT license migration of Nord. Details can be found in the main task ticket arcticicestudio/nord#55.


The full changelog ist available here

0.11.0

01 Apr 13:51
v0.11.0
Compare
Choose a tag to compare


2017-04-01

Features

Package Support

❯ Implemented support for the community package indent-guide-improved to adapt to the UI style. This matches the indent guide improvements implemented in arcticicestudio/nord-atom-syntax #43. (@arcticicestudio, #64, e185d48)

Improvements

Tabs

❯ The close icon of inactive tabs is now only colored bright on hover to match the stye of active tabs. (@arcticicestudio, #65, 3d86698)

Before

After

Bug Fixes

Documentation

❯ Fixed a typo in the project description. This is a sub-task of arcticicestudio/nord #20. (@arcticicestudio, #60, 443531b)

A arctic ... -> An arctic ...


The full changelog ist available here

0.10.2

06 Mar 21:35
v0.10.2
Compare
Choose a tag to compare


2017-03-06

Bug Fixes

❯ 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, 031da28)

Linux ( Arch Linux, GNOME DE)

macOS (Sierra)

❯ Fixed the tab close icon of tabs by moving it to the right side (macOS only) to not collide with icons of any icon package, like file-icons or seti-icons package, following recommendations in the conversations atom/tabs #378 and atom/one-dark-ui #179. A left-sided tab close icon (macOS only) should be better moved into a optional theme setting to not mess with people's muscle memory or wait to be implemented into the Atom core tabs package. (@peteringram0, #57, c03130d)

Before with file-icons package

Before with seti-icons package

After with file-icons package

After with seti-icons package


The full changelog ist available here

0.10.1

25 Jan 21:10
v0.10.1
Compare
Choose a tag to compare


2017-01-25

Bug Fixes

❯ 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, 1598fab)

Before

After


The full changelog ist available here

0.10.0

24 Jan 20:36
v0.10.0
Compare
Choose a tag to compare


2017-01-24

Please note that the minimal version for this theme is now >=1.13.0 due to the Atom theme API change!

Improvements

❯ Migrated to the new Atom theme API.
Starting from Atom version 1.13, the contents of atom-text-editor elements are no longer encapsulated within a shadow DOM boundary.
This means the :host and ::shadow pseudo-selectors should be completely removed and all syntax selectors should be prepended with syntax--.
To prevent breakage with existing style sheets, Atom will automatically upgrade selectors for versions less or equal to 1.12. (@arcticicestudio, #31, 42d7f7ba)


The full changelog ist available here

0.9.0

01 Dec 20:33
v0.9.0
Compare
Choose a tag to compare


Improvements

Single tabs are now colored with the base background color to better match the theme ambience. (@arcticicestudio, #44, ee8a0c6)

Before

After

The background color of selected list items is now slightly darker (nord2 to nord1) to better fit the darker ambience and improve the text visibility. (@arcticicestudio, #48, ddba34d)

Before

After

Bug Fixes

Selected folders in tree-view had a transparent background color unlike files which made it hard to navigate using the keyboard.
This has been changed to colorize the background color of selected folders. (@marza91, #47, 6c2c13e)



The full changelog ist available here

0.8.1

23 Nov 19:32
v0.8.1
Compare
Choose a tag to compare


Bug Fixes

Fixed unreadable bold-formated text shown in the markdown-preview tab.
The text color was too bright and therefore was not be seen. (@@ToxidoLiu, #45, 9f6ccf1)

Before

After

Fixed unreadable plain text in markdown-preview code blocks.
The text color was equal the to the background color and was therefore not be seen. (@arcticicestudio, #46, 6a55c98)

Before

After


The full changelog ist available here

0.8.0

16 Nov 17:42
v0.8.0
Compare
Choose a tag to compare


Features

Theme Settings

Implemented a new theme setting to use darker colors for focused forms like the find-and-replace- and project-search inputs. (@arcticicestudio, #43, 38d1ca0)


With default snow-inspired focus effect

With enabled setting for darker focus color effect

Bug Fixes

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, fca9d9f)

Selected characters are now colored correctly

With enabled "Darker Form-Focusing Effect" theme setting the current syntax highlighting remains preserved


The full changelog ist available here

0.7.0

13 Nov 09:57
Compare
Choose a tag to compare


Features

Package Support

Implemented support for the community package tool-bar by suda to make the tool-bar package fit more with the surrounding UI. (@arcticicestudio, #41, 010119c)

Before

After

Implemented support for the community package minimap-git-diff by atom-minimap to make the minimap-git-diff package fit more with the theme color palette. (@arcticicestudio, #42, e5251f7)

Before

After

Improvements

The current active tab is now colored with a slightly lighter background color to differ from inactive tabs. (@arcticicestudio, #40, bc213c1)


The full changelog ist available here

0.5.1

01 Nov 16:59
Compare
Choose a tag to compare


Bug Fixes

Documentation

  • Fixed the README rendering caused by an malformed HTML tag chain

The full changelog ist available here