Commit Graph

30 Commits

Author SHA1 Message Date
Maribeth Moffatt
65caa9fb7f chore: update readme and other files to remove google refs (#9513)
* chore: update readme and other files to remove google refs

* chore: update info about releases
2025-12-10 16:29:06 -05:00
jacob
9362c334a3 docs: vectorize README.md sample image (#9432)
* docs: vectorize README.md sample image

change head to the logo, change image to transparent svg. other minor changes.

* docs: README.md: revert to h1, fix link

the previous commit was reviewed by rpbourret, this commit fixes the issues mentioned
2025-10-22 09:42:58 -07:00
Rachel Fenichel
d87386e235 chore: Update README.md (#7404)
Remove out of date info from readme.
2023-08-17 00:15:27 +00:00
Maribeth Bottorff
88ff901a72 chore: use prettier instead of clang-format (#7014)
* chore: add and configure prettier

* chore: remove clang-format

* chore: remove clang-format config

* chore: lint additional ts files

* chore: fix lint errors in blocks

* chore: add prettier-ignore where needed

* chore: ignore js blocks when formatting

* chore: fix playground html syntax

* chore: fix yaml spacing from merge

* chore: convert text blocks to use arrow functions

* chore: format everything with prettier

* chore: fix lint unused imports in blocks
2023-05-10 16:01:39 -07:00
Aaron Dodson
17064a1c39 chore: Remove various IE hacks and workarounds (#6781)
* chore: Remove IE-specific hacks from flyout_base.ts.

* chore: Remove IE hacks from workspace_svg.ts.

* chore: Remove IE hacks from css.ts.

* chore: Remove IE hacks from xml.ts.

* chore: Remove IE hacks from grid.ts.

* chore: Remove errant logging from flyout_base.ts.

* chore: Remove obsolete comments about IE from bootstrap.js.

* chore: Remove reference to IE from README.

* chore: Clean up trailing spaces in bootstrap.js.
2023-03-14 11:26:38 -07:00
Maribeth Bottorff
e65835ca32 fix: Update readme and remove travis build badge 2022-08-04 15:01:44 -07:00
Aaron Dodson
2e57d5e45a docs: Update README to reflect next release date (#5820) 2021-12-14 10:41:25 -08:00
Beka Westberg
c83ff6ca06 Bump README release date. 2021-07-01 15:20:16 +00:00
Maribeth Bottorff
d7e9eaff0f Reorganize README.md and add more links (#4620)
* Update README.md

* Copied the introductory statement from the dev site. The devsite introduction makes it more clear that Blockly is a library, not a standalone application. but I can change this back if we are attached to the original statement.
* Kept the image at the top, despite it not showing in the diff preview
* Added an explicit Getting Started section with links to the main resources and where to get help
* Added info on blockly-samples
* Fleshed out the Contributing section
* Added info on beta channel
* Updated date of next release, definition of major and patch update, and some other minor release info (it said we were on major version 2)
* Switched the order of "branches" and "new APIs" so they reference each other in a logical order
2021-02-10 16:40:17 -08:00
Rachel Fenichel
f465a90c9f Update README.md 2020-10-21 11:56:42 -07:00
Rachel Fenichel
7b2f748074 Update README.md 2020-07-21 17:17:54 -07:00
Rachel Fenichel
11f31f0652 Update README.md 2020-04-24 17:19:29 -07:00
Rachel Fenichel
a13bc66651 Add browserstack to readme 2020-03-27 14:45:20 -07:00
Sam El-Husseini
e22ad7f33b Update README with new npm instructions. (#3059)
* Update Readme
2019-09-20 14:21:10 -07:00
Neil Fraser
bbd76368e2 Test commit 2019-09-16 16:20:51 -07:00
Sam El-Husseini
5cb203167e Test commit 2019-09-16 16:14:56 -07:00
Jasper Pilgrim
b517f3d7a3 Fix typo in readme (#3015)
'reqeusts' -> 'requests'
2019-09-13 08:26:07 -07:00
Sandeep Dubey
44e559c4d9 Add correct link for blockly doc. (#2721) 2019-07-27 11:47:58 -07:00
RoboErikG
d625d60c49 Add release and milestone information to Readme (#2401)
* Add release and milestone information to Readme

* Readme updates in response to comments
2019-04-23 14:36:37 -07:00
Rachel Fenichel
0c0eeab502 Add sauce labs to readme 2019-04-18 12:18:05 -07:00
RoboErikG
14e4f1905e Change registration link to a static one (#1106)
This lets us redirect to a different form if we change it in the future.
2017-05-15 11:31:17 -07:00
RoboErikG
a8da16036e Enable google/blockly with continuous build on travis ci (#1023) (#1035)
* create .travis for ci job

* initial checkin for blocky-web travis ci job

* rename file to .travis.yaml for typo

* remove after_script

* added cache

* rename .travis.yaml to .travis.yml

* Update .travis.yml

* include build script

* fix yaml file format issue

* debug install part

* debug build issue

* Update .travis.yml

* remove cache for now

* Update .travis.yml

* Update .travis.yml

* Update .travis.yml

* more debug info

* Update .travis.yml

* Update .travis.yml

* fix typo

* installing chrome browser

* remove chrome setting config

* run build.py as part of npm install

* Update .travis.yml

* update karma dependency

* use karma as test runner

* fix typo

* remove karma test for now

* Update .travis.yml

* Update package.json

* add npm test target

* add browserstack-runner depdendency

* update browser support

* fix typo for test target

* fix chrome typo

* added closure dependency

* add google-closure-library

* include blockly_uncompressed.js and core.js dependency

* uncomment out core/*.js files

* add kama job as part of install

* remove browserstack add on for now

* fix karma config typo

* add karma-closure

* add os support

* remove typo config

* include more closure files

* change os back to linux

* use closure-library from node_modules

* change log level back to INFO

* change npm test target to use open browser command instead of karma

* change travis test target to use open command instead of karma

* list current directory

* find what's in current dir

* typo command

* Update .travis.yml

* typo again

* open right index.html

* use right path for index.html

* xdg-open to open default browser on travis

* exit browser after 5s wait

* change timeout to 1 min

* exit after opening up browser

* use browser only

* use karma

* remove un-needed dependency

* clean up script section

* fix typo

* update build status on readme

* initial commit for selenium integration tests

* update selenium jar path

* fix test_runner.js typo

* add more debug info

* check java version

* add && instead of 9288

* fix java path

* add logic to check if selenium is running or not

* add some deugging info

* initial commit to get chromedriver

* add chromedriver flag

* add get_chromedriver.sh to package.json and .travel

* change browser to chrome for now

* fix path issue

* update chromdriver path

* fix path issue again

* more debugging

* add debug msg

* fix typo

* minor fix for getting chromedriver

* install latest chrome browser

* clean up pakcage.json

* use npm target for test run

* remove removing trailing comma

* fix another trailing comma

* updated travis test target

* clean up scripts

* not sure nmp run preinstall

* redirect selenium log to tmp file

* revert writing console log to file

* update test summary

* more clean up

* minor clean up before pull request

* resolved closure-library conflict

1. add closure-library to dependencies instead of devDependencies.
2. add lint back in scripts block

* fix typo (adding comma) in script section
2017-04-11 13:38:11 -07:00
RoboErikG
eea01e3e06 Add links to the dev registration form and contributor guidelines 2017-04-04 16:40:40 -07:00
Rachel Fenichel
b8a465e739 Update README.md
Add a link to our forum.
2017-01-23 15:23:05 -08:00
Andrew n marshall
9af3c6c73d Updating image link in readme. (#470) 2016-07-02 23:29:20 -07:00
Neil Fraser
b6a068a7fe Readme typo (issue 42). 2015-01-08 09:57:28 -08:00
Neil Fraser
f5108ba043 Move closure-library-read-only to closure-library (due to the Closure project's move). 2014-10-29 22:51:12 -07:00
Neil Fraser
6539211104 Change official project URL. 2014-10-07 13:09:55 -07:00
Neil Fraser
fd5ba0863c Linking README to wiki. 2014-09-22 11:30:08 -07:00
Ellen Spertus
548d155c02 Create README.md 2013-10-30 14:52:40 -07:00