Skip to content

Commit

Permalink
[TASK] V 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SamBrishes committed Aug 21, 2022
1 parent b64e174 commit fcef6cd
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 23 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "rat.md/newshub-theme",
"type": "october-theme",
"version": "1.0.0",
"version": "1.1.0",
"description": "A simple, minimalistic and responsive blog / magazine template, designed with Bootstrap 5.2.",
"keywords": [
"october",
Expand Down
42 changes: 21 additions & 21 deletions config/options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -178,17 +178,17 @@ tabs:
tab: theme.newshub::lang.option.tabs.header
type: section
label: theme.newshub::lang.option.sections.main_header
navbar_style:
tab: theme.newshub::lang.option.tabs.header
type: dropdown
label: theme.newshub::lang.option.navbar_style.label
comment: theme.newshub::lang.option.navbar_style.comment
default: condensed
showSearch: false
span: auto
options:
condensed: theme.newshub::lang.option.navbar_style.condensed
extended: theme.newshub::lang.option.navbar_style.extended
# navbar_style:
# tab: theme.newshub::lang.option.tabs.header
# type: dropdown
# label: theme.newshub::lang.option.navbar_style.label
# comment: theme.newshub::lang.option.navbar_style.comment
# default: condensed
# showSearch: false
# span: auto
# options:
# condensed: theme.newshub::lang.option.navbar_style.condensed
# extended: theme.newshub::lang.option.navbar_style.extended
sticky_header:
tab: theme.newshub::lang.option.tabs.header
type: switch
Expand All @@ -207,16 +207,16 @@ tabs:
label: theme.newshub::lang.option.languages_menu.label
comment: theme.newshub::lang.option.languages_menu.comment
default: false
search_button:
tab: theme.newshub::lang.option.tabs.header
type: switch
label: theme.newshub::lang.option.search_button.label
comment: theme.newshub::lang.option.search_button.comment
default: false
trigger:
action: show
condition: value[extended]
field: navbar_style
# search_button:
# tab: theme.newshub::lang.option.tabs.header
# type: switch
# label: theme.newshub::lang.option.search_button.label
# comment: theme.newshub::lang.option.search_button.comment
# default: false
# trigger:
# action: show
# condition: value[extended]
# field: navbar_style
# user_button:
# tab: theme.newshub::lang.option.tabs.header
# type: switch
Expand Down
14 changes: 13 additions & 1 deletion version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,16 @@ v1.0.1:
- "Fix: Example component styling + dark border color."
- "Fix: Navbar below Hero-Slider (when Header is not set to 'sticky')."
v1.1.0:
- Pending
- "Add: Configurable sidebar widgets for home, page and post CMS pages."
- "Add: Article List widget for all sidebars."
- "Add: Category List widget for all sidebars."
- "Add: Tag List widget for all sidebars."
- "Add: Author List widget for all sidebars."
- "Add: Static Menu widget for all sidebars."
- "Add: Current Author widget for post sidebar."
- "Add: Current Categories widget for post sidebar."
- "Add: Current Tags widget for post sidebar."
- "Add: Next | Previous posts widget for post sidebar."
- "Add: Table of Contents widget for page sidebar."
- "Fix: Table of Contents generator skipped the last header element."
- "Fix: Missing dark header settings on static page layouts."

0 comments on commit fcef6cd

Please sign in to comment.