InfoQ Homepage Web Development Content on InfoQ
-
Rewritten Framework for Vue.js 2.0 Release
The team behind Vue.js has released v2.0, in what is described as a "full rewrite" of the framework. Vue creator Evan You describes Vue as the framework as consisting of "a core view layer and accompanying tools and supporting libraries," and says that the 2.0 release makes it even leaner and faster.
-
Firefox 46 Tackles Security Issues, Improves Performance
Mozilla has released Firefox 46, including improved security of the JavaScript JIT Compiler, and delaying Addon signing.
-
V8 JavaScript Engine 5.1 Brings More ECMAScript Compliance, WASM Support
Google has announced version 5.1 of its V8 JavaScript engine, which improves compliance with the ECMAScript 2017 draft specification and adds preliminary support for WASM, a low-level portable bytecode aimed to enable near-native execution speed.
-
Node.js 6.0 Supports 93% of ES2015
Node.js 6.0 has been released, becoming the new current version. It comes with performance improvements, better test and documentation coverage, better security and wide support for ES2015.
-
Microsoft Supports React Native on UWP, Adds Tooling to VS Code
Microsoft and Facebook have announced that the Universal Windows Platform will be the next platform to support React Native. Aiding developers build React Native apps on Windows, Microsoft also released a React Native extension for Visual Studio Code that provides debugging and IntelliSense in their cross-platform code editor.
-
Atom Text Editor 1.7 Released, with MRU Tab Switching
Text editor Atom has released version 1.7 with notable changes including MRU tab switching and a number of improvements for Windows users. In the blog post Atom 1.7 and 1.8 beta, software engineer Michelle Tilley describes how with v1.7 ctrl-tab now switches "between the most recently used (MRU) tabs in an Atom window instead of switching to the tab to the right of the current tab."
-
Visual Studio Code 1.0 Released: 100+ Languages, 300+ PRs, 1,000+ Extensions
Microsoft has released Visual Studio Code 1.0, a year after its initial preview.
-
React v15 Released
Facebook has released version 15 of their React JavaScript framework, delivering a faster, cleaner, and more complete package. Despite some hiccups with that weren't discovered in the Release Candidate, the new major version is a solid upgrade.
-
Vivaldi 1.0: First Official Release
Vivaldi has released the first official release for its web browser built for – and with – the web. Launched in 2015 by the co-founder of Opera Software, Jon von Tetzchner, the browser is unique in being built using only web technologies.
-
TypeScript 2.0 Preview
Anders Hejlsberg returned to Microsoft's Build conference in 2016 to talk about the current state of TypeScript and preview some amazing features coming in the next few months.
-
Npm Updates Policy on Removing Packages
Npm has issued an updated policy on what happens when a user wants to remove one of their packages from the publishing system.
-
1.3 Release Brings Out-of-the-Box npm Integration to Meteor
Meteor has announced version 1.3, bringing ES2015 Modules as well as a rewritten Cordova layer.
-
VS Code Improves JavaScript Editing Abilities
Microsoft's multiplatform, open source text editor VS Code has just released its March build, providing several enhancements to benefit JavaScript developers. Alongside side these welcome improvements are several additional options for customization to allow developers to more easily customize their tool.
-
NPM Worm Vulnerability Disclosed
The NPM project has formally acknowledged a long-standing security vulnerability in which it is possible for malicious packages to run arbitrary code on developer's systems, leading to the first NPM created worm. With the recent problems with NPM, is it safe to use any more? InfoQ investigates.
-
NPM was Broken for 2.5 Hours
According to Isaac Z. Schlueter, the creator of npm, two days ago the npm registry started to report hundreds of failed builds per minute. Users worldwide could not install or build certain Node.js packages. Thousands of dependent packages were broken including Babel, Atom, Ember, React Native and many other packages depending on line-numbers. What happened?