Skip to content

Release 3.0.0

Compare
Choose a tag to compare
@ccamel ccamel released this 08 Jul 07:36
· 135 commits to main since this release
eb851ce
  • Merge pull request #249 from ccamel/ci/fix-capture (1f2dd52)
  • 📝 Update website screenshot (755d924)
  • 💚 Fix npm installation (6a636ab)
  • Merge pull request #248 from ccamel/ci/capture-website (a57d4ff)
  • 👷 Add capture-website workflow (0cb3b1a)
  • 📝 Add screenshot (22c7872)
  • Merge pull request #247 from ccamel/dependabot/npm_and_yarn/rimraf-5.0.8 (24cd1cd)
  • ⬆️ Bump rimraf from 5.0.7 to 5.0.8 (47d0794)
  • Merge pull request #246 from ccamel/dependabot/npm_and_yarn/release-it-17.4.1 (dbcac30)
  • ⬆️ Bump release-it from 17.4.0 to 17.4.1 (b450ad8)
  • Merge pull request #245 from ccamel/dependabot/npm_and_yarn/elm-0.19.1-6 (3ed8af2)
  • ⬆️ Bump elm from 0.19.1-5 to 0.19.1-6 (852f11c)
  • 🚚 move port files into Page folder (333a870)
  • Merge pull request #244 from ccamel/fix/version-and-urls (131c7a4)
  • 🩹 Use absolute image URLs (better practice) (ec854cb)
  • 🩹 Re-introduce version in footer (was missing) (26df8bc)
  • Merge pull request #243 from ccamel/ci/code-prettification (9835287)
  • 🎨 Use optionnal chaining (as suggested) (ed0d1eb)
  • 🔧 Add 🔨 to possible commit types (d639359)
  • 👷 Rename job "lint" (ea88931)
  • 🎨 Prettify code (799881a)
  • 🔨 Configure eslint + prettier (9978b96)
  • 🔨 Redefine lint script (elm-review, elm-format, eslint) (e5751f5)
  • ➕ Add @eslint/js dev dependency (f104ecd)
  • ➕ Add eslint-config-prettier dev dependency (1844562)
  • ➕ Add @eslint/compat dev dependency (f9ebb5e)
  • ➕ Add eslint-plugin-prettier dev dependency (26a7eb0)
  • ➕ Add eslint dev dependency (6acd538)
  • 🔨 Specify files to prettify (7ff1b45)
  • Merge pull request #242 from ccamel/fix/relative-urls (3ec5602)
  • 🩹 Use relative image URLs (8134d72)
  • Merge pull request #241 from ccamel/build/clean-dependencies (e7bebc1)
  • ➖ Remove url-loader dependency (4d49b65)
  • ➖ Remove style-loader dependency (69bd65f)
  • ➖ Remove popper.js dependency (278c8fe)
  • ➖ Remove jquery dependency (6919899)
  • ♻️ transition to record-based arguments (d666623)
  • Merge pull request #175 from ccamel/style/restyle-with-bulma (715c7f6)
  • 🗑️ Remove redundant 'use strict' directive (d2e843e)
  • 🔧 Add 🧑‍💻 to possible commit types (ce88cf4)
  • 🧑‍💻 Simplify fps calculation in Frames (51f9fa5)
  • 💚 Fix import case sensitivity issues (efcd7e5)
  • 📌 Add @parcel/config-default dev dependency (05dfc8b)
  • 🔧 Add 🗑️ to possible commit types (541fa0a)
  • 👷 Bump pnpm to v9.1.2 (ba5dabd)
  • 🚸 Improve description of showcases (6051b71)
  • 📝 Revisit the documentation and replace bootstrap by bulma (3f01014)
  • 🚸 Add screenshots for all showcases (382904b)
  • 🔧 Customize parcel to support static files copy (c242bb5)
  • 📌 Add parcel-reporter-static-files-copy dev dependency (d03b374)
  • 💄 Fix the position of memory and operation tags (45c7e2b)
  • 💄 Improve Physics style (59ce9c1)
  • 💄 Improve Term style (fe4f8e8)
  • 💄 Improve Maze style (366f99a)
  • 💄 Improve DigitalClock style (b2e54aa)
  • 💄 Improve Asteroids style (884f8b3)
  • 🚸 Integrate lissajous scope in the content (ef3eeee)
  • 🚸 Add showcase date and display recent first (6efe702)
  • 💄 Improve Calc style (1e4f0aa)
  • ♻️ Move color picker view into Lib module (73e3653)
  • 📌 Add fapian/elm-html-aria dependency (6a80982)
  • 💄 Improve Lissajous style (d8180bd)
  • 💄 Improve homepage style (f74b38f)
  • 🚸 Make title link to homepage (bd97a70)
  • 💄 Adopt new theme for about page (f5f1389)
  • 💄 Adopt new theme for home page (23361cb)
  • ♻️ Adopt point free style for classList function (4e470b7)
  • ⬆️ Bump bulma to 1.0.1 (b06ad71)
  • ➖ Remove theter and animate (d7811fb)
  • ♻️ Move Common into different files under Lib pkg (23a517d)
  • 🗑️ Remove all styles (will be properly recoded) (c83fc76)
  • ♻️ Move css files close to their pages (31c2baf)
  • 💄 Improve style of pages (928913e)
  • 💄 Style the lissajous page (47e4171)
  • 🩹 Fix incorrect grouping of cards (156cc9b)
  • 💄 Style the calc page (5d7301a)
  • 🎨 Clean up the code (e1029d7)
  • ✏️ Fix minor typos in showcases description (d1d3ef9)
  • 🩹 Improve columns organisation (af91cb3)
  • ✨ Add a section about scalability (f67d3fd)
  • 💄 Style the about page (f2e0c39)
  • 💄 Style 404 not found page (3438119)
  • 💄 Use new fork-me ribbon (301d2db)
  • ➕ Add github-fork-ribbon-css dependency (dd7fab2)
  • 💄 Restyle home page with bulma (d90462a)
  • ➕ Add bulma dependency (ae5e7e5)
  • ➖ Remove bootstrap dependency (bc62dcc)
  • Merge pull request #240 from ccamel/dependabot/github_actions/tj-actions/changed-files-44.5.5 (6d636d3)
  • ⬆️ Bump tj-actions/changed-files from 44.5.4 to 44.5.5 (5336328)
  • Merge pull request #239 from ccamel/dependabot/npm_and_yarn/release-it-17.4.0 (3f3035c)
  • Merge pull request #238 from ccamel/dependabot/github_actions/tj-actions/changed-files-44.5.4 (257b183)
  • ⬆️ Bump release-it from 17.3.0 to 17.4.0 (b75d0a1)
  • ⬆️ Bump tj-actions/changed-files from 44.5.3 to 44.5.4 (cba4ed4)
  • Merge pull request #237 from ccamel/dependabot/github_actions/tj-actions/changed-files-44.5.3 (fc85adb)
  • ⬆️ Bump tj-actions/changed-files from 44.5.1 to 44.5.3 (2fe9435)
  • Merge pull request #236 from ccamel/dependabot/npm_and_yarn/elm-review-2.12.0 (3b2c35a)
  • ⬆️ Bump jfmengels/elm-review to 2.14.0 (ae51046)
  • ⬆️ Bump elm-review from 2.11.2 to 2.12.0 (8b254f2)
  • Merge pull request #235 from ccamel/dependabot/npm_and_yarn/braces-3.0.3 (88d4de0)
  • ⬆️ Bump braces from 3.0.2 to 3.0.3 (8a2be8d)
  • Merge pull request #234 from ccamel/dependabot/npm_and_yarn/prettier-3.3.2 (7db20fc)
  • ⬆️ Bump prettier from 3.3.1 to 3.3.2 (54745b3)
  • Merge pull request #233 from ccamel/dependabot/npm_and_yarn/prettier-3.3.1 (15a858f)
  • ⬆️ Bump prettier from 3.3.0 to 3.3.1 (c23760f)
  • Merge pull request #232 from ccamel/dependabot/npm_and_yarn/prettier-3.3.0 (b9f5e55)
  • ⬆️ Bump prettier from 3.2.5 to 3.3.0 (652bcbb)
  • Merge pull request #230 from ccamel/dependabot/github_actions/tj-actions/changed-files-44.5.1 (f738cae)
  • ⬆️ Bump tj-actions/changed-files from 44.4.0 to 44.5.1 (4f2fa4f)
  • Merge pull request #212 from ccamel/dependabot/npm_and_yarn/parcel-2.12.0 (c709468)
  • ⬆️ Bump @parcel/transformer-elm from 2.11.0 to 2.12.0 (1f193ec)
  • ⬆️ Bump parcel from 2.11.0 to 2.12.0 (37c0433)
  • Merge pull request #229 from ccamel/dependabot/npm_and_yarn/release-it-17.3.0 (0fbe6d4)
  • --- updated-dependencies: - dependency-name: release-it dependency-type: direct:development update-type: version-update:semver-minor ... (1322f51)
  • Merge pull request #227 from ccamel/dependabot/github_actions/pnpm/action-setup-4 (56325a4)
  • Merge pull request #228 from ccamel/dependabot/npm_and_yarn/rimraf-5.0.7 (41922b8)
  • ⬆️ Bump rimraf from 5.0.5 to 5.0.7 (5f1a32c)
  • ⬆️ Bump pnpm/action-setup from 3 to 4 (a13effa)
  • Merge pull request #226 from ccamel/dependabot/github_actions/tj-actions/changed-files-44.4.0 (b9b991b)
  • ⬆️ Bump tj-actions/changed-files from 44.3.0 to 44.4.0 (51e88c6)
  • Merge pull request #220 from ccamel/dependabot/npm_and_yarn/style-loader-4.0.0 (109e2e9)
  • ⬆️ Bump style-loader from 3.3.4 to 4.0.0 (3702089)
  • Merge pull request #225 from ccamel/dependabot/npm_and_yarn/elm-review-2.11.2 (e695a9b)
  • ⬆️ Bump elm-review from 2.11.1 to 2.11.2 (319685a)
  • Merge pull request #224 from ccamel/dependabot/npm_and_yarn/release-it-17.2.1 (d1f8f4b)
  • ⬆️ Bump release-it from 17.2.0 to 17.2.1 (5f5c72c)
  • Merge pull request #223 from ccamel/dependabot/github_actions/tj-actions/changed-files-44.3.0 (bdf0736)
  • ⬆️ Bump tj-actions/changed-files from 44.0.1 to 44.3.0 (7a0101e)
  • Merge pull request #222 from ccamel/dependabot/npm_and_yarn/release-it-17.2.0 (2cbe020)
  • ⬆️ Bump release-it from 17.1.1 to 17.2.0 (e18c1e1)
  • Merge pull request #221 from ccamel/dependabot/github_actions/tj-actions/changed-files-44.0.1 (6693d8d)
  • ⬆️ Bump tj-actions/changed-files from 44.0.0 to 44.0.1 (5523663)
  • Merge pull request #218 from ccamel/dependabot/github_actions/tj-actions/changed-files-44.0.0 (84742a1)
  • ⬆️ Bump tj-actions/changed-files from 42.1.0 to 44.0.0 (8700ddd)
  • Merge pull request #219 from ccamel/dependabot/github_actions/wagoid/commitlint-github-action-6 (f760a1a)
  • ⬆️ Bump wagoid/commitlint-github-action from 5 to 6 (f8bf1aa)
  • Merge pull request #216 from ccamel/dependabot/npm_and_yarn/elm-review-2.11.1 (ef19410)
  • ⬆️ Bump elm-review from 2.10.3 to 2.11.1 (fc1ef55)
  • Merge pull request #214 from ccamel/dependabot/github_actions/tj-actions/changed-files-42.1.0 (6296af0)
  • ⬆️ Bump tj-actions/changed-files from 42.0.5 to 42.1.0 (e3dc187)
  • Merge pull request #213 from ccamel/dependabot/github_actions/tj-actions/changed-files-42.0.5 (26c0461)
  • ⬆️ Bump tj-actions/changed-files from 42.0.4 to 42.0.5 (efb64c5)
  • Merge pull request #209 from ccamel/dependabot/npm_and_yarn/ip-1.1.9 (5dd6e18)
  • ⬆️ Bump ip from 1.1.8 to 1.1.9 (727951b)
  • Merge pull request #207 from ccamel/dependabot/elm/MacCASOutreach/graphicsvg-8.1.0 (f2ed40a)
  • ⬆️ Bump MacCASOutreach/graphicsvg from 7.2.0 to 8.1.0 (736c318)
  • Merge pull request #208 from ccamel/dependabot/github_actions/tj-actions/changed-files-42.0.4 (b66a9d9)
  • ⬆️ Bump tj-actions/changed-files from 42.0.2 to 42.0.4 (d7cf06c)
  • Merge pull request #206 from ccamel/dependabot/npm_and_yarn/release-it-17.1.1 (cc34fec)
  • ⬆️ Bump release-it from 17.0.5 to 17.1.1 (7eb0928)
  • Merge pull request #192 from ccamel/dependabot/npm_and_yarn/parcel-2.11.0 (aa33166)
  • ⬆️ Bump @parcel/transformer-elm from 2.10.2 to 2.11.0 (6c62e9e)
  • ⬆️ Bump parcel from 2.10.2 to 2.11.0 (8b1abb5)
  • Merge pull request #201 from ccamel/dependabot/github_actions/tj-actions/changed-files-42.0.2 (c039b2b)
  • ⬆️ Bump tj-actions/changed-files from 41.1.1 to 42.0.2 (8b2d844)
  • Merge pull request #204 from ccamel/dependabot/github_actions/pnpm/action-setup-3 (6bc5013)
  • ⬆️ Bump pnpm/action-setup from 2 to 3 (209a639)
  • Merge pull request #203 from ccamel/dependabot/npm_and_yarn/prettier-3.2.5 (cc21192)
  • ⬆️ Bump prettier from 3.2.4 to 3.2.5 (83aa938)
  • Merge pull request #205 from ccamel/dependabot/npm_and_yarn/release-it-17.0.5 (c526584)
  • ⬆️ Bump release-it from 17.0.3 to 17.0.5 (bfbc6b6)
  • Merge pull request #200 from ccamel/dependabot/npm_and_yarn/release-it-17.0.3 (296507b)
  • ⬆️ Bump release-it from 17.0.1 to 17.0.3 (a3d9754)
  • Merge pull request #198 from ccamel/dependabot/npm_and_yarn/prettier-3.2.4 (274cba6)
  • ⬆️ Bump prettier from 3.2.3 to 3.2.4 (23077a8)
  • Merge pull request #197 from ccamel/dependabot/npm_and_yarn/prettier-3.2.3 (fd34c48)
  • ⬆️ Bump prettier from 3.2.2 to 3.2.3 (aa26852)
  • Merge pull request #196 from ccamel/dependabot/npm_and_yarn/prettier-3.2.2 (bbcc784)
  • ⬆️ Bump prettier from 3.1.1 to 3.2.2 (9cff308)
  • Merge pull request #195 from ccamel/dependabot/github_actions/tj-actions/changed-files-41.1.1 (aff62ae)
  • ⬆️ Bump tj-actions/changed-files from 41.0.1 to 41.1.1 (02690af)
  • Merge pull request #194 from ccamel/dependabot/npm_and_yarn/style-loader-3.3.4 (7ee41a4)
  • ⬆️ Bump style-loader from 3.3.3 to 3.3.4 (c934999)
  • Merge pull request #190 from ccamel/dependabot/github_actions/tj-actions/changed-files-41.0.1 (ccbba16)
  • ⬆️ Bump tj-actions/changed-files from 40.2.2 to 41.0.1 (23d8161)
  • Merge pull request #189 from ccamel/dependabot/npm_and_yarn/prettier-3.1.1 (bcb2644)
  • ⬆️ Bump prettier from 3.1.0 to 3.1.1 (2b52292)
  • Merge pull request #188 from ccamel/dependabot/npm_and_yarn/release-it-17.0.1 (6be98a1)
  • ⬆️ Bump release-it from 17.0.0 to 17.0.1 (2977ad7)
  • Merge pull request #187 from ccamel/dependabot/github_actions/tj-actions/changed-files-40.2.2 (a72ab9e)
  • ⬆️ Bump tj-actions/changed-files from 40.2.1 to 40.2.2 (d813fe4)
  • Merge pull request #186 from ccamel/dependabot/github_actions/tj-actions/changed-files-40.2.1 (9269376)
  • ⬆️ Bump tj-actions/changed-files from 40.1.1 to 40.2.1 (d1748dd)
  • Merge pull request #183 from ccamel/dependabot/npm_and_yarn/posthtml-expressions-1.11.3 (6f2a957)
  • ⬆️ Bump posthtml-expressions from 1.11.2 to 1.11.3 (2fd6b22)
  • Merge pull request #179 from ccamel/dependabot/npm_and_yarn/release-it-17.0.0 (335cdbc)
  • ⬆️ Bump release-it from 16.2.1 to 17.0.0 (583ed46)
  • Merge pull request #181 from ccamel/dependabot/github_actions/tj-actions/changed-files-40.1.1 (6c23639)
  • ⬆️ Bump tj-actions/changed-files from 40.1.0 to 40.1.1 (da6904c)
  • Merge pull request #180 from ccamel/dependabot/npm_and_yarn/prettier-3.1.0 (5a8834b)
  • ⬆️ Bump prettier from 3.0.3 to 3.1.0 (e8a2e9e)
  • Merge pull request #177 from ccamel/dependabot/github_actions/actions/checkout-4 (3b48914)
  • ⬆️ Bump actions/checkout from 3 to 4 (700e609)
  • Merge pull request #178 from ccamel/dependabot/github_actions/tj-actions/changed-files-40.1.0 (504ef46)
  • ⬆️ Bump tj-actions/changed-files from 39.1.2 to 40.1.0 (73cad8b)
  • 👷 Give stars to all elm projects used (13aab47)
  • 🔀 Merge pull request #173 from ccamel/dependabot/npm_and_yarn/parcel-2.10.2 (3ff281d)
  • ⬆️ Bump @parcel/transformer-elm from 2.10.1 to 2.10.2 (d5253b1)
  • 👷 Fix commit header max length to 85 (a3ac1d3)
  • 🔀 Merge pull request #176 from ccamel/ci/commit-lint (11b8328)
  • 👷 Add commit-lint job (652bb4b)
  • 📝 add gitmoji badge (b81b9ad)
  • ⬆️ Bump parcel from 2.10.1 to 2.10.2 (78834b2)