Skip to content
This repository has been archived by the owner on Jul 30, 2018. It is now read-only.

Releases: dojo/routing

Release 0.2.0

30 Nov 12:46
Compare
Choose a tag to compare
Release 0.2.0 Pre-release
Pre-release

👍 Enhancements

  • Update tests to Intern 4 (#108)

    Details

    Upgrade tests to Intern 4.

  • Multiple outlets (#110)

    Details

    Support multiple matching outlets.

    • unit tests
    • ensure the deepest matching outlet is returned (according to the path)
    • combine all the params when using mapParams
    • updates the readme
  • Upgrade to Intern 4.1 (#113)

  • Update CI for new release of grunt-dojo2 (#109)

  • Updating to use loader from grunt-dojo2 and tslib from shim (#111)

    Details
    • Updating to use loader from grunt-dojo2 and tslib from shim

    • Using importHelpers

    • Updating intern.json

  • Update to widget-core 0.2.0 (#112)

  • Upgrade dojo dependencies (#115)

Release 0.1.0

30 Nov 12:45
Compare
Choose a tag to compare
Release 0.1.0 Pre-release
Pre-release

✅ Fixes

  • The initial dispatches on start should be sync (#106)

    Details
    • The initial dispatches on start should be sync

    • set redirecting to false

    • Not possible to specify a redirect for a default route

    • params are not optional

    • add doc

    • add test for sync cancelling a route after dispatch

  • Update tag for @dojo dependencies

Release 2.0.0 Beta3 1

30 Nov 12:44
Compare
Choose a tag to compare
Release 2.0.0 Beta3 1 Pre-release
Pre-release

👍 Enhancements

  • Update to use @inject decorator and Registry (#101)

    Details
    • Update to use inject decorator and Registry

    • update to next deps

    • fix unit tests

  • Exclude examples (#100)

Release 2.0.0 Beta2 4

30 Nov 12:43
Compare
Choose a tag to compare
Release 2.0.0 Beta2 4 Pre-release
Pre-release

✅ Fixes

  • Removing circular dependency from router/route (#98)

    Details
    • Removing circular dependency from router/route, issue #92

    • Importing assign from dojo/shim

  • Upgrading to use latest @dojo/shim (#97)

  • Update for latest @dojo/widget-core (#99)

    Details
    • Update for latest @dojo/widget-core

    • use setProperties over setProperties

  • Update tag for @dojo dependencies

Release 2.0.0 Beta2 3

30 Nov 12:42
Compare
Choose a tag to compare
Release 2.0.0 Beta2 3 Pre-release
Pre-release

✅ Fixes

  • Fix mistake in README (#91)

👍 Enhancements

  • Handle click in the link and manage setting the router path (#94)

    Details
    • Handle click in the link and manage setting the router path

    • Correct path for copying examples html

    • fix up test

    • tidy logic for creating the link

  • Update to latest dependencies - @dojo and TypeScript (#95)

Release 2.0.0 Beta2 2

30 Nov 12:40
Compare
Choose a tag to compare
Release 2.0.0 Beta2 2 Pre-release
Pre-release

👍 Enhancements

  • Dojo 2 Component Routing (#90)

    Details
    • POC for routing and outlets

    • currentPath to location

    • export and type examples

    • move logic to main Router/Route

    • tidy logic

    • Extract 'Outlet' and 'RouterInjector' into their own classes

    • Add unit tests

    • reset current params

    • doc

    • convert match type to an enum

    • Add Link, typings for mapParams and components, default route, default params

    • Implement Link in examples

    • isOutlet by default is true

    • address comments and fix small errors

    • Add readme section for widget routing

    • Remove extra space

    • Update README [skip ci]

    • address feedback

Release 2.0.0 Beta2 1

30 Nov 12:40
Compare
Choose a tag to compare
Release 2.0.0 Beta2 1 Pre-release
Pre-release

👍 Enhancements

  • update typescript to 2.3.2 (#86)

  • Move to next tag for @dojo deps (#87)

    Details
    • move to next tag for @dojo deps

    • set the url to dojo.io

    • move to browserstack for testing

Release 2.0.0 Beta1 1

30 Nov 12:39
Compare
Choose a tag to compare
Release 2.0.0 Beta1 1 Pre-release
Pre-release

👍 Enhancements

  • Update dependencies to 'beta1' (#80)