From 218934fa2ed1c702a6d3923d2aa2cc6b43c48684 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:43:23 -0500 Subject: initial commit --- files/uk/mozilla/firefox/releases/53/index.html | 135 ++++++++++++++++++++++++ files/uk/mozilla/firefox/releases/54/index.html | 116 ++++++++++++++++++++ files/uk/mozilla/firefox/releases/56/index.html | 122 +++++++++++++++++++++ files/uk/mozilla/firefox/releases/index.html | 12 +++ 4 files changed, 385 insertions(+) create mode 100644 files/uk/mozilla/firefox/releases/53/index.html create mode 100644 files/uk/mozilla/firefox/releases/54/index.html create mode 100644 files/uk/mozilla/firefox/releases/56/index.html create mode 100644 files/uk/mozilla/firefox/releases/index.html (limited to 'files/uk/mozilla/firefox/releases') diff --git a/files/uk/mozilla/firefox/releases/53/index.html b/files/uk/mozilla/firefox/releases/53/index.html new file mode 100644 index 0000000000..8345a0be47 --- /dev/null +++ b/files/uk/mozilla/firefox/releases/53/index.html @@ -0,0 +1,135 @@ +--- +title: Firefox 53 для розробників +slug: Mozilla/Firefox/Releases/53 +tags: + - Примітки До Випуску +translation_of: Mozilla/Firefox/Releases/53 +--- +
{{FirefoxSidebar}}

Firefox 53 був випущений 19 квітня 2017 року. У цій статті перераховані основні зміни, корисні не тільки для веб-розробників, але також для розробників Firefox і Gecko, разом із розробниками додатків.

+ +

Зміни для веб розробників

+ +

Інструменти для розробників

+ + + +

CSS

+ + + +

JavaScript

+ + + +

Interfaces/APIs/DOM

+ +

DOM & HTML DOM

+ +

Без змін.

+ +

Canvas

+ +

Без змін.

+ +

WebGL

+ +

Без змін.

+ +

IndexedDB

+ +

Без змін.

+ +

Service Workers

+ +

Без змін.

+ +

WebRTC

+ +

Без змін.

+ +

New APIs

+ +

Без змін.

+ +

Others

+ +

Без змін.

+ +

MathML

+ +

Без змін.

+ +

SVG

+ + + +

Audio/Video

+ +

Без змін.

+ +

HTTP

+ +

Без змін.

+ +

Networking

+ +

Без змін.

+ +

Безпека

+ +

Без змін.

+ +

Changes for add-on and Mozilla developers

+ +

Інтерфейси

+ +

Без змін.

+ +

XUL

+ +

Без змін.

+ +

Без змін.

+ +

JavaScript code modules

+ + + +

XPCOM

+ +

Без змін.

+ +

Шнше

+ +

Без змін.

+ +

See also

+ + + +

Більш ранні версії

+ +

{{Firefox_for_developers(53)}}

diff --git a/files/uk/mozilla/firefox/releases/54/index.html b/files/uk/mozilla/firefox/releases/54/index.html new file mode 100644 index 0000000000..8a7d95ede3 --- /dev/null +++ b/files/uk/mozilla/firefox/releases/54/index.html @@ -0,0 +1,116 @@ +--- +title: Firefox 54 для розробників +slug: Mozilla/Firefox/Releases/54 +translation_of: Mozilla/Firefox/Releases/54 +--- +
{{FirefoxSidebar}}
+

Реліз Firefox 54 від 13 червня 2017. У цій статті наведено перелік ключових змін, корисних для веб-розробників.

+ +

Зміни для веб-розробників

+ +

Інструменти для розробників

+ +

Без змін.

+ +

HTML

+ +

Без змін.

+ +

CSS

+ +

Без змін.

+ +

JavaScript

+ +

Без змін.

+ +

Інтерфейси/API/DOM

+ +

DOM & HTML DOM

+ +

Без змін.

+ +

Canvas

+ +

Без змін.

+ +

WebGL

+ +

Без змін.

+ +

IndexedDB

+ +

Без змін.

+ +

Service Workers

+ +

Без змін.

+ +

WebRTC

+ +

Без змін.

+ +

Нові API

+ +

Без змін.

+ +

Інші

+ +

Без змін.

+ +

MathML

+ +

Без змін.

+ +

SVG

+ +

Без змін.

+ +

Аудіо/Відео

+ +

Без змін.

+ +

HTTP

+ +

Без змін.

+ +

Мережа

+ +

Без змін.

+ +

Безпека

+ +

Без змін.

+ +

Зміни для доповненнь і розробників Mozilla

+ +

Інтерфейси

+ +

Без змін.

+ +

XUL

+ +

Без змін.

+ +

Модулі JavaScript коду

+ +

Без змін.

+ +

XPCOM

+ +

Без змін.

+ +

Інше

+ +

Без змін.

+ +

Дивіться також

+ + + +

Більш ранні версії

+ +

{{Firefox_for_developers(53)}}

+
diff --git a/files/uk/mozilla/firefox/releases/56/index.html b/files/uk/mozilla/firefox/releases/56/index.html new file mode 100644 index 0000000000..de30397e9e --- /dev/null +++ b/files/uk/mozilla/firefox/releases/56/index.html @@ -0,0 +1,122 @@ +--- +title: Firefox 56 for developers +slug: Mozilla/Firefox/Releases/56 +translation_of: Mozilla/Firefox/Releases/56 +--- +
{{FirefoxSidebar}}
+

Ця стаття надає інформацію щодо змін в Firefox 56, які стосуються розробників. Firefox 56 є поточною Beta версією Firefox, і буде довершено 26 вересня 2017.

