What's Changed
- Responsive layout fixes,
HelpSection.vue
content changes,HeaderSection.vue
andFooterSection.vue
navigation changes by @possumbilities in #443 - Take changes from
PR#443
, generate static Jekyll files to deploy to GH Pages by @possumbilities in #444 - failing cypress tests successfully passed by @Cronus1007 in #448
- Adjusted positioning of the 'Confused Need Help' and 'Recommended License' sections in mobile view by @soustab10 in #459
- Sync Community Team to CODEOWNERS by @TimidRobot in #461
- nodeJS prerequisite added by @Lakshay-Pruthi in #462
- Fixes Improper padding in "Confused? Need Help?" modals #464 by @shuence in #465
- Fixed overflow issue by @AyushKaithwas in #474
- Issue #386 - Removed useless dependency to reduce build size by @Cronus1007 in #468
- Issue-460 upgraded cypress to its latest by @Cronus1007 in #470
- add the missing link in Modal by @Xaid-vfx in #485
- fix typo in chooser Modal by @Xaid-vfx in #486
- incorporate new
vocabulary-theme
header
andfooter
components, with appropriate assets and stylings by @possumbilities in #496 - correct URLs in header and footer menus by @possumbilities in #497
- Utilize organization default community health files by @nox1134 in #510
- Updated license name by @wisekiran in #508
- [Fix] links in the README by @Syeda-Mal in #516
- Add Dockerfile and docker-compose.yml for the containerization of the Chooser repository. by @gawandeabhishek in #517
- Change licence URLs to use HTTPS by @dijitali in #521
- bug: fix missing license icons by @dotarjun in #499
- remove hardcoded cdn by @TimidRobot in #419
- Improve docker use and related documentation by @TimidRobot in #523
- Add NGINX and update config & docs for node container to be more versatile by @TimidRobot in #524
- Update NPM packages (with conservative version pins) by @TimidRobot in #525
- Update GitHub Actions by @TimidRobot in #526
- Upgrade Vue to
2.7.16
(last v2 release) by @TimidRobot in #527 - Add "alt" attributes to generated HTML icon img elements by @dijitali in #507
- Fix alignment issues in mobile and tablet modes by @gawandeabhishek in #518
- improve behavior of docker containers and document local cypress testing by @TimidRobot in #529
- Fix bug responsible for showing the wrong completed step caption for BY by @valentin-huebner in #547
- [Fix] icon overlay issue of the close button in modal by @egbadon-victor in #548
- update files to match styling and markup of
vocabulary-theme
v1.7
by @possumbilities in #551 - remove legacy files, setup
vocabulary
baseline, introduce baseline semantic stepper html by @possumbilities in #556 - correct
h1
to "Chooser", build out semantic html for "results" area by @possumbilities in #557 - add semantic markup with remaining placeholders for "marking your work" and "help areas, add inline icons to recommended
license
title, set some baseline CSS positioning by @possumbilities in #559 - setup baseline file for stepper logic, hide/show steps, adds minimal license rec capacity by @possumbilities in #560
- add baseline
templates
for the various licenses, to load dynamically in "rec area" when a matchinglicense
is found fromstate.current
by @possumbilities in #562 - render "mark you work" section, add logic and
state
to support by @possumbilities in #563 - alter namespaces, restructure code, amend plaint text markup to pull from
<template>
instead of raw JS by @possumbilities in #564 - improve formats UX (markup and styling), add
details/summary
to mediums and formats by @possumbilities in #565 - improve ux, add copy behavior, add short/long name toggle behavior by @possumbilities in #567
- cleanup UX and files, enable
help
section, resetREADME.md
, fix error with copyright display by @possumbilities in #568 - correct specificity of styles, narrow scope to only
chooser-page
context, updateREADME.md
by @possumbilities in #569 - refactor chooser to be more exacting, simplified, and maintainable by @possumbilities in #570
New Contributors
- @possumbilities made their first contribution in #443
- @soustab10 made their first contribution in #459
- @Lakshay-Pruthi made their first contribution in #462
- @shuence made their first contribution in #465
- @AyushKaithwas made their first contribution in #474
- @Xaid-vfx made their first contribution in #485
- @nox1134 made their first contribution in #510
- @wisekiran made their first contribution in #508
- @Syeda-Mal made their first contribution in #516
- @gawandeabhishek made their first contribution in #517
- @dijitali made their first contribution in #521
- @dotarjun made their first contribution in #499
- @valentin-huebner made their first contribution in #547
- @egbadon-victor made their first contribution in #548
Full Changelog: 0.2.0...v1.0