Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/asciidoctor/asciidoctor-tabs

An extension for Asciidoctor that adds a tabs block to the AsciiDoc syntax.
https://github.com/asciidoctor/asciidoctor-tabs

add instructions for how to run tests

29f7dd2161d047134ab8d2ca81347586a5d9e985 authored over 1 year ago
release 1.0.0-beta.6 [no ci]

4398e55b2e54eada1c7158a96d922f651cb121db authored over 1 year ago
upgrade RuboCop

53756ec0f89bebffc4088921d81616397f841fc9 authored over 1 year ago
resolves #64 preserve attribute entries above tabs block (PR #65)

cd487592a0db5bc7baf59373782d8d97f2bfdc37 authored over 1 year ago
verify solitary open block is not unwrapped if it has an ID

8e816f29064695685ed8e8696100b51d1e94a3a6 authored over 1 year ago
remove only modifier on test

9cd2b69472c1b3d5c4477916594af9db0da9682a authored over 1 year ago
add test to verify attribute entries above tabs block are preserved when filetype is not html

edc0e888fdc489955b3284836253ded123a5e66b authored over 1 year ago
verify tabs enclosure is removed when backend is DocBook

006af1faa86d7d57fc9dd8e3ce4b728e2496946e authored over 1 year ago
consolidate code in block converter

5e41020de1f3a330562d526dfcbfc7820f610541 authored over 1 year ago
repurpose example block as open block if filetype is not html

6e7b649552bf72163de384dc69c468d7c84bf6c2 authored over 1 year ago
lock smoke test to Asciidoctor.js 2

a14db3dbc1f48a4d212e4185e9a4c31370a92420 authored over 1 year ago
release 1.0.0-beta.5 [no ci]

d24a39fbe2936ac87fcd181a46c27be3ddd7a19e authored over 1 year ago
upgrade RuboCop and configure new rules

bdadc7a57807b3e6d6cdde2731487e3bbe14939b authored over 1 year ago
resolves #61 ensure tab number sequence follows document order when tabs blocks are nested (PR #62)

7bfa3956b6e9588893f162045c5d223bbc8f205b authored over 1 year ago
document the tabs sync feature in much greater detail

a4d2de31cb7c5b0cd01b343e4e220aacf001cd93 authored over 1 year ago
document how to create nested tabsets

c1118190deac816c6561d0506e4e1d708180e005 authored over 1 year ago
update examples so reference to tab label in tab content matches label exactly

0ccb3cb69381e5dd2b49faf6c60cea973a349078 authored over 1 year ago
resolves #59 only remove open block enclosure around tab content if anonymous; preserve nested tabs block (PR #60)

c9b446ad5181e72229e4aaf8ddf568762a0aab10 authored over 1 year ago
release 1.0.0-beta.4 [no ci]

48bc66b70b975545688a9fc4e4d241df482d5473 authored over 1 year ago
add tab class to tab element (if missing) rather than overwriting className property to preserve existing class names

048f5b81ab7aa8c9fb8fad764ec813db8bfa85a4 authored over 1 year ago
fix fallback logic in behavior script when tab is missing ID or does not match a panel

8f8e95998699ad7034bb540161bab62b436c6aee authored over 1 year ago
rename initial variable to start in behavior script; don't set unless sync is enabled

4b900cf1c823b6cd313d7b1b17502263f726817b authored over 1 year ago
rework tab styles to make them compatible with a transition effect; stub in effect

eb68c227f9235a1444aa906ba361936199c1df9a authored over 1 year ago
remove outdated workaround for Chrome for selected tab in provided stylesheet

58a2d30589dec966ac0333639c60e5c7c5dd7fb1 authored over 1 year ago
replace underscores with hyphens in filename of test suite

9a856d3bb735510c4c3d0a92464f21d9a285ea04 authored over 1 year ago
use Node.js' built-in test runner instead of Mocha for JS test suite

d9804cafe65b2b5c6abc05a29b7214ed9b525d7b authored over 1 year ago
use npx to manage installation of opal-compiler for build task

c8ab4335927ac2b746c3b09f03007890a53a3649 authored over 1 year ago
qualify built-in modules in JS build and test suite

9dde678cbb8b10df1eb97400d8a5ba11cb3921cf authored over 1 year ago
add CHANGELOG entries for #55

612e5849be015a97947a3fd1a55d363823cf0015 authored over 1 year ago
resolves #55 fully support nested tabs (PR #56)

51269970a011af89c9024dfe1fa340cad3fc8d13 authored over 1 year ago
add note to Antora guide about how to integrate with an existing supplemental UI folder

5d8c67f24774772bd980958c8388c566c1a3ed69 authored almost 2 years ago
release 1.0.0-beta.3 [no ci]

d5ee94b5253f4db75e6646f46511676af0be2cc3 authored about 2 years ago
revise overview in README

