ultimate-jekyll-manager 1.3.10 → 1.3.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -14,6 +14,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
14
14
  - `Fixed` for any bug fixes.
15
15
  - `Security` in case of vulnerabilities.
16
16
 
17
+ ---
18
+ ## [1.3.11] - 2026-05-24
19
+
20
+ ### Changed
21
+
22
+ - **Account page UI polish.** Three small consistency fixes on `/account`: (1) Notifications "Save preferences" button now has the `floppy-disk` icon to match the profile section's "Save Changes" button. (2) Generate signin link modal no longer shows a redundant Cancel button in its footer — the X in the modal header already dismisses it. (3) Connections "Manage connections" card no longer renders a divider between the section title and the first item (dropped `list-group list-group-flush` from `#connections-list`); the per-item `border-top` already handles inter-item separation, matching the Sign-in methods card's pattern.
23
+
17
24
  ---
18
25
  ## [1.3.10] - 2026-05-24
19
26
 
@@ -921,7 +921,6 @@ badges:
921
921
  </div>
922
922
  </div>
923
923
  <div class="modal-footer">
924
- <button type="button" class="btn btn-outline-secondary" data-bs-dismiss="modal">Cancel</button>
925
924
  <button type="button" class="btn btn-danger" id="signin-link-generate-btn" disabled>
926
925
  {% uj_icon "key", "me-1" %}
927
926
  <span class="button-text">Generate link</span>
@@ -941,7 +940,7 @@ badges:
941
940
  <h5 class="card-title">Manage connections</h5>
942
941
  <p class="text-muted mb-0">Connect your external accounts to access additional features.</p>
943
942
 
944
- <div id="connections-list" class="list-group list-group-flush">
943
+ <div id="connections-list">
945
944
  <!-- Loading state -->
946
945
  <div id="connections-loading" class="text-center py-3">
947
946
  <div class="spinner-border spinner-border-sm text-primary" role="status">
@@ -1272,6 +1271,7 @@ badges:
1272
1271
  </label>
1273
1272
  </div>
1274
1273
  <button type="submit" class="btn btn-primary">
1274
+ {% uj_icon "floppy-disk", "me-2" %}
1275
1275
  <span class="button-text">Save preferences</span>
1276
1276
  </button>
1277
1277
  </form>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ultimate-jekyll-manager",
3
- "version": "1.3.10",
3
+ "version": "1.3.11",
4
4
  "description": "Ultimate Jekyll dependency manager",
5
5
  "main": "dist/index.js",
6
6
  "exports": {