v1.0.0-alpha.3
Pre-release
Pre-release
lgraziani2712
released this
18 Feb 21:28
·
6 commits
to master
since this release
Activities
- π© codimo-activity-multipliers-and-divisors @ v1.0.0
Platform
- βοΈ [v1.1.0]
pages/MenuBar
: Allow multiples activities.
Core
π Blockly Workspace
- βοΈ [v1.1.0]
instanciateEveryBlock
: Add new paramengineData
used to configure the blocks. - βοΈ [v1.1.0]
parseInstructions
: Add the capability to parse new lines.
π€ PixiJS Engine
-
βοΈ [v1.1.0]
engineGenerator
: AddaddPreExecutionChecker
method. It allow to validate instructions before execution. Solves the problem of duplicated blocks with the same params. -
βοΈ [v1.1.0]
engineGenerator/processors/processorGenerator
: Add the possibility to receive oneCodimoComponent
or an array ofCodimoComponent
, being able to process all of them. Usefull when the activity has more than one actor.- Processors and checkers which follows the new
ProcessorBuilder
type version:- βοΈ [v1.1.0]
engineGenerator/processors/theFallenOneResetProcessorBuilder
. - βοΈ [v1.1.0]
engineGenerator/processors/positioningProcessorBuilder
. - βοΈ [v1.1.0]
engineGenerator/processors/checkers/hasHitAWallBuilder
. - βοΈ [v1.1.0]
engineGenerator/processors/checkers/hasBecomeTheFallenOneBuilder
. - βοΈ [v1.1.0]
engineGenerator/beforeStopExecutionCheckers/starvationCheckerBuilder
.
- βοΈ [v1.1.0]
- Processors and checkers which follows the new
-
βοΈ [v1.1.0]
components/functionalities/positioningFunctionalityBuilder
:- Add an state in which the actor can be, or not, in movement.
- π Exportable constant
NO_START_POSITION
. - π Method
setPosition(newPosition: string): void
. It sets the actor in the new position instantly without animation.
π React UI
- βοΈ [v1.1.0]
Activity
: Addprops.metadata.exerciseDescription
, an object used with swal to show to the user a useful message about the exercise. - βοΈ [v1.1.0]
BlocklyApp
: Addprops.blocklyData.doNotUseRootBlock
flag to determine if the Root Blocks is going to be used or not.