Skip to content

Latest commit

 

History

History
277 lines (206 loc) · 22.6 KB

CHANGELOG.md

File metadata and controls

277 lines (206 loc) · 22.6 KB

Changelog

0.2.6 (2023-01-18)

Miscellaneous

  • Add eps prop to Scroll.Controls and saner default [f79250b]

0.2.5 (2023-01-18)

Fixed

  • 🐛 Fix active clip selection [bbcbaa2]

0.2.4 (2023-01-18)

Added

  • ➕ Add "minimal" project [46a7d7e]

Changed

  • 🚨 Fix eslint and typescript error [a7a53ed]
  • ⬆️ Fix resolution file of pnpm [f84202b]

Fixed

  • 🐛 Fix clip lookup bug on scrolling back (brought up by issue #13) [1b0c55f]

Miscellaneous

  • 🏷️ Fix keyframes type for translate definition [c92de78]

0.2.3 (2023-01-14)

Changed

  • 🔧 Update release routine to include all files in commit [e2de83c]

0.2.2 (2023-01-14)

Changed

  • 🔧 Create CHANGELOG workflow [aae8a5c]

0.2.1 (2023-01-14)

Miscellaneous

0.2.0 (2022-12-31)

Added

  • ➕ Add types as peer dependencies [1928de4]

Changed

  • 📱 Hopefully the final responsive commit for the landingpage [7b12ee7]

Fixed

  • 🐛 Fix bug with damped clips (issue #8) [6c17cc7]
  • 🐛 Fix broken links [f690ac5]

Miscellaneous

  • chore: release v0.2.0 [9718b25]
  • 🗑️ Cleanup files in typedoc integration [eb2fd30]
  • 📝 Further work on the README [e6d71b9]
  • 📝 Update README for ease of understanding [0299d9e]

0.1.1 (2022-12-16)

Changed

  • 📱 Make landingpage enjoyable on mobile [47956e4]
  • 📱 Fix overflow in alerts on small devices [c7ecf80]
  • 📱 Fixup main container sizing on mobile [deb7957]
  • 💄 Adapt left sidebar [cbc89b1]
  • ⬆️ Bump documentation workspace dependency [0ecfa4a]
  • 🚨 Fix lint build [d14ee81]

Removed

  • 🔥 Cleanup top level folder [1e079b5]

Fixed

Security

Miscellaneous

  • chore: release v0.1.1 [0590485]
  • 📝 Add placeholder for scroll documentation [361be53]
  • Trigger build [53657a9]
  • ⚰️ Cleanup a bit [1045811]
  • 📝 Remove todos from top-level README [b8cdc56]
  • 📝 Add custom-fields docs [291727e]
  • 📝 Add placeholder documentation for getting-started/fields [3e21970]
  • 📝 Add stackblitz link [a473b63]

0.1.0 (2022-12-14)

Added

  • ✨ Custom typedoc integration [867747b]
  • ✨ Finish up 'keyframes' [1bc7b11]
  • ✨ Fixed html pane for scroll controls [9945724]
  • ✨ Keyframes.mdx progress & Cleanup landingpage [f74108a]
  • ✨ Type guard for Base generic [e5a4b1e]
  • ✨ Alert components [d992f71]
  • ✨ And finish the shiki stylesheet [9df4e80]
  • ✨ Tabs and beginning of shiki-twoslash stylesheet [baafb0a]
  • ✨ Add navigation cards [169c286]
  • ✨ Start with own documentation site [4e1bcb6]
  • ✅ Update tests to reflect new API [8a89522]
  • ✨ Damping as part of the progress API [6b1074b]
  • ✨ Implement new config system [df049ae]
  • ✅ Fix tests and linting issues [30f4bd0]
  • ✨ Most of the example done [a6e284c]
  • ✨ Add Html utility and finish up Scroll.Snaps [4ba2f81]
  • ✨ Add event handling to Scroll.Controls and fixup invalidate [c0384e8]
  • ✨ Time based progress [e273da9]
  • ✨ Finish progress handling (with optimization) [642ccf8]
  • ✨ Main `orchestrate` algorithm and keyframe composing [66d67b6]
  • ✨ Register with id's [765346d]
  • ✨ Register objects into zustand slots [8631655]

Changed

  • 🏗️ Switch to tsup for library bundling [3327832]
  • 📱 Make landingpage usable on smaller devices and overflow issues [470fb16]
  • 💄 Completely replace left sidebar with drawer [260f42a]
  • 💄 Add Drawer on docs [c0abc40]
  • 📌 Update lock [b9a4f7c]
  • 💄 Fixup the right sidebar a bit [c10aafc]
  • 💄 Update GIF (for loading times) [1cc6dcc]
  • 💄 Add cursor style to dark mode toggle button [6d0352c]
  • ♿ Make it work with safari again [0ef2d8c]
  • 🚨 Fix eslint thingies :) [5239797]
  • 📱 Enhance "md" grid layout [6f7bfda]
  • 💬 Hopefully pre-write commit [9a7dbc3]
  • 🍱 Change font [b0c3107]
  • 📱 Fix page height on Safari/Chrome + Responsive [7cc33ce]
  • 🍱 Add custom 404 page [079313b]
  • 🎨 Add branding to documentation website [570a0aa]
  • 📱 Responsive design for page-layout [1a43dff]
  • 🚨 Fix eslint (unused Type parameter) [9e1dd84]
  • 🚚 Move examples and documentation into apps/ folder [cfe90a1]
  • 🎨 Adapt documentation structure [847c2c6]
  • 🚨 Fix eslint hickups [55756ad]
  • 🚚 Restructure code [f896777]
  • 🔧 Cleanup configuration [fe4af65]
  • 💄 Add loader for examples [52cf758]
  • 🔧 Add a fixed github flow [fa1d8dd]
  • 🔧 Refactor examples/demo to use project references / paths for HMR [2189435]

Removed

  • 🔥 Remove most of the template [dccdbee]
  • 🔥 Remove docusaurus (let it burn baby) [4329c0c]
  • 🔥 Remove strategy/ folder [268b0cb]
  • 🔥 Remove legacy code [ccb5030]

Fixed

  • 🐛 Fix layout bug on 'lg' [eb98fc4]
  • 🚑 Remove faulty import [4a3b5ae]
  • 🐛 Fix dark toggle [1145d6e]
  • 🐛 Update CI to hopefully work [d75b5b5]

Miscellaneous

  • chore: release v0.1.0 [2d6ad79]
  • Update README [f2ff256]
  • 📝 Progress on documentation [2fad56d]
  • 📝 Write more of the progress docs [ae6e3b9]
  • Small changes [9bb18f0]
  • 🙈 Update gitignore [ccd5376]
  • 📝 Refactor README and progress on "progress" [aa060d4]
  • Merge pull request #1 from dreamchests/docs [317e400]
  • 👷 CI on docs [6a6dc77]
  • 📝 Additional progress on documentation content [4c65e19]
  • 📝 Add `register` page [c11d4cf]
  • 📝 Progress on register [dc6c527]
  • 👷 Typescript build updates [9c26558]
  • Fix some last stuff from the landingpage [7d60da4]
  • 💡 Dark mode on the landingpage [1ff523f]
  • Fix up the last card [c077f5e]
  • 📝 Progress on "keyframes" page [58a0c7d]
  • Prepare for landingpage [7664545]
  • Add highlight styles to twoslash and slight progress [553ba36]
  • Merge branch 'master' into docs [3140af7]
  • 📝 Start with keyframes/orchestration [fd35731]
  • Tone back tabs a bit [86f18bf]
  • 🔨 Update build script for dependency building [03adf3f]
  • For now switch away from fontsource [afb4e1b]
  • Maybe now [dca8048]
  • 🩹 Fix font loading [0545ff0]
  • 📝 Introduction page [672cfce]
  • 📝 Add documentation structure and finish layout [626c885]
  • Even more progress on the custom layout [f86faf3]
  • Create astro based website [2b5b363]
  • Probably last docusaurus commit (what a boiling pile of mmh...) [199f855]
  • Some more documentation progress [46f4d6f]
  • Initial commit for docs application (unbranded) [7680bca]
  • 🩹 Fix up example and some rename [62a58c7]
  • Progress on demo [e2696e8]
  • 🚧 Scroll Components refactored and working scroll snaps [4d6e540]
  • Scroll optimizations [18a6ef9]
  • 🚧 Scroll and make the example interesting... [21ff078]
  • Scroll containers & HTML content [691f745]
  • 🚧 Start on overlay component [241c04c]
  • 🩹 Fix example and typechecking [31c768e]
  • 🔨 For CI and package description [33d3024]
  • Remove setup-node cache key [12ac79c]
  • Add github action [f8be183]
  • Rough out progress feature, add fields [5d5ade3]
  • Change logo deployment url [a47c131]
  • Add utility hooks [84b75c1]
  • Add dependency building [4465514]
  • Remove tsc from example build step [66b8578]
  • Update exports definition [d0595bc]
  • Update lock-file [a6157e3]
  • EOD commit [b36e049]
  • 📝 Add documentation [361fda3]
  • Start with the keyframe / fields abstraction [91413b1]
  • More setup stuff [6a8c7f4]
  • Move legacy code because of type checking [4a7e564]
  • Rename because of vercel [358b220]
  • Update workspace setup [888be18]
  • Optimize readme and SEO a bit [13b04ce]

0.0.2 (2022-10-11)

Added

  • ✨ Add existing code base [f8dc0bf]

Miscellaneous

  • chore: release v0.0.2 [5d90ca7]
  • Move library to top-level package [7f5e751]
  • Prepare for publish [4d07f4f]
  • Make readme a bit prettier [1644709]
  • Rename [3f0ae42]
  • Add an example room [35eeb8f]
  • Add linting to library [3bf13da]
  • Add example application that depends on library [5831991]
  • Initial commit and library creation [215b200]