+ +
+

Зміни для розробників Web

+ +

Засоби розробника

+ +

Без змін.

+ +

HTML

+ +
    +
  • Реалізована властивість labels для елементів форми, які можуть мати мітки, наприклад {{domxref("HTMLInputElement.labels")}} ({{bug(556743)}}).
  • +
  • Реалізовано <link rel="preload">; див. Preloading content with rel="preload" для деталей ({{bug(1222633)}}).
  • +
+ +

CSS

+ +
    +
  • Implemented the proprietary Mozilla-specific {{cssxref("<color>")}} values -moz-win-accentcolor and -moz-win-accentcolortext (see {{bug(1344910)}}), and the proprietary media query -moz-windows-accent-color-in-titlebar (see {{bug(1379938)}}).
  • +
+ +

SVG

+ +

No changes.

+ +

JavaScript

+ +
    +
  • The Intl API has been enabled on Firefox for Android ({{bug(1344625)}}).
  • +
+ +

APIs

+ +

New APIs

+ +

No changes.

+ +

DOM

+ +
    +
  • On Mac, {{domxref("Document.hidden")}} is now true when the window is behind another non-translucent application {{bug(1236512)}}.
  • +
  • The {{domxref("Gamepad.displayId")}} property has been implemented ({{bug(1375816)}}).
  • +
  • The {{domxref("CanvasRenderingContext2D.drawImage()")}} method has been updated so that smoothing occurs when downscaling even if imageSmoothingEnabled is false. This is not mandatory as per spec, but follows Chrome's behaviour. See {{bug(1360415)}}.
  • +
  • The {{domxref("PerformanceTiming.secureConnectionStart")}} property has been implemented ({{bug(772589)}}).
  • +
  • Firefox used to accept iso-2022-jp-2 sequences silently when an iso-2022-jp {{domxref("TextDecoder.TextDecoder","TextDecoder()")}} was instantiated, however this has now been removed to simplify the API, as no other browsers support it and no pages seem to use it. ({{bug(715833)}}).
  • +
  • The 4ms clamping behaviour of {{domxref("WindowOrWorkerGlobalScope.setTimeout","setTimeout()")}} and {{domxref("WindowOrWorkerGlobalScope.setInterval","setInterval()")}} has been updated to be more in line with other browsers, as described in Timeouts throttled to >=4ms ({{bug(1378586)}}).
  • +
  • The Page Visibility API's {{domxref("Document.onvisibilitychange")}} handler has been added ({{bug("1333912")}}).
  • +
+ +

DOM events

+ +
    +
  • {{domxref("GlobalEventHandlers.onwheel")}} is now available on {{domxref("HTMLElement")}} — it wasn't before ({{bug(1370550)}}).
  • +
+ +

WebRTC

+ +
    +
  • Firefox now supports the {{domxref("RTCPeerConnection")}} properties which let you examine the current and pending configurations of the local and remote ends of the connection, to help manage changes in configuration: {{domxref("RTCPeerConnection.currentLocalDescription", "currentLocalDescription")}}, {{domxref("RTCPeerConnection.pendingLocalDescription", "pendingLocalDescription")}}, {{domxref("RTCPeerConnection.currentRemoteDescription", "currentRemoteDescription")}}, and {{domxref("RTCPeerConnection.pendingRemoteDescription", "pendingRemoteDescription")}}.
  • +
+ +

Security

+ +

No changes.

+ +

Plugins

+ +

No changes.

+ +

Other

+ +
    +
  • Gecko now encodes URLs internally as punycode, to avoid URL encoding problems (see {{bug("945240")}}, also see discussion in {{bug("942074")}}).
  • +
  • Firefox on Windows and Mac OS X can now be made to run in headless mode using the -headless flag (see {{bug(1355150)}} and {{bug(1355147)}}).
  • +
+ +

Removals from the web platform

+ +

HTML

+ +
    +
  • The {{htmlelement("isindex")}} element has been removed from the HTML parser, and from form submission ({{bug(1266495)}}).
  • +
  • The {{htmlelement("applet")}} element has been removed ({{bug(1279218)}}).
  • +
+ +

APIs

+ +
    +
  • The {{domxref("KeyframeEffectReadOnly.spacing")}} property has been removed from the {{SpecName('Web Animations')}} spec, and therefore has been removed from Gecko as well ({{bug(1339690)}}).
  • +
+ +

SVG

+ +

No changes.

+ +

Changes for add-on and Mozilla developers

+ +

WebExtensions

+ +

No changes.

+ +

See also

+ + +
+ + + +

Older versions

+ +

{{Firefox_for_developers(55)}}

+
diff --git a/files/uk/mozilla/firefox/releases/index.html b/files/uk/mozilla/firefox/releases/index.html new file mode 100644 index 0000000000..76a543b9bb --- /dev/null +++ b/files/uk/mozilla/firefox/releases/index.html @@ -0,0 +1,12 @@ +--- +title: Firefox developer release notes +slug: Mozilla/Firefox/Releases +tags: + - Firefox + - Примітки До Випуску + - Список змін +translation_of: Mozilla/Firefox/Releases +--- +
{{FirefoxSidebar}}

Нижче ви знайдете посилання на примітки до випуску розробникам для кожної нової версії Firefox. Ці з любв'ю оброблені примітки містять детальну інформацію про те, які функції додані вдосконалені і які помилки були усунені в кожній версії Firefox. Все написано, щоб дати розробникам інформацію, необхідну їм найбільше. Ласкаво просимо.

+ +
{{ListSubpages("",1,1,1)}}
-- cgit v1.2.3-54-g00ecf