Skip to main content

Overview

This changelog documents all notable changes, updates, and improvements to Dzaleka Online Services. We follow semantic versioning principles and maintain transparency about platform evolution.
The platform is continuously updated. Major releases are documented here with detailed change notes.

Version History

[0.0.1] - Current Version (March 2026)

Status: Active Development | Released: March 2026

Platform Launch

Initial release of Dzaleka Online Services platform.

Added

Content Collections:
  • Service and organization directory
  • Event calendar and listings
  • News and announcements
  • Community stories and testimonials
  • Marketplace for local businesses
  • Job opportunities board
  • Resource library
  • Photo galleries
  • Artist and talent profiles
User Interface:
  • Responsive design for mobile, tablet, and desktop
  • Clean, modern interface with Tailwind CSS
  • Pattern-based decorative elements (Mudcloth patterns)
  • Accessible navigation and breadcrumbs
  • Search functionality across content
Technical Infrastructure:
  • Built with Astro static site generator
  • MDX support for rich content
  • React components for interactive features
  • Netlify deployment and hosting
  • Contact form integration with Formspree
  • Email functionality with Resend
  • Google Sheets integration for data management
  • Sitemap generation
  • SEO optimization
  • Home page with featured content
  • Services directory with categories
  • Events calendar
  • News listing and articles
  • Marketplace
  • Jobs board
  • Community stories
  • Resources library
  • About page
  • Contact page
  • Individual service pages
  • Individual event pages
UI Components:
  • Navigation bar with mobile menu
  • Footer with social links
  • Breadcrumb navigation
  • Search bar and filters
  • Card components for content display
  • Contact forms
  • Image galleries
  • Category badges
  • Social sharing buttons
Interactive Components:
  • Search functionality
  • Filter dropdowns
  • Mobile menu toggle
  • Image lightbox
  • Form validation

Technical Details

{
  "name": "dzaleka-heritage-archive",
  "version": "0.0.1",
  "type": "module",
  "scripts": {
    "dev": "astro dev",
    "start": "node ./dist/server/entry.mjs",
    "build": "astro build",
    "preview": "astro preview"
  }
}

Configuration

  • Static site generation
  • MDX integration
  • Tailwind CSS integration
  • React support for interactive components
  • Remark plugins for markdown processing
  • Netlify adapter for deployment

Known Issues

Issues identified in initial release:
  • Search functionality may not index all content types
  • Mobile menu animation can be laggy on older devices
  • Some images need optimization for faster loading
  • Content submission requires GitHub knowledge
See GitHub Issues for full list and status updates.

Recent Updates

Bug Fixes (March 2026)

Fixed code block design rendering issues
Improved layout wrapper for consistent title handling
Resolved photos collection schema duplication
Enhanced marketplace and store page Schema.org markup

Content Additions (March 2026)

New Stores

Added multiple new store listings to marketplace

Resources

Added 3 new community resources

Events

Updated event listings with new activities

Services

100+ service organizations catalogued

Commit History

Recent development activity:
4030fa5 Bug fixes and performance updates.
5eb67a0 Bug fixes and performance updates.
656451b Code Block Design Fix
8d91751 New Store listing
e8b24eb New Store listing
50488bc Bug fixes and performance updates.
8e06a3a Wrapped Layout inside MainLayout for MainLayout to take a title prop.
7f369d2 Added 3 New Resources & Schema.org JSON-LD to Marketplace and store pages.
620fa70 New event added and minor content updates.
1dd046e Fixed the photos collection was using a duplicate schema without the gallery field
View full commit history on GitHub

Upcoming Changes

See our Roadmap for planned features and improvements.

In Development

  • Multi-language support (French, Swahili, Kinyarwanda, Kirundi)
  • Enhanced search and filtering
  • User accounts and authentication
  • Organization self-service profiles
  • Native mobile applications (iOS and Android)
  • Interactive community map
  • Event RSVP and calendar integration
  • Advanced analytics

Breaking Changes

No breaking changes in current version.
Future versions may introduce breaking changes. We’ll provide migration guides and advance notice for any breaking changes.

Migration Guides

No migrations required for initial version.

Version Support

Current Version: 0.0.1 Support Status: Active Development Supported Browsers: Chrome 90+, Firefox 88+, Safari 14+, Edge 90+

Browser Compatibility

BrowserMinimum VersionStatus
Chrome90+✅ Fully Supported
Firefox88+✅ Fully Supported
Safari14+✅ Fully Supported
Edge90+✅ Fully Supported
Mobile SafariiOS 14+✅ Fully Supported
Chrome MobileAndroid 5+✅ Fully Supported

Device Support

Desktop

Full feature support

Tablet

Optimized responsive design

Mobile

Mobile-first responsive design

Performance Metrics

Current Performance

Average Page Load:
  • First Contentful Paint: ~1.2s
  • Largest Contentful Paint: ~2.5s
  • Time to Interactive: ~3.0s
Static site generation provides excellent performance

Dependencies

Core Dependencies

{
  "astro": "^5.16.6",
  "react": "^18.2.0",
  "tailwindcss": "^3.3.3"
}

Security Updates

We regularly update dependencies to address security vulnerabilities.
View current dependency status on GitHub

Contributing to Changelog

When contributing, please:
  1. Follow Contributing Guidelines
  2. Include clear commit messages
  3. Document breaking changes
  4. Update relevant documentation
Maintainers will update this changelog with each release.

Release Process

1

Development

Features developed in feature branches
2

Testing

Thorough testing before merging to main
3

Version Bump

Update version number following semver
4

Changelog Update

Document all changes in this file
5

Deploy

Automatic deployment via Netlify
6

Announce

Notify community of new release

Feedback and Bug Reports

Found an issue or have feedback about recent changes?

Stay Updated

Get notified about new releases and updates:
  • Watch the repository on GitHub
  • Follow us on social media
  • Subscribe to our email newsletter
  • Check this changelog regularly
Major updates are announced via GitHub releases and social media.

Last Updated: March 9, 2026