Releases: creativecommons/chooser
Releases · creativecommons/chooser
0.2.0
This is a bug fix and housekeeping release.
What's Changed
- Remove Obsolete code by @MuluhGodson in #400
- Fix step header colors. by @MuluhGodson in #403
Full Changelog: 0.1.0...0.2.0
0.1.0
What's Changed
- Add .gitignore, remove changelog link from code of conduct. by @akmadian in #3
- Add .gitignore and package.json by @akmadian in #4
- Add assets, stylesheets from existing chooser, other sources. by @akmadian in #6
- Add Bulma and node-sass by @akmadian in #8
- Refactor Modal System by @akmadian in #9
- [WIP] Add chooser functionality by @akmadian in #10
- Update Educational Section Layout, Update Page Layout by @akmadian in #11
- [WIP] Refactor to chosen license properties card by @akmadian in #14
- [WIP] Add Mobile CSS by @akmadian in #13
- Merge new chooser design into add-mobile-css branch by @akmadian in #19
- Add/ Refine Mobile CSS by @akmadian in #20
- [WIP] Add Webpack Config by @akmadian in #22
- Add HTML Generator Functionality by @akmadian in #23
- Controlling Chooser With License Icon Selections by @akmadian in #18
- Refactor Site to Vue Components by @akmadian in #24
- Complete the incomplete integration of Vocabulary with Chooser by @dhruvkb in #30
- Unit Testin: fixing mapCoverage deprecation, fixing SecurityError: lo… by @hamzanouali in #40
- Add svg file handling for jest by @obulat in #41
- add unit test for IconSelector.vue component by @hamzanouali in #42
- Issue #34 - Unit and e2e tests for CopyButton component by @priscilauchoa in #46
- Move
svgTransform.js
file totests\unit
directory by @obulat in #48 - Vocabulary styles being overriden by custom styling by @onyijne in #47
- HTMLGenerator component tests by @obulat in #49
- Test the License description component by @75pollet in #45
- Issue 35 - Write Unit Tests and e2e for HelpSection component by @Joranhezon in #43
- Bump webpack-bundle-analyzer from 2.13.1 to 3.3.2 by @dependabot in #54
- Add Chooser component unit tests by @alessandrodolci in #52
- Bump webpack-dev-server from 2.11.5 to 3.1.11 by @dependabot in #55
- Migration to vue-cli by @obulat in #68
- Chooser Redesign by @obulat in #75
- Update dist package to new design by @akmadian in #79
- Fix gitignore confusion and dist package by @akmadian in #80
- Fixes for styling and text bugs when bundle is built/served by @obulat in #81
- Fix the NC-ND label mixup bug by @obulat in #82
- Refactor SelectedLicenseCode; review strings by @obulat in #83
- Add meta information to by @obulat in #84
- Fix meta data by @obulat in #86
- [WIP] Set up Google analytics by @obulat in #88
- Rebuild license chooser by @obulat in #89
- Only send analytics data in production mode by @obulat in #90
- Update serve script name in README by @akmadian in #92
- Vertical stepper design by @obulat in #94
- Add contribution link to the footer and set site title to "Choose a license" by @obulat in #96
- Reduce bundle size by @obulat in #97
- Add Sentry error logging by @akmadian in #101
- Edit full license name in 'How Licenses are Communicated' modal to match the icons by @obulat in #103
- Lint with eslint vue/recommended settings by @obulat in #104
- Prep repo for outside contributors by @akmadian in #102
- Refactor and clean up the code by @obulat in #106
- Reduce bundle size by @obulat in #105
- Fix codeowners, cleanup by @akmadian in #107
- Remove PR and issue templates by @akmadian in #110
- Updated CODEOWNERS by @kgodey in #111
- Delete obsolete Stepper unit test by @obulat in #131
- Fixing link hover colour problem. by @cognitive137 in #127
- Change instances of "cc-chooser" to "chooser", other cleanup and small fixes by @akmadian in #129
- Bump acorn from 5.7.3 to 5.7.4 by @dependabot in #137
- Added unit and e2e tests for the LicenseCode.vue component by @hemanth-hk in #130
- Added unit and e2e tests for the LicenseDetailsCard.vue component by @hemanth-hk in #132
- Add license-utilities tests + update attrToFull to act like attrToShort by @acagastya in #136
- Addition of unit tests for FirstStep.js by @Tanmay1201 in #138
- Tests if AttributionDetailsStep component is mounted correctly by @JackieBinya in #133
- Corrected Dublin Core Terms namespace by @Bobulous in #135
- Corrected Dublin Core Terms namespace by @Bobulous in #134
- [WIP]: Fix lang logo to not overlay popup by @JordanRuetz in #150
- Added unit and e2e tests for HelpSection.vue component by @hemanth-hk in #144
- Fixed the tests of LicenseCode.vue and LicenseDetailsCard.vue by @hemanth-hk in #154
- Adds unit and e2e tests for CopyrightWaiverStep Component by @JackieBinya in #152
- Add tests for Stepper component by @obulat in #146
- Rewrites unit tests for FirstStep.vue by @JackieBinya in #149
- Adds unit and e2e tests for DropdownStep Component by @JackieBinya in #155
- Update questions of the help section by @SaurabhAgarwala in #158
- Integrate Vocabulary styles into Chooser by @obulat in #169
- Make LocaleChooser responsive by @obulat in #170
- Fix Modal positioning by @obulat in #171
- Add hotjar heatmap tracking by @akmadian in #172
- Changes site's main content background color from white to #F5F5F5 by @JackieBinya in #163
- Update cc icons and location they are served from by @obulat in #173
- Updated community team name by @kgodey in #176
- Fix modals by @obulat in #175
- Fix generated license html code metadata by @obulat in #181
- Bump lodash from 4.17.15 to 4.17.19 by @dependabot in #178
- Bump elliptic from 6.5.2 to 6.5.3 by @dependabot in #179
- Update dependencies in package.json by @obulat in #183
- Create gh action by @obulat in #77
- Sync Community Team to CODEOWNERS by @kgodey in #185
- Add unit tests for the Step component by @akmadian in #187
- Fixes #189 by @fkohrt in #190
- Add unit tests for App component by @akmadian in #186
- Use "property" instead of "rel" where appropriate; fixes #188 by @fkohrt in #191
- Rewrite tests for license code gene...