Richard Knoll
3fd2c31481
4.0.24
2022-05-09 10:10:55 -07:00
Juri Wolf
2457725e0c
V4updates ( #185 )
...
* update 32KB
* reorder buttonEvents to have clicked as default
* update event block documentation file path
* remove on pin released documentation
* update shims, enums and package-lock
2022-05-09 10:10:17 -07:00
Abhijith Chatra
75d7bfb7c2
4.0.23
2022-05-03 17:30:02 -07:00
Abhijith Chatra
36ee2958e1
4.0.22
2022-05-03 17:06:58 -07:00
Abhijith Chatra
0b6b882b7d
4.0.21
2022-05-03 16:56:45 -07:00
Abhijith Chatra
4ae3308ef2
4.0.20
2022-05-03 14:33:36 -07:00
Abhijith Chatra
4b241dd0c7
Updating package-lock.json
2022-05-03 14:33:28 -07:00
Juri Wolf
a93febb5b7
Map and clean deprecated functions ( #175 )
...
* add image and deprecated arrow functions
* update locales
* map basic.showArrow
* map arrow blocks
* map & remove arrow images
* remove arrow blocks
* update locales
* remove & patch:
rgbw -> rgb
button/pin pressed -> button/pin event
loudness -> soundLevel
* update ts mappings for arrows
* add wip ts patch rules
* update .blocks files
* use Click instead of Down as default in Documentation and tests
* patch test.blocks
* fix lowercase name tag
* update test.blocks
* update blocks test files
* update blocks test files
* format block files
* pass blocks file tests
* fix ts mapping
* fix color.defl value
closes https://github.com/microsoft/pxt-calliope/issues/136
* fix ts mappings
- add optional spacing at the end of rgbw()
- map up to v4.0.19
* add suggested changes
* replace innerText by textContent
Co-authored-by: JW <gitkraken@juriwolf.de>
Co-authored-by: Juri <info@juriwolf.de>
2022-04-26 10:28:42 -07:00
Richard Knoll
ec378c5b09
4.0.19
2022-03-23 13:24:16 -07:00
Amerlander
3e0c9b43a2
V4 updates for beta testing ( #147 )
...
* change simulator svg
* change radio image
* Remove google fonts cdn
* change color of 'advanced' button
* font fix
* font fix 2
* display fix
* change fullsceen simulator bg
* Continuous servo
* handle continuous state
* adding shims
* update rendering for continuous servos
* fixing sim
* fix sig
* typo
* fix sim
* bump pxt
* bump pxt
* rerun travis
* Input blocks revision
- add Button and Pin event types
- merge onPinPressed & onPinReleased in new onPinEvent function
- create new onButtonEvent function
* update input blocks in docs and tests
* remove device_pin_release block
* Hide DAL.x behind Enum
* bring back deprecated blocks, but hide them
* shims and locales files
* fix input.input. typing
* remove buildpr
* bump V3
* update simulator aspect ratio
* add Loudness Block
* revoke loudness block
* Adds soundLevel
To be replaced by pxt-common-packages when DAL is updated.
* Remove P0 & P3 from AnalogPin
* Fix Sound and replace AnalogPin.P0
* remove approved extensions
* V4 Updates from remote Repo
* locales
* add storage functions
* fix storage functions
* fix int/float values
* decrease decimal precision
* reorder blocks
* Update BLE Settings and Storage Blocks
* Fetch MicroBit changes up to v4.0.18
* Update timing for LED Matrix usage
* use 32kb ram (mini v2)
* resize gatt table
* Revert "use 32kb ram (mini v2)"
This reverts commit 4b15592f0f
.
* fix missleading indentation
* add support for 32kb and 16kb ram
* only MIT extensions in preferredRepos
* remove extensions without MIT License file
* add updated extensions
* add extensions with MIT license
Co-authored-by: Juri <gitkraken@juriwolf.de>
Co-authored-by: Juri <info@juriwolf.de>
2022-03-22 09:36:19 -07:00
peli
c5b86dea72
3.0.36
2020-10-29 01:27:47 -07:00
peli
ee8c698cc2
3.0.35
2020-09-22 23:37:02 -07:00
peli
d624f5c04a
updated package-lock
2020-09-22 23:36:13 -07:00
peli
42ee472c58
3.0.34
2020-09-21 07:17:36 -07:00
peli
3742cc45f2
3.0.33
2020-09-16 23:24:00 -07:00
peli
4cbd9be8b8
3.0.32
2020-09-15 23:33:33 -07:00
peli
77675c1776
3.0.31
2020-09-15 10:44:36 -07:00
peli
cfe95cfd21
3.0.30
2020-09-15 09:10:51 -07:00
peli
6b8e57e806
3.0.29
2020-09-11 05:19:12 -07:00
peli
7b303b0fd2
3.0.28
2020-09-11 02:19:51 -07:00
Amerlander
9cfba7504a
Changes to the Beta ( #115 )
...
* fixes for beta
- hide blocks without function
- digital Pin selection bring P0 in first position
- add compass block to end confusion about "basic.showArrow(ArrowNames.North)"
- add approved repos
- add and sort preffered repos
- add prefferedPackages
- disable webUSB
- disable parts
- remove mobileSafariDownloadProtocol
- update socialOptions
* remove `preferredPackages` from `pxtarget`
Co-authored-by: Juri <gitkraken@juriwolf.de>
2020-09-11 02:19:33 -07:00
peli
d57b67e52e
3.0.27
2020-09-10 00:25:08 -07:00
Amerlander
79517f8a30
Fix Sound ( #114 )
...
* change simulator svg
* change radio image
* Remove google fonts cdn
* change color of 'advanced' button
* font fix
* font fix 2
* display fix
* change fullsceen simulator bg
* Continuous servo
* handle continuous state
* adding shims
* update rendering for continuous servos
* fixing sim
* fix sig
* typo
* fix sim
* bump pxt
* bump pxt
* rerun travis
* Input blocks revision
- add Button and Pin event types
- merge onPinPressed & onPinReleased in new onPinEvent function
- create new onButtonEvent function
* update input blocks in docs and tests
* remove device_pin_release block
* Hide DAL.x behind Enum
* bring back deprecated blocks, but hide them
* shims and locales files
* fix input.input. typing
* remove buildpr
* bump V3
* update simulator aspect ratio
* add Loudness Block
* revoke loudness block
* Adds soundLevel
To be replaced by pxt-common-packages when DAL is updated.
* Remove P0 & P3 from AnalogPin
* Fix Sound and replace AnalogPin.P0
Co-authored-by: Juri <gitkraken@juriwolf.de>
2020-09-10 00:24:06 -07:00
peli
33e6fbbcb2
3.0.26
2020-09-08 11:02:05 -07:00
peli
c588c6178f
3.0.25
2020-09-08 10:38:59 -07:00
peli
f5e1e238f2
refresh all strings
2020-09-08 02:25:43 -07:00
peli
17b5cb71cb
3.0.24
2020-09-08 02:14:43 -07:00
peli
327052859c
3.0.23
2020-09-08 02:05:04 -07:00
Amerlander
918af4f3ac
Bump V3.0.22 ( #110 )
...
* change simulator svg
* change radio image
* Remove google fonts cdn
* change color of 'advanced' button
* font fix
* font fix 2
* display fix
* change fullsceen simulator bg
* Continuous servo
* handle continuous state
* adding shims
* update rendering for continuous servos
* fixing sim
* fix sig
* typo
* fix sim
* bump pxt
* bump pxt
* rerun travis
* Input blocks revision
- add Button and Pin event types
- merge onPinPressed & onPinReleased in new onPinEvent function
- create new onButtonEvent function
* update input blocks in docs and tests
* remove device_pin_release block
* Hide DAL.x behind Enum
* bring back deprecated blocks, but hide them
* shims and locales files
* fix input.input. typing
* remove buildpr
* bump V3
* update simulator aspect ratio
* add Loudness Block
* revoke loudness block
* Adds soundLevel
To be replaced by pxt-common-packages when DAL is updated.
* Remove P0 & P3 from AnalogPin
Co-authored-by: Juri <gitkraken@juriwolf.de>
2020-09-08 02:04:25 -07:00
peli
98d8b2977b
2.1.57
2020-05-08 09:41:49 -07:00
Amerlander
64471a53f9
fetch pxt-microbit v2.2.30 ( #102 )
...
* undo buttonEvent
* fetch microbit v2.2.30
Co-authored-by: Amerlander <gitkraken@juriwolf.de>
2020-05-08 09:35:38 -07:00
Peli
736722086e
2.1.56
2020-04-21 07:41:57 -07:00
Amerlander
80845a32f9
Updates ( #96 )
...
* Update gesture field for new Blockly renderer (#2658 )
* Update gesture field for new Blockly renderer
* Bump pxt-core to 5.36.1
* percent sign for motors block
* shims & strings
Co-authored-by: Amerlander <gitkraken@juriwolf.de>
2020-04-20 19:10:27 -07:00
Peli
06b0d87e92
2.1.55
2020-03-18 16:23:50 -07:00
Peli
39acf9876d
2.1.54
2020-03-11 09:32:22 -07:00
Peli
c0c2e03354
2.1.53
2020-03-06 16:52:02 -08:00
Peli
e73ad03eb6
2.1.52
2020-03-04 22:33:22 -08:00
Peli
75507ae433
updated shims
2020-03-04 22:33:11 -08:00
Peli
008ecaf1ea
2.1.51
2020-02-17 22:33:26 -08:00
Peli
92eb599602
2.1.50
2020-02-17 19:27:24 -08:00
Peli
c200b042c6
2.1.49
2020-02-14 11:11:01 -08:00
Peli
386966c542
2.1.48
2020-02-06 13:21:17 -08:00
Peli
3dd02576d2
bump pxt
2020-02-06 13:10:56 -08:00
Peli
84b310195e
2.1.47
2020-02-04 19:21:31 -08:00
Peli de Halleux
cbe120bd56
bump pxt + typescript ( #78 )
...
* bump pxt + typescript
* updated packagelock
* more fixes
* removed jquery
* bump pxt
2020-02-04 17:44:24 -08:00
Peli
64161dea1b
2.1.46
2020-02-04 11:27:28 -08:00
Peli
8aefd3e6bc
2.1.45
2020-02-03 22:06:12 -08:00
Peli
964daade75
2.1.44
2020-01-29 22:05:47 -08:00
Peli
766708e4ab
2.1.43
2020-01-24 20:50:55 -08:00
Peli
c1480cbc8b
2.1.42
2020-01-22 12:19:20 -08:00