906175a4dfe3aba91a62b9d35584808c0606b09c authored about 2 years ago
clarify how the sync group ID is derived

3f75d1f8228dc5d559284b3197ea17d72f49c3f4 authored about 2 years ago
resolves #52 allow sync group ID to be specified rather than derived using the sync-group-id attribute on the tabs block (PR #53)

997cff21eef6a080d419b6c387361bd786e80d5a authored about 2 years ago
resolves #50 add is-loaded class to tabs blocks on next tick after initialization for binding transitions (PR #51)

48affb9ae36f7e2ff215fe75bb946cf83abcef91 authored about 2 years ago
use more explicit/portable logic to toggle class on element

fe5a2247a0d2362a6c344c82bb531500353dd50b authored about 2 years ago
rename data-sync-group attribute to data-sync-group-id; don't lowercase sync group ID

1191bb2639c41b889657aec5d88e7e23df5b043e authored about 2 years ago
allow storage of sync tab selection to be configured using document attributes (PR #49)

4448f1744dabd8453840afc6cca51e3386359135 authored about 2 years ago
release 1.0.0-beta.2 [no ci]

d466f4979c6107e8e9ba88c61cef0320354de01a authored about 2 years ago
turn off :focus-visible outline on tab selected by URL fragment

822dbda0f1d2ba893ef4ddbc125075cc3a12c707 authored about 2 years ago
resolves #47 only sync congruent tabs blocks (PR #48)

08992993518d7f5c25dc69cebff69449e3885bca authored about 2 years ago
release 1.0.0-beta.1 [no ci]

2d8f75d9604c5af23f85bcad73f7d5b67c51e147 authored about 2 years ago
add notes and clarifications to Antora integration guide

e58372530ec8f350de6de0a51dbe46b25f2d7ca5 authored about 2 years ago
document in the Antora integration guide how to use the data-sync-storage-* configuration options

4c2991bdf7531b89887f50a74e8f73cc42821022 authored about 2 years ago
relocate CHANGELOG entry to correct release

861b5c93db582225dcb9a4817479747233c2aa67 authored about 2 years ago
resolves #44 add configuration option to save sync selection in local or session storage (PR #45)

b0bfb395b5131b675e38861bf62c9b8c1a8e3335 authored about 2 years ago
resolves #43 pass through role attribute on tabs block (PR #46)

0cb09ce75aeb83692f9a5e4fa6f8d373a8fffbff authored about 2 years ago
use correct selector to unhide panel of first tab while tabs are loading

bdeec9cf54d90ea05e7c58bbc23767ad442f7359 authored about 2 years ago
compute sync ID earlier when initializing tab

d8a655af41250434a219339681f7c75cc085c685 authored about 2 years ago
bump upper Ruby version in CI from 3.1 to 3.2

f3b2706b21728f5d0ca0c2484fe5aa71d1d885f7 authored about 2 years ago
coerce value of aria-selected to string

da17adc39a59d088879e8db98a784b1784d513d0 authored about 2 years ago
release 1.0.0-alpha.12 [no ci]

ae6d3c05f6630a1fabb9e26b8da8437b95165acd authored about 2 years ago
upgrade RuboCop and configure new rules

bfcb602bfe27177fa9bd2deec25288bcf2762ed4 authored about 2 years ago
resolves #41 wrap div around table blocks in tabpanel to prevent blocks from overflowing bounds (PR #42)

e6002fe4330dc087449e968e5218db1170594bff authored about 2 years ago
release 1.0.0-alpha.11 [no ci]

268278ceb40bdbca2540a5abba31f730df36bbb6 authored about 2 years ago
upgrade RuboCop and configure new rules

6f2e959f23beffb8df5dffe6e75742b628d4d255 authored about 2 years ago
upgrade rspec

4c9adc777028cc6f2b7ecda491b015dc567132bf authored about 2 years ago
pretty up the appearance of the Antora integration guide

16355bb8dc967848f566fd59f7b13bef7600ad65 authored about 2 years ago
fix ignore paths in js folder for CI workflow

b75889623030c3413e561af588d5c35ab772eead authored about 2 years ago
minor rewording in Antora integration guide

c2d5971e6d8255ed657f6e226f7e3a719c90d280 authored about 2 years ago
improve documentation on how to use this extension with Antora (PR #23)

a4169c5b0f870d8235d487205fcb164313f88e03 authored about 2 years ago
change format of README for npm package to AsciiDoc; use downdoc to convert back to Markdown

837212a9bedbda6313f5b1af18c6880053d60390 authored about 2 years ago
add missing issue reference to CHANGELOG

0e808c74910d08037acd8eca2c67728829a8251e authored about 2 years ago
resolves #15 convert tabs block to openblock (PR #40)

1aeab5ebd4e263af9d9bad2d66af47534c9b7bff authored about 2 years ago
remove obsolete negative margin on tablist

79345611bbdf7fdf6b03cf23352c45a0274c9c4a authored about 2 years ago
apply margin to .tablist.ulist; clear margin on child ul

c5f2d77bd13723ecee2362b797e47b7d3e70b49e authored about 2 years ago
fix CHANGELOG entries for #38

b0269a8cf7eb27f2b6154bac3245ad6c799cac9f authored about 2 years ago
resolves #38 align terminology with accessibility guidelines for a tabs component (PR #39)

b071148b0f265ce2503a93c7b66b1dd8612cb3e7 authored about 2 years ago
release 1.0.0-alpha.10 [no ci]

23fa23db08103802c755e3870427e17dbf1a894d authored about 2 years ago
adjust styles

* Remove overflow styles on tab pane as it's not universal
* Make a best effort to constrain the...

b6a6ac467759b3dd12af0004aa01d93364ff42cf authored about 2 years ago
apply flex auto to direct descendant of tab panel; restrict descendant to available width

83afcb6eb2b46e1a368f1a9a94b8c7b4c5232189 authored about 2 years ago
release 1.0.0-alpha.9 [no ci]

b3b16adee34c31a01f406a7ac0ff6aab3a8686ca authored about 2 years ago
slightly tweak border color on tabs

fbb755e7e0c4d3243c13175bb6b56f69b90217bb authored about 2 years ago
use more subtle color scheme for border and background colors on tabs

189a944f27d5640c5d1e561c6243b523a9038974 authored about 2 years ago
use more subtle colors for border and background on tabs

0e66da673cb2aa03d71b4e7c63da450657233534 authored about 2 years ago
use hex color for black

ec4f5af7797001ec40796b91ee2fd81863585091 authored about 2 years ago
use consistent border color on elements in tabs block

270766bd6ffdda23907f34c8bca0b0c23400a672 authored about 2 years ago
remove fixed height on tab element; use padding instead

19ff5eaf441533ccc217b399146ca20dc894835a authored about 2 years ago
configure background properly on tabs so background does not bleed through

b1a8300e848663a1789f4c124478ece75169682b authored about 2 years ago
move border and padding around tab pane to pane element

5b086b34a81ee282bcdd0d9983dc3ab14d54c824 authored about 2 years ago
configure overflow content in tab panel to scroll horizontally

2ed37e8e4443d4292e55351367964fdfa718c0e0 authored about 2 years ago
one more bit of tuning on CSS

- use more specific selector to target .content wrapper

350b64439aa84e71f529528883c7082809520061 authored about 2 years ago
tune selectors in stylesheet

- set 0 margin on tab element
- only set left margin on sibling tab elements
- be consistent abo...

b05e23e9b76f387d2fbaaf688c00fd670b2246ac authored about 2 years ago
move .tabset selector to top of CSS file

efd5fd6035ce4258bb38342078ae893ae7cd3ec2 authored about 2 years ago
assign tab role to each item in tab list

68e4bb028b636d73c6eaea49afbff454002553a0 authored about 2 years ago
release 1.0.0-alpha.8 [no ci]

9700f86b302852a2fc659ca0d7c864b5af2e303d authored about 2 years ago
resolves #34 lock position of content when synchronizing tab selection (PR #35)

6d18ab75de03cada5c2dba930e49d37187235e6b authored about 2 years ago
resolves #32 sync tab selection on hash change (PR #33)

e241642787f2817f22691f247fb11d4e2739c660 authored about 2 years ago
rewrite tabs script to select tab using call to onHashChange during init; remove is-loading after

2651da05f87a20e7b295520613fa0535f91bdf2a authored about 2 years ago
remove bottom margin from last block in tab pane for the most common cases

cd7a73176a2d98a443659d1404358a03c9f06d56 authored about 2 years ago
document tabs sync

6dd1350d1ae941b7f0468171dc17d5a544f3bca2 authored about 2 years ago
release 1.0.0-alpha.7 [no ci]

1501afdad4e87a1956fd02e43e183934e566cc1f authored about 2 years ago
resolves #28 add support for tabs sync (PR #31)

11111ad3566846595d8ac29642e6f3da437508ec authored about 2 years ago
slightly consolidate logic in tabs script

f0cba14e5e24c25444f5524a985121fc245eef47 authored about 2 years ago
define forEach function as top-level variable

118a9372587cc9e606f5665ead41119a0d81896f authored about 2 years ago
remove querySelectorAll call during init in tabs script

075f0d0534f90919a2f6a417bb9fcfce158c3dd6 authored about 2 years ago
remove from function in tabs script

84c1f45281e4734794d8bd6f5094d6fd3952ef48 authored about 2 years ago
consolidate code in tabs script

c12890d3f3186be0809f876ca3c0e7032153fcdf authored about 2 years ago
wrap main code in tabs script inside init function

bd79d48691d0d7146306a12ab38136d2b15db2b3 authored about 2 years